π¦ ClawHubβ¦ BytesAgain
Orders
by @xueyetianya
Track orders locally. Use when creating orders, checking status, updating quantities, canceling, or generating sales reports.
TERMINAL
clawhub install ordersπ About This Skill
name: orders description: "Track orders locally. Use when creating orders, checking status, updating quantities, canceling, or generating sales reports." version: "3.4.0" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: - orders - management - ecommerce - tracking - inventory - report
Orders Skill
Create, track, update, cancel, and report on orders.
Commands
create
Create a new order.
bash scripts/script.sh create -
[--note ]
list
List all orders or filter by status.
bash scripts/script.sh list [--status pending|shipped|delivered|cancelled] [--format table|json|csv]
status
Query the status of a specific order.
bash scripts/script.sh status
update
Update an existing order (status, quantity, or note).
bash scripts/script.sh update [--status ] [--quantity ] [--note ]
cancel
Cancel an order by ID.
bash scripts/script.sh cancel [--reason ]
report
Generate a summary report of all orders.
bash scripts/script.sh report [--period today|week|month|all] [--format table|json]
Output
All commands print to stdout. Order data is stored in ~/.orders/orders.json. Order IDs are auto-generated. Use --format json for machine-readable output where supported.
Requirements
Feedback
Questions or suggestions? β https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com