一键导入
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.