一键导入
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: