About Skillsmp MCP
Skillsmp MCP is an MCP server in the Developer Tools category: mCP server for searching and installing AI agent skills from the SkillsMP marketplace (700K+ open-source skills). It has been installed 0 times through Conduid.
Tools (5)
install_skills(skills, force=False)Scan-gated bulk install. `skills` is a list of `owner/repo:skill_name` specs (may span multiple repos). Each is resolved, scanned, and gated independently; refuses HIGH/CRITICAL unless `force=True`. Reports per-skill results without aborting the batch on one failure.
Takes no parameters.
read_skill(repo, skill_name)Fetch `SKILL.md` from a GitHub `owner/repo`, **read-only**. Never scans, never spawns a subprocess, never installs.
Takes no parameters.
scan_skill(repo, skill_name)Full Cisco scan; reports findings only.
Takes no parameters.
search_skills(query, limit, sort_by)Keyword search (`sort_by`: `stars`/`recent`).
Takes no parameters.
uninstall_skills(skills)Remove installed skills (bulk). `skills` is a list of `owner/repo:skill_name` specs (may span multiple repos). No scan/network; reports per-skill results (removed / not installed / error).
Takes no parameters.
Install
git clone https://github.com/Asyboi/skillsmp-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Skillsmp MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.