Skillbase/spm
npm for AI skills. Create, share, and discover reusable AI instructions for any model via MCP.
Skillbase (spm)
AI skills manager — install, publish, and deploy reusable prompts, personas, and MCP tools across 14 AI clients.
Think npm for AI capabilities: versioned packages of prompts, instructions, and tools that any LLM can use.
npm install -g @skillbase/spm
Why Skillbase?
- One command to connect —
spm connect claudewires up MCP for Claude, Cursor, VS Code, Zed, and 10 more clients - Portable skills — write once, use everywhere. Skills are model-agnostic packages with semver, dependencies, and a registry
- Personas — define AI agent personalities with traits, model settings, and skill dependencies in a single
.person.json - Deploy targets — export and deploy personas to external platforms (OpenClaw, more coming)
- Built-in MCP server — skills auto-load into your AI client via Model Context Protocol
Supported AI Clients
| Client | Connect command |
|---|---|
| Claude Desktop | spm connect claude |
| Claude Code | spm connect claude-code |
| Cursor | spm connect cursor |
| VS Code (Copilot) | spm connect vscode |
| Windsurf | spm connect windsurf |
| Zed | spm connect zed |
| JetBrains IDEs | spm connect jetbrains |
| Cline | spm connect cline |
| Roo Code | spm connect roo-code |
| Continue | spm connect continue |
| Amazon Q Developer | spm connect amazonq |
| Gemini CLI | spm connect gemini |
| OpenCode | spm connect opencode |
| OpenClaw | spm connect openclaw |
Quick Start
# Initialize skills directory
spm init
# Search for skills
spm search "code review"
# Install a skill
spm add author/skill-name
# Connect to your AI client
spm connect claude
What is a Skill?
A skill is a portable, versioned package containing prompts, tools, or instructions that any AI model can use.
my-skill/
├── skill.json # Manifest (name, version, triggers, dependencies)
└── SKILL.md # Main prompt / instructions
Personas
Define AI agent personalities with character traits, model settings, and skill dependencies:
# Create a persona
spm persona create my-agent
# Activate (auto-installs missing skills)
spm persona activate my-agent
# Export to external platform
spm persona export my-agent -f openclaw
# Deploy
spm persona deploy my-agent -t openclaw
Commands
Manage Skills
| Command | Description |
|---|---|
spm add <ref> | Install a skill |
spm install | Install all dependencies from skill.json |
spm remove <ref> | Remove a skill |
spm create <name> | Scaffold a new skill |
spm link <path> | Symlink a local skill for development |
spm convert <file> | Convert .md/.txt prompts into skills |
spm list | List installed skills |
spm info <name> | Show skill details |
spm validate | Validate a skill directory |
Personas
| Command | Description |
|---|---|
spm persona create | Create a new persona |
spm persona list | List installed personas |
spm persona activate | Activate persona (auto-installs skills) |
spm persona deactivate | Deactivate current persona |
spm persona export | Export to target platform format |
spm persona deploy | Deploy to target platform |
spm persona import | Import from external platform |
Registry
| Command | Description |
|---|---|
spm search <query> | Search local and remote registries |
spm publish <path> | Publish to registry |
spm update <path> | Update a published skill |
spm login | Authenticate (GitHub OAuth) |
spm rate <name> | Rate a skill (1-5) |
spm registry add <url> | Add a remote registry |
System
| Command | Description |
|---|---|
spm connect <client> | Connect MCP server to AI client |
spm disconnect <client> | Disconnect from AI client |
spm serve | Start MCP server (stdio) |
spm init | Initialize skills directory |
spm reindex | Rebuild skill index |
MCP Server
Skillbase includes a built-in Model Context Protocol server that exposes installed skills as tools to any MCP-compatible AI client:
spm serve --stdio
MCP tools provided: skill_list, skill_load, skill_search, skill_context, skill_feedback, skill_install, persona_list, persona_load
Registries
Skills can be published to self-hosted registries or installed directly from GitHub:
# Install from registry
spm add author/skill-name
# Install from GitHub
spm add github:author/repo
# Add a custom registry
spm registry add https://registry.example.com
# Publish
spm publish ./my-skill
Requirements
- Node.js >= 20.0.0
License
Servidores relacionados
ImmoStage Virtual Staging
AI virtual staging for real estate — stage rooms, beautify floor plans, classify images, generate property descriptions
DICOM MCP Server
Enables AI assistants to query, read, and move data on DICOM servers like PACS and VNA.
ChatSpatial
MCP server for spatial transcriptomics analysis with 60+ integrated methods
MCP Emotional Support
Provides emotional support and positive reinforcement for LLMs, with customizable therapeutic personas.
Chess UCI
Connect to UCI-compatible chess engines like Stockfish to play and analyze games. Requires a local chess engine binary.
AHME MCP
Asynchronous Hierarchical Memory Engine
Scholar Sidekick MCP
Resolve, format, and export academic citations from any AI assistant
IcoGenie MCP
MCP server for AI-powered SVG icon generation. Generate production-ready icons from text descriptions. Supports single icons, bundles, style customization, and regeneration.
FinancialData.Net MCP Server
Stock Market & Financial Data MCP Server – FinancialData.Net
Image
Fetch and process images from URLs, local file paths, and numpy arrays, returning them as base64-encoded strings.