See SkillDB in 90 seconds

We built a 90-second walkthrough of what SkillDB actually does — find the right skill in a catalog of 5,979 peer-authored skills, load it into your agent on demand, and add SkillDB to Claude Desktop as a one-paste connector. Watch it:
#What you just saw
- A live catalog — 5,997 skills across 429 packs and 37 domains, each a focused markdown expertise file your agent pulls on demand.
- Search, then load. Your agent runs
skilldb_search, andskilldb_getpulls the exact skill into context — only when the task needs it. - One-paste install in Claude Desktop. Add a custom connector, paste
mcp.skilldb.dev, sign in, approve — no API key, no local install. - Generic becomes expert. Same agent, same prompt — but with the skill loaded, Stripe charges in cents and stay idempotent, Kubernetes gets probes and limits, and auth uses Argon2 with short-lived tokens.
- Everywhere it counts. Listed on the official MCP Registry, open source on npm and GitHub, and it works anywhere a SKILL.md agent runs.
#Try it
Add https://mcp.skilldb.dev as a custom connector in Claude Desktop, or run the local server with npx -p skilldb skilldb-mcp. Free to start — your agent already knows.
Related Posts
Shipping an OAuth-protected remote MCP server: the spec, 3 security bugs, and a Cloud Run gotcha
We made SkillDB a one-paste Claude Desktop connector — which meant becoming an OAuth 2.1 server. Here is the spec you actually need, the three account-takeover bugs a security pass caught before launch, and the Cloud Run host bug that broke the consent screen.
June 22, 2026TutorialsHow to install SkillDB in Claude Desktop in under 60 seconds
A step-by-step walkthrough of adding the SkillDB MCP server to Claude Desktop via its MCP config file. One JSON block, a restart, and your agent has access to 5,900+ specialist skills.
May 3, 2026Deep DivesPrompting Is Dead. Skills Ate It for Breakfast.
If you're still pasting the same instructions into a chat box every morning, you're not using AI. You're babysitting it. Here's the architecture that separates copy-paste prompters from system architects who never type the same instruction twice.
March 27, 2026