ワンクリックで
my-skill-name
One-line summary. Include trigger phrases, e.g. Use when user says 'do X', 'run Y'.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
One-line summary. Include trigger phrases, e.g. Use when user says 'do X', 'run Y'.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create a new Skill from scratch. Use when a student says 'sch create', 'create a skill', 'new skill', '创建skill', or wants to start a fresh Skill project.
Delete a Skill or Agent from StudyClawHub. Use when a student says 'sch delete', 'delete skill', 'remove from StudyClawHub', 'unregister skill', or '删除skill'.
Check, add, or fix dependencies for a Skill or Agent. Use when a student says 'sch deps', 'check dependencies', 'install deps', 'add deps', 'fix deps', 'generate dependencies', or 'what do I need to run this skill'.
Install a Skill or Agent from StudyClawHub. Use when a student says 'sch install X', 'install from StudyClawHub', 'get skill from sch', or 'download from StudyClawHub'. Clones the repo and installs it locally.
Search for Skills on StudyClawHub. Use when a student says 'sch search', 'search StudyClawHub', 'find a skill on sch', 'browse StudyClawHub', or 'sch find'. LLM-driven semantic search — fetches all skills, understands user intent, ranks by relevance.
Submit your Skill(s) to StudyClawHub. Use when a student says 'sch submit', 'submit to StudyClawHub', 'register on StudyClawHub', 'publish to sch', or 'sch publish'. Scans the repo for all SKILL.md files and registers them via GitHub Issues.
| name | my-skill-name |
| description | One-line summary. Include trigger phrases, e.g. Use when user says 'do X', 'run Y'. |
| author | your-github-username |
| version | 1.0.0 |
| tags | ["tag1","tag2"] |
| metadata | {"openclaw":{"requires":{"env":["MY_API_KEY"],"bins":["python3"]},"primaryEnv":"MY_API_KEY"}} |
You are helping the user do X.
Activate when the user says "do X", "run Y", or similar.
Ask the user for the required information.
Perform the main task.
Show the output to the user.