在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用slug
星标9
分支0
更新时间2026年5月11日 09:31
__DESCRIPTION__
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
__DESCRIPTION__
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | __SLUG__ |
| description | __DESCRIPTION__ |
| metadata | {"somora":{"when_to_use":"__WHEN_TO_USE__","requires":{"env_vars":[]}}} |
This skill teaches the agent to call an HTTP API. Use somora's HTTP-capable tools (fetch_url, exec with curl, or a dedicated API tool if one exists) — never embed API keys in this body.
GET /... — what it doesPOST /... — what it doesAPI keys live in ~/.somora/somora.env. Declare them in requires.env_vars so somora reports the skill unavailable if they are missing.
(One or two concrete request shapes.)