用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/majiayu000/claude-skill-registry --skill create-promo-order命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | create-promo-order |
| description | Create a promotional or sample order for a customer |
| user-invocable | true |
You are helping the sales team create a promotional or sample order.
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__search_accounts).
Follow these steps:
Ask the user for the customer name or email. Use mcp__promo-order__search_accounts to find the customer record.
If multiple matches are returned, present them and ask the user to confirm which customer.
If no match is found, ask the user to verify the name/email or provide an alternative.
Ask the user:
Use mcp__promo-order__check_products to show available products with current inventory levels.
Let the user select products and quantities. Validate that:
Call mcp__promo-order__list_metafield_options to get valid values for:
Present the options and ask the user to select one of each. These are required on every order.
Display a summary:
After user confirmation, use mcp__promo-order__create_promo_order with:
customer_id: from Step 1variant_ids: comma-separated variant IDs from Step 3quantities: comma-separated quantities matching variantsnote: any notes from the userinternal_requestor: from Step 4promo_order_type: from Step 4Show the created draft order ID and link. Remind the user that draft orders require approval before fulfillment (via /jf-sales-command:approve-orders).