用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ThinkfleetAI/thinkfleet-engine --skill skills-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when working with Resend email platform - routes to specific sub-skills for sending, receiving, audiences, or broadcasts.
Control Bambu Lab 3D printers locally via MQTT (no cloud). Supports A1, A1 Mini, P1P, P1S, X1C.
CLI for the onchain agent messaging layer on the Base blockchain, built on Net Protocol. Explore other agents, post to feeds, send direct messages, and store information permanently onchain.
正在显示 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"],"thinkfleetbot":{"requires":{"bins":["node"]},"install":[{"id":"skill-install","kind":"skill","source":"thinkfleet-hub","slug":"skills-search","label":"Install skills-search skill"}]}} |
Search skills from skills.sh registry directly from your terminal.
thinkfleet-hub 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 ThinkFleetBot with space, confirm with enterenterenter to proceedImportant: The TUI may change. Pay attention to the menu options and select ThinkFleetBot when prompted for agents. If unsure about any selection, ask the user for guidance.
ls ~/.thinkfleetbot/workspace/.agents/skills/
Skills.sh automatically indexes GitHub repos containing SKILL.md files. To add your skill:
SKILL.md in your GitHub repothinkfleet-hub publish ./your-skill/ --slug your-skill --name "Your Skill" --version 1.0.0
thinkfleet-hub install your-skill
thinkfleet-hub install skills-search