用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/duclm1x1/Dive-Ai --skill skills-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Persistent memory system for AI agents following Model Context Protocol (MCP). Use for storing long-term memories across sessions, semantic search of past knowledge, building knowledge graphs, auto-injecting context, deduplicating memories, syncing to cloud storage. Essential for agents that need to remember decisions, solutions, preferences, and learned patterns over time.
Persistent memory system for AI agents following Model Context Protocol (MCP). Use for storing long-term memories across sessions, semantic search of past knowledge, building knowledge graphs, auto-injecting context, deduplicating memories, syncing to cloud storage. Essential for agents that need to remember decisions, solutions, preferences, and learned patterns over time.
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
正在显示 SKILL.md
基于 SOC 职业分类
| name | skills-search |
| description | Search skills.sh registry from CLI. Find and discover agent skills from the skills.sh ecosystem. |
| metadata | {"version":"1.0.4","tags":["search","skills.sh","cli"],"clawdbot":{"requires":{"bins":["node"]},"install":[{"id":"skill-install","kind":"skill","source":"clawdhub","slug":"skills-search","label":"Install skills-search skill"}]}} |
Search skills from skills.sh registry directly from your terminal.
clawdhub install skills-search
# Search for skills by name
skills-search "postgres"
skills-search "web design"
skills-search "twitter"
# Show most popular skills
skills-search --popular
skills-search --popular --limit 10
# Search with install command
skills-search "web design" --show-install
❯ skills-search "web design"
🔍 Searching skills.sh for "web design"...
✅ web-design-guidelines (16,922 installs)
Source: vercel-labs/agent-skills
Install: npx skills add vercel-labs/agent-skills
✅ frontend-design (566 installs)
Source: anthropics/skills
Install: npx skills add anthropics/skills
❯ skills-search --popular --limit 5
📈 Top 5 most popular skills:
✅ vercel-react-best-practices (22,475 installs)
Source: vercel-labs/agent-skills
✅ web-design-guidelines (17,135 installs)
Source: vercel-labs/agent-skills
✅ upgrading-expo (1,192 installs)
Source: expo/skills
...
npx @thesethrose/skills-search "react"
After finding a skill, install it using the skills CLI:
npx skills add vercel-labs/agent-skills
TUI Navigation Guidance:
The skills CLI uses an interactive menu. Watch for prompts and navigate accordingly:
space, confirm with enterup/down, select Clawdbot with space, confirm with enterenterenter to proceedImportant: The TUI may change. Pay attention to the menu options and select Clawdbot when prompted for agents. If unsure about any selection, ask the user for guidance.
ls ~/.clawdbot/workspace/.agents/skills/
Skills.sh automatically indexes GitHub repos containing SKILL.md files. To add your skill:
SKILL.md in your GitHub repoclawdhub publish ./your-skill/ --slug your-skill --name "Your Skill" --version 1.0.0
clawdhub install your-skill
clawdhub install skills-search