一键导入
skills-sh
Search and install agent skills from skills.sh, the open skill directory. Triggers: find a skill, search skills, install skill, skills.sh, skill directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search and install agent skills from skills.sh, the open skill directory. Triggers: find a skill, search skills, install skill, skills.sh, skill directory
用 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 | skills-sh |
| description | Search and install agent skills from skills.sh, the open skill directory. Triggers: find a skill, search skills, install skill, skills.sh, skill directory |
| metadata | {"ghost":{"emoji":"🔮","requires":{"bins":["npx"]}}} |
Open skill directory for AI agents (91,000+ skills). Search by keyword.
Use this skill when the user asks any of:
npx --yes skills find react
Step 1: Install the skill globally:
npx --yes skills add <owner/repo@skill-name> -g -y --copy
Step 2: Move to Ghost workspace. The CLI installs to $HOME/.agents/skills/ or $HOME/.claude/skills/ depending on the detected agent. Check which one has the skill, then move:
mv $HOME/.agents/skills/<skill-name> $HOME/.ghost/workspace/skills/ 2>/dev/null || mv $HOME/.claude/skills/<skill-name> $HOME/.ghost/workspace/skills/
Replace <owner/repo@skill-name> with the source from search results. Replace <skill-name> with the installed directory name.
npx --yes skills list -g
npx --yes skills update
npx comes with it).-g --copy flags to install globally with real files (not symlinks).$HOME/.agents/skills/ or $HOME/.claude/skills/ — always check both and move to $HOME/.ghost/workspace/skills/.