← 返回
效率工具 中文

Orders

Track orders locally. Use when creating orders, checking status, updating quantities, canceling, or generating sales reports.
本地订单追踪。用于创建订单、检查状态、更新数量、取消及生成销售报告。
xueyetianya
效率工具 clawhub v3.4.1 2 版本 99839.5 Key: 无需
★ 0
Stars
📥 622
下载
💾 3
安装
2
版本
#latest

概述

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

版本历史

共 2 个版本

  • v3.4.1 当前
    2026-03-29 18:18 安全 安全
  • v1.0.5
    2026-03-19 09:00

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,311
ai-intelligence

Excel Formula

xueyetianya
根据描述生成Excel公式并诊断电子表格错误。适用于编写VLOOKUP公式、调试错误或转换公式。支持...
★ 2 📥 6,139
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,855