ワンクリックで
skill-creator
Create new custom skills and save them to the user-skills directory so the agent can learn and use them in future sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create new custom skills and save them to the user-skills directory so the agent can learn and use them in future sessions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | skill-creator |
| description | Create new custom skills and save them to the user-skills directory so the agent can learn and use them in future sessions. |
Use this skill to design and save new custom skills to the user-skills folder
(~/.erebus/user-skills/). Skills saved here are separate from the built-in
skills and are loaded automatically every time the agent starts.
Use the API endpoint POST /api/skills with the following body:
{
"name": "my-skill",
"description": "One-line description of what this skill does",
"content": "Full SKILL.md body (markdown, workflow steps, examples)",
"category": "optional-category"
}
Or use ShellTools / FileTools to write directly to:
~/.erebus/user-skills/<category>/<name>/SKILL.md
---
name: skill-name
description: Short description
---
# Skill Title
## When to Use
...
## Steps / Instructions
...
## Output Format
...
~/.erebus/user-skills/ — never in the
built-in erebus/skills/builtins/ directory.daily-standup).