Manual setup required. The maintainer's config contains paths only you know - edit the placeholders below before adding it to Claude Code.
1
Prepare the server locally
Run this once before adding it to Claude Code.
pip install skillnet-ai
npm install2
Register it in Claude Code
claude mcp add skillnet-mcp -- node /absolute/path/to/skillnet-mcp/index.jsReplace any placeholder paths in the command with the real path on your machine.
Environment Variables
Set these before running SkillNet MCP.
VariableDescriptionRequired
API_KEYRequired for create_skill, evaluate_skill, and analyze_skills to communicate with LLM endpoints.NoGITHUB_TOKENOptional token to accelerate cloning and prevent rate-limits during skill creation.NoAvailable Tools (5)
Once configured, SkillNet MCP gives your AI agent access to:
search_skillsSearch for available agent skills in the SkillNet library.querydownload_skillDownload a specific skill from the SkillNet library.skill_idcreate_skillCreate a new agent skill.skill_namedescriptionevaluate_skillEvaluate the performance or capabilities of a skill.skill_idanalyze_skillsAnalyze existing skills for best practices or improvements.skill_idsTry It Out
After setup, try these prompts with your AI agent:
→Search for skills related to Kubernetes architecture best practices.
→Download the latest skill for automated Python unit testing.
→Analyze my current project structure and suggest relevant skills from SkillNet.
→Evaluate the performance of the skill with ID 'devops-security-001'.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
- Python 3.8+ with pip installed
Conare · memory for coding agents
Keep this setup from going cold
Save the docs, env vars, and workflow around SkillNet MCP in Conare so Claude Code, Codex, and Cursor remember it next time.
Remember this setup$npx conare@latest