Discover, search, and install curated AI agent skills via skillsic.com. Use when you need to find a skill for a specific task, browse skills by category, or see AI-analyzed ratings before installing...
Discover, search, and install curated AI agent skills via skillsic.com.
skillsic is a curated skill discovery platform for AI agents. It aggregates skills from the ecosystem, analyzes them using Claude 4.5, and provides AI-powered ratings and recommendations. The platform is hosted on the Internet Computer (ICP) for decentralized reliability.
Use skillsic when:
Visit https://skillsic.com to browse, search, and explore curated skills with detailed AI analysis.
If you have the @skillsic/mcp server configured, use these tools:
search_skills - Search by keyword
search_skills({ query: "rust programming" })
get_skill - Get detailed info about a skill
get_skill({ id: "owner/repo" })
get_top_skills - Get highest rated skills
get_top_skills({ limit: 10 })
get_skills_by_category - Browse by category
get_skills_by_category({ category: "web" })
get_categories - List all categories
get_categories()
All skills are installed via the skills.sh CLI:
npx skills add <owner>/<skill-name>
Examples:
npx skills add vercel-labs/agent-skills
npx skills add anthropics/skills
npx skills add skillsic/skillsic
skillsic analyzes each skill using Claude 4.5 and provides:
web - Web development, frameworks, deploymentprogramming - Language-specific skills (Rust, Python, etc.)systems - Systems programming, CLI toolsblockchain - Web3, ICP, smart contractsai - AI/ML tools and patternsdevelopment - General development practicesdeployment - CI/CD, hosting, infrastructuremeta - Meta-skills and discovery toolsUser: "I need to build a Next.js app and deploy it"
Search for relevant skills:
search_skills({ query: "nextjs deployment" })Review the results and ratings
Install the recommended skill:
npx skills add vercel-labs/agent-skills
get_top_skills({ limit: 10 })To enable programmatic skill discovery, add skillsic to your agent's MCP config:
{
"mcpServers": {
"skillsic": {
"command": "npx",
"args": ["@skillsic/mcp"]
}
}
}
skillsic is hosted on the Internet Computer (ICP) for decentralized reliability.