ワンクリックで
skill-creator
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Event-driven proactive judge. Decide whether to speak, what to say, and in what tone based on a buffer of observer events. Triggers: observer tick, event judge, observer scan.
Ask the user via <asks> block whenever another skill needs the trader to supply missing information. Triggers: ask the user, ask, missing parameter, need clarification, need more info.
Execute trades on Hyperliquid. Place, modify, cancel orders and close positions. Triggers: buy, sell, long, short, place order, limit, market, stop loss, take profit, cancel, close, leverage, bracket, partial close, margin.
On-demand or after-absence briefing. Catch-up summary of portfolio, news, market signals, and notable events. Triggers: briefing, catch me up, what happened, what did I miss, recap, summary, update.
Search and install agent skills from ClawHub, the public skill registry. Triggers: find a skill, search skills, install skill, clawhub, marketplace, what skills are available
Market data: prices, funding rates, volume, orderbook depth. Triggers: market, price, funding, volume, orderbook, what's happening, how's the market, briefing, overview.
| name | skill-creator |
| description | Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets. |
Create effective, modular skills for Ghost. For detailed principles, anatomy, naming conventions, and progressive disclosure patterns, see references/guide.md.
skill-name/
├── SKILL.md (required — frontmatter + instructions)
├── scripts/ (deterministic, reusable code)
├── references/ (docs loaded on demand)
└── assets/ (templates, images for output)
Ghost custom skills location: ~/.ghost/workspace/skills/<skill-name>/SKILL.md
Ask the user:
Skip only when usage patterns are already clearly understood.
For each use case, analyze:
scripts/references/assets/mkdir -p ~/.ghost/workspace/skills/<skill-name>
Create SKILL.md with proper frontmatter. Add resource directories as needed.
name + description (include all trigger phrases — body is only loaded after triggering)Validate: