Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める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.)