用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/majiayu000/claude-skill-registry --skill approve-orders命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | approve-orders |
| description | Approve promo orders for 3PL fulfillment |
| user-invocable | true |
You are helping the sales team approve draft promo orders for fulfillment.
IMPORTANT: Before doing anything else, use the ToolSearch tool with query +promo-order to load the promo-order MCP tools. All tools below are prefixed with mcp__promo-order__ (e.g., mcp__promo-order__get_pending_orders).
Follow these steps:
Ask the user which orders to show:
mcp__promo-order__get_pending_orders (all draft orders)mcp__promo-order__get_mcp_pending_orders (filters to orders created via MCP, tagged 'mcp-created')Use include_details=true to get line items and shipping addresses.
Display them in a table with Order ID, Customer, Items, and Value.
If the user specified particular order IDs, filter to just those.
For each order to approve, show the full details:
Ask the user to confirm which orders to approve. Accept:
Use mcp__promo-order__approve_orders with:
draft_order_ids: comma-separated list of IDs, or "all" to approve all MCP-created draftsconfirm: true (required safety check)This is an irreversible action. Confirm with the user before executing.
Show results:
Approved orders are marked as paid and queued for 3PL fulfillment.