Skill Ninja
FreeMaintainedEnables discovery, installation, and management of reusable agent skills from GitHub repositories with a curated skill index and workspace analysis for personal
About
Enables discovery, installation, and management of reusable agent skills from GitHub repositories with a curated skill index and workspace analysis for personalized recommendations.
README
npm version License: CC BY-NC-SA 4.0
An MCP (Model Context Protocol) server for searching, installing, and managing AI Agent Skills.
Works with MCP-compatible clients like Claude Desktop, Cursor, and VS Code.
Installation
npm install -g skill-ninja-mcp-server
Or run it directly with npx:
npx skill-ninja-mcp-server
Configuration
Claude Desktop
~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"skill-ninja": {
"command": "npx",
"args": ["skill-ninja-mcp-server"]
}
}
}
VS Code (mcp.json)
%APPDATA%\Code\User\mcp.json:
{
"servers": {
"skill-ninja": {
"command": "npx",
"args": ["skill-ninja-mcp-server"]
}
}
}
Environment Variables
| Variable | Description | Default |
|---|---|---|
GITHUB_TOKEN |
GitHub API token for higher rate limits | none |
SKILL_NINJA_INDEX_DIR |
Skill index storage directory | ~/.skill-ninja |
SKILL_NINJA_TRUSTED_WORKSPACES |
Trusted workspace roots allowed for read/write operations | auto-detect current project root only |
LANG |
Output language, for example ja_JP |
system default |
Security
Workspace-mutating tools only operate inside trusted workspace roots.
- By default, the server trusts the current working directory only when it looks like a project root.
- To allow other locations, set the
SKILL_NINJA_TRUSTED_WORKSPACESenvironment variable to one or more trusted roots separated by your OS path delimiter. - Requests outside trusted roots are rejected before any read, write, or delete occurs.
- GitHub API and raw content fetches use a bounded timeout so network failures return control instead of hanging the MCP server indefinitely.
Duplicate Skill Names
- Search and recommendation results include the source name for each skill.
- If multiple sources publish the same skill name, pass the optional
sourcefield toskillNinja_installorskillNinja_localize. - Installed skill listings include the recorded source, and the server refuses to overwrite an installed skill with the same name from a different source.
- If a partial skill name matches multiple different skills, the install, localize, and uninstall flows now stop and ask for the exact skill name instead of picking the first match.
Tools
| Tool | Description |
|---|---|
skillNinja_search |
Search the local skill index by keyword |
skillNinja_install |
Install a skill into a trusted workspace |
skillNinja_uninstall |
Remove an installed skill from a trusted workspace |
skillNinja_list |
List installed skills in a trusted workspace |
skillNinja_recommend |
Recommend skills based on workspace contents |
skillNinja_updateIndex |
Refresh the local skill index from registered sources |
skillNinja_webSearch |
Search GitHub for repositories containing SKILL.md files |
skillNinja_addSource |
Add a GitHub repository as a skill source |
skillNinja_localize |
Update localized skill descriptions in the index |
skillNinja_install tries to fetch the original SKILL.md from the source repository. If the source file cannot be resolved or downloaded, it installs a minimal file generated from the local index and reports that fallback in the result.
Usage Examples
"Find skills for Azure work"
-> skillNinja_search
"Install the webapp-testing skill from GitHub Awesome Copilot"
-> skillNinja_install with skillName="webapp-testing" and source="github-awesome-copilot"
"Install test"
-> refine to the exact skill name first, for example "test-driven-development"
"Search GitHub for MCP skills"
-> skillNinja_webSearch
Development
git clone https://github.com/aktsmm/skill-ninja-mcp-server
cd skill-ninja-mcp-server
npm install
npm test
npm run release:verify
License
CC BY-NC-SA 4.0 — see LICENSE.
Install Skill Ninja in Claude Desktop, Claude Code & Cursor
unyly install skill-ninjaInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add skill-ninja -- npx -y skill-ninja-mcp-serverStep-by-step: how to install Skill Ninja
FAQ
Is Skill Ninja MCP free?
Yes, Skill Ninja MCP is free — one-click install via Unyly at no cost.
Does Skill Ninja need an API key?
No, Skill Ninja runs without API keys or environment variables.
Is Skill Ninja hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Skill Ninja in Claude Desktop, Claude Code or Cursor?
Open Skill Ninja on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Changes
Versions and requested access over time.
- New version published
- New version published
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Skill Ninja with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
