find-skills
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseFind Skills
查找技能
Universal skill discovery across all AI agent skill marketplaces.
跨所有AI Agent技能市场的通用技能发现功能。
When to Use
使用场景
Use this skill when the user:
- Asks "how do I do X" where X might have an existing skill
- Says "find a skill for X" or "is there a skill that can..."
- Wants to extend agent capabilities with specialized knowledge
- Mentions a domain (testing, deployment, design, security, etc.)
当用户出现以下情况时使用此技能:
- 询问“我该如何做X”,而X可能已有对应的技能
- 说“查找适用于X的技能”或“有没有能……的技能”
- 想要通过专业知识扩展Agent的能力
- 提及某个领域(测试、部署、设计、安全等)
SkillKit CLI Commands
SkillKit CLI 命令
bash
undefinedbash
undefinedSearch skills
搜索技能
npx skillkit@latest find <query>
npx skillkit@latest find <query>
Install from GitHub
从GitHub安装
npx skillkit@latest install <owner/repo>
npx skillkit@latest install <owner/repo>
Browse TUI marketplace
浏览TUI市场
npx skillkit@latest marketplace
npx skillkit@latest marketplace
List installed skills
列出已安装技能
npx skillkit@latest list
npx skillkit@latest list
Get recommendations based on your project
根据项目获取推荐
npx skillkit@latest recommend
undefinednpx skillkit@latest recommend
undefinedSkill Sources (15,000+ skills)
技能来源(15000+个技能)
Official Partners
官方合作伙伴
| Source | Install |
|---|---|
| Anthropic | |
| Vercel | |
| Expo | |
| Remotion | |
| Supabase | |
| Stripe | |
| 来源 | 安装命令 |
|---|---|
| Anthropic | |
| Vercel | |
| Expo | |
| Remotion | |
| Supabase | |
| Stripe | |
Community Collections
社区合集
| Source | Focus |
|---|---|
| Security, auditing |
| TDD, workflow |
| Dev patterns |
| Curated collection |
| AI platform |
| Authentication |
| Bun/ElysiaJS |
| Kubernetes MCP |
| 来源 | 专注领域 |
|---|---|
| 安全、审计 |
| 测试驱动开发、工作流 |
| 开发模式 |
| 精选合集 |
| AI平台 |
| 身份验证 |
| Bun/ElysiaJS |
| Kubernetes MCP |
How to Help Users
如何协助用户
Step 1: Understand the Need
步骤1:理解需求
Identify:
- Domain (React, testing, DevOps, security, etc.)
- Specific task (writing tests, deployment, code review)
- Technology stack
确定:
- 领域(React、测试、DevOps、安全等)
- 具体任务(编写测试、部署、代码审查)
- 技术栈
Step 2: Search for Skills
步骤2:搜索技能
Run search with relevant keywords:
bash
npx skillkit@latest find "react testing"
npx skillkit@latest find "kubernetes"
npx skillkit@latest find "security audit"使用相关关键词运行搜索:
bash
npx skillkit@latest find "react testing"
npx skillkit@latest find "kubernetes"
npx skillkit@latest find "security audit"Step 3: Present Results
步骤3:展示结果
When you find skills, show:
- Skill name and description
- The install command
- Source repository
Example response:
Found: "React Best Practices" from Vercel Labs
- React and Next.js patterns from Vercel Engineering
Install:
npx skillkit@latest install vercel-labs/agent-skills找到技能后,展示以下内容:
- 技能名称和描述
- 安装命令
- 源仓库
示例回复:
找到:来自Vercel Labs的「React最佳实践」
- 来自Vercel工程团队的React和Next.js模式
安装命令:
npx skillkit@latest install vercel-labs/agent-skillsStep 4: Install
步骤4:安装
Install for the user:
bash
npx skillkit@latest install <owner/repo>Or install specific skill (non-interactive):
bash
npx skillkit@latest install owner/repo --skills skill-name
npx skillkit@latest install anthropics/skills --skills frontend-design
npx skillkit@latest install vercel-labs/agent-skills -s react-best-practices为用户执行安装:
bash
npx skillkit@latest install <owner/repo>或者安装特定技能(非交互式):
bash
npx skillkit@latest install owner/repo --skills skill-name
npx skillkit@latest install anthropics/skills --skills frontend-design
npx skillkit@latest install vercel-labs/agent-skills -s react-best-practicesCommon Searches
常见搜索场景
| Need | Search Query |
|---|---|
| React patterns | |
| Testing | |
| TypeScript | |
| DevOps | |
| Security | |
| API design | |
| Mobile | |
| Database | |
| 需求 | 搜索命令 |
|---|---|
| React模式 | |
| 测试 | |
| TypeScript | |
| DevOps | |
| 安全 | |
| API设计 | |
| 移动开发 | |
| 数据库 | |
When No Skills Found
未找到技能时的处理
If no matching skill exists:
- Offer to help directly with your capabilities
- Suggest creating a custom skill:
bash
npx skillkit@latest init my-skill - Recommend publishing to share with others:
bash
npx skillkit@latest publish
如果没有匹配的技能:
- 提出直接用自身能力协助用户
- 建议创建自定义技能:
bash
npx skillkit@latest init my-skill - 推荐发布技能以分享给他人:
bash
npx skillkit@latest publish
Browse Online
在线浏览
- Website: https://agentskills.com
- GitHub: https://github.com/rohitg00/skillkit
Important Notes
重要提示
- Use format, NOT full URLs
owner/repo - Use (plural) or
--skillsflag for specific skills-s - Add to npx for latest version:
@latestnpx skillkit@latest
- 使用格式,而非完整URL
owner/repo - 使用(复数)或
--skills标志指定特定技能-s - 在npx命令后添加以获取最新版本:
@latestnpx skillkit@latest