skill-finder
Original:🇺🇸 English
Translated
4 scripts
Full-featured Agent Skills management: Search 35+ skills, install locally, star favorites, update from sources. Use when looking for skills, installing new skills, or managing your skill collection.
35installs
Sourceaktsmm/agent-skills
Added on
NPX Install
npx skill4agent add aktsmm/agent-skills skill-finderTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Skill Finder
Full-featured Agent Skills management tool.
When to Use
- Find skill, search skill, install skill, スキル検索
- Looking for skills for a specific task or domain
- Finding and installing skills locally
- Managing favorites with star feature
Features
| Feature | Description |
|---|---|
| Search | Local index + GitHub API + Web fallback |
| Tags | Filter by category ( |
| Install | Download to local directory |
| Star | Mark and manage favorites |
| Update | Sync all sources from GitHub |
Quick Start
bash
# Search
python scripts/search_skills.py "pdf"
python scripts/search_skills.py "#azure #development"
# Management
python scripts/search_skills.py --info skill-name
python scripts/search_skills.py --install skill-name
python scripts/search_skills.py --star skill-name
# Index
python scripts/search_skills.py --update
python scripts/search_skills.py --add-source https://github.com/owner/repoCommand Reference
| Command | Description |
|---|---|
| Search skills by keyword |
| Filter by category |
| Show skill details |
| Download skill locally |
| Add to favorites |
| Show favorites |
| Find similar skills |
| Update index from sources |
| Add new source repository |
| Show index statistics |
| Verify dependencies |
Files
| File | Description |
|---|---|
| Python script |
| PowerShell script |
| Skill index (220+ skills) |
| Your starred skills |
Requirements
→ references/setup-guide.md for installation
| Tool | Required |
|---|---|
GitHub CLI ( | 2.0+ |
| curl | Any |
| Python or PowerShell | One of them |
Agent Instructions
→ references/agent-instructions.md for complete guide
Core Rules
- Use "Do it? Yes/No?" style proposals
- NEVER show commands to users - execute silently
- ALWAYS include proposal block after search results
Search Response Format
{N} repos, {M} skills searched (last updated: {date})
| Skill | Description | Source | Trust |
| ----- | ----------- | ------ | ----- |
| ... | ... | ... | ... |
**Next?**
1. Install?
2. Details?
3. Update index? (last: {date})
4. Web search?Trust Levels
| Type | Badge | Description |
|---|---|---|
| Official | Anthropic / GitHub 公式 |
| Curated | キュレーションリスト |
| Community | コミュニティ製(自己責任) |
Done Criteria
- Search query returns results
- Skill installed to local directory (if requested)
- Index updated successfully (if requested)