13 MCP Tools
Search & Discovery
skillsmp_search — Keyword Search
Search the SkillsMP marketplace by keyword. Returns skill names, descriptions, authors, star counts, and GitHub links. Supports sorting by stars or recency. All results are sanitized against prompt injection.
skillsmp_ai_search — AI Semantic Search
Natural language search powered by Cloudflare AI. Returns relevance-scored results. Finds skills even when keywords do not exactly match.
skillsmp_search_safe — Search + Auto-Scan
Combines keyword search with automatic security scanning of the top N results. Shows risk levels and threat summaries inline with search results.
skillsmp_suggest — AI Suggestions
Recommends new skills based on what you already have installed and optional context about your current project. Filters out already-installed skills automatically.
Security
skillsmp_scan_skill — Security Scan
Scans a GitHub skill repository for 60+ threat patterns across prompt injection, reverse shells, credential theft, supply chain attacks, crypto mining, and more. Returns a risk level, threat list, content hash, and recommendation.
skillsmp_compare — Side-by-Side Compare
Compare two skills by GitHub URL or installed name. Shows risk levels, threat counts, categories, and a recommendation for which is safer.
skillsmp_audit_installed — Deep Audit
Forces a fresh security scan on a specific installed skill. Shows detailed threat report, file count, total size, content hash, and SKILL.md status.
Skill Management
skillsmp_install_skill — Install
Scans a GitHub skill, then installs it to ~/.claude/skills/. Critical threats are permanently blocked. Medium/high risk requires force=true. Runs npm install with --ignore-scripts.
skillsmp_uninstall_skill — Uninstall
Removes an installed skill directory and updates the in-memory registry. Restart your MCP client to apply changes.
skillsmp_list_installed — List Installed
Lists all installed skills with risk levels, file counts, SKILL.md status, and last scan timestamps. Supports forced refresh and re-sync.
Cloud Sync
skillsync_configure — Configure Sync
Manage sync subscriptions and settings. Add or remove search subscriptions, set sync interval, risk threshold, and conflict policy (skip, overwrite, or unmanage).
skillsync_sync_now — Run Sync
Polls subscriptions, diffs against installed skills, and installs/updates/removes as needed. Supports dryRun=true to preview changes before applying.
skillsync_status — Sync Status
Shows sync engine state: managed vs manual skills, subscription count, last sync time, next scheduled sync, and per-skill details.