orders

Track orders locally. Use when creating orders, checking status, updating quantities, canceling, or generating sales reports.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "orders" with this command: npx skills add xueyetianya/orders

Orders Skill

Create, track, update, cancel, and report on orders.

Commands

create

Create a new order.

bash scripts/script.sh create <customer> <item> <quantity> <unit_price> [--note <text>]

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 <order_id>

update

Update an existing order (status, quantity, or note).

bash scripts/script.sh update <order_id> [--status <new_status>] [--quantity <num>] [--note <text>]

cancel

Cancel an order by ID.

bash scripts/script.sh cancel <order_id> [--reason <text>]

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

  • bash 4+
  • python3 (standard library only)

Feedback

Questions or suggestions? → https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Nexus — Ops OS for AI Agents

Interact with Nexus, a multi-tenant Ops OS for ecommerce and retail businesses. Requires a NEXUS_API_KEY environment variable (agent API key with prefix nxs_...

Registry SourceRecently Updated
1860Profile unavailable
General

Order & Returns Manager

Manage UK-compliant Shopify and WooCommerce orders via chat, including status, returns, refunds, exchanges, edits, fraud flags, lost parcels, and reports.

Registry SourceRecently Updated
910Profile unavailable
General

Prompt Git

Git for your prompts. Track every change, diff versions, rollback mistakes, never lose a good prompt again. All local, zero dependencies, works offline.

Registry SourceRecently Updated
3130Profile unavailable
Coding

Where are you from

An enterprise-grade asset manager that tracks, manages, and automatically syncs OpenClaw skills capabilities and sources to your GitHub.

Registry SourceRecently Updated
1101Profile unavailable