在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用create-order
星标1
分支0
更新时间2026年4月10日 07:31
Create order in upstream order service
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create order in upstream order service
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read order detail from HTTP API via declarative binding.
Create order in shadow mode for zero-code comparison.
Shell-only skill with no binding and no handler.
Check entry opportunities for held positions
Morning routine — decide priorities and first actions for the day
Detect abnormal consumption patterns and raise alerts.
| name | create-order |
| description | Create order in upstream order service |
| metadata | {"tools_schema":{"create-order":{"description":"Create order in upstream order service","parameters":{"type":"object","properties":{"order_id":{"type":"string"},"amount":{"type":"number"}},"required":["order_id","amount"]},"binding":{"type":"http","method":"POST","url":"https://api.example.com/orders","headers":{"X-API-Key":"${XAPI_API_KEY}"},"response_mapping":{"path":"$.data","status_codes":{"201":"success"}}}}}} |
| owlclaw | {"prerequisites":{"env":["XAPI_API_KEY"]}} |
amount.create-order is the only write operation in this skill.order_id and amount.