ワンクリックで
skill-builder
Build-focused skill for creating, updating, and installing standard Agent Skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build-focused skill for creating, updating, and installing standard Agent Skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Manage SOP templates, scheduled automation tasks, and run history through AI-callable tools.
提供独立的命令执行与 skill 脚本执行能力。
Query chat history by keywords and date ranges.
Provides interaction capabilities with the user.
Meta skill for AI self-evolution. Invoke when recording lessons learned and improving skill guidance from execution feedback.
Execute Python code to perform tasks that are not covered by other tools.
| name | skill-builder |
| description | Build-focused skill for creating, updating, and installing standard Agent Skills. |
| type | system |
| created_by | system |
| kind | system |
| allowed-tools | ["create_new_skill","update_skill","install_agent_skill"] |
This skill is dedicated to skill engineering tasks only.
SKILL.md and skill.json, plus impl.py only when the user explicitly wants new lightweight tools.SKILL.md, and add Cowork indexing metadata.Creates or updates an AI-generated skill in ai_skills.
Updates an existing skill with optional scope resolution:
target_scope="ai_only": only modify skill in ai_skillstarget_scope="builtin_only": only modify skill in built-in skillstarget_scope="auto": prefer AI-generated one, fallback to built-inInstalls a standard Agent Skill package into user ai_skills. The source can be a skill directory, ZIP package, or single Markdown SKILL.md file.
SKILL.md; skill.json is generated only as Cowork indexing and workbench metadata.