원클릭으로
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: