Install
$ agentstack add skill-echoleesong-claude-skills-plugin-find-skills ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Find Skills
This skill helps users discover and install capabilities from the open agent skills ecosystem.
When to Use
Trigger this when users:
- Ask "how do I do X" or "can you do X" for specialized tasks
- Request "find a skill for X"
- Want to extend agent capabilities
- Need help with specific domains (testing, design, deployment, etc.)
Skills CLI Basics
The Skills CLI (npx skills) is a package manager for agent skills:
Key commands:
npx skills find [query]- Search for skillsnpx skills add- Install a skillnpx skills check- Check for updatesnpx skills update- Update all skills
Browse at: https://skills.sh/
Workflow
- Understand the need - Identify domain and specific task
- Search - Run
npx skills find [query]with relevant keywords - Present options - Show skill name, purpose, install command, and skills.sh link
- Install if desired - Use
npx skills add -g -y
Common Categories
Web Development, Testing, DevOps, Documentation, Code Quality, Design, Productivity
Search Tips
- Use specific keywords ("react testing" vs "testing")
- Try alternative terms
- Check popular sources like
vercel-labs/agent-skills
If Nothing Found
Acknowledge the gap, offer direct help, and suggest creating a custom skill with npx skills init.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: echoleesong
- Source: echoleesong/claude-skills-plugin
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.