在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用概览
"{{SKILL_DESCRIPTION}}"
安装命令
npx skills add https://github.com/aiagenta2z/agtm --skill skill-name复制此命令并粘贴到 Claude Code 中以安装该技能
星标5
分支0
更新时间2026年4月12日 03:36
文件资源管理器
5 个文件SKILL.md
readonly"{{SKILL_DESCRIPTION}}"
npx skills add https://github.com/aiagenta2z/agtm --skill skill-name复制此命令并粘贴到 Claude Code 中以安装该技能
AI Agent Management Clis Hint and Completion Skill
AI Agent Management Clis Hint and Completion Skill
This is a mock skill of Coding Agent to process failure log
This is a mock skill of Coding Agent to process success log
| name | {{SKILL_NAME}} |
| description | "{{SKILL_DESCRIPTION}}" |
Auto-generated skill for OneKey Agent Gateway registered agent {{UNIQUE_ID}} based on its api_list from registered API metas. Available
to use in CLIs, Skills, Rest APIs, and more agent preferred formats.
Set the API providers access key `` or the registered OneKey Gateway access key DEEPNLP_ONEKEY_ROUTER_ACCESS from AI Agent Marketplace.
export DEEPNLP_ONEKEY_ROUTER_ACCESS=YOUR_REGISTRY_KEY
Run an API via scripts:
node scripts/<api_name>.js --data '{"key":"value"}'python3 scripts/<api_name>.py --data '{"key":"value"}'{{API_SECTIONS}}
Each API has a dedicated script in scripts/:
node scripts/<api_name>.js --data '{"key":"value"}'
python3 scripts/<api_name>.py --data '{"key":"value"}'
{{CLI_SECTIONS}}
reference/api_list.json: original api_list payloadreference/api_meta.json: normalized API metadata used by scripts