一键导入
skill-creator-skill
Help users create new skills. Collect skill information through interactive prompts, then generate SKILL.md and script templates automatically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Help users create new skills. Collect skill information through interactive prompts, then generate SKILL.md and script templates automatically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fetch repository information from GitHub, including trending project search and repository detail lookup. Use this skill when you need GitHub project information.
Generate a greeting message for a provided name. Use this skill when you need to produce greeting text from a name.
Fetch web content from a URL, supporting plain-text extraction and raw HTML output. Use this skill when you need to retrieve information from websites.
| name | skill_creator_skill |
| description | Help users create new skills. Collect skill information through interactive prompts, then generate SKILL.md and script templates automatically. |
Use this skill to generate a new skill scaffold automatically:
SKILL.md documentationnode scripts/skill_creator.js create.The script asks for:
weather_skillweather)city, unit)On success, it generates files under agent/skills/<skill_name>/:
agent/skills/<skill_name>/
├── SKILL.md # Skill documentation
└── scripts/
└── <script_name> # Script file
cd /Users/leo/code/erl/light-agent/agent/skills/skill_creator_skill
node scripts/skill_creator.js create