theskillcity
API KeyMarkdownProject ModeMarket SkillsDocsWorkspace

Discover the toolingbehind modern intelligence

The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.

 
 
In active build — expect changes
Indexing Status

Find your way around

© 2026 theskillcity · Independent open-source indexBuilt in public · v0 beta
theskillcity
Early Builder Access

Give your agent thewhole skill city.

One key. Drop it into Claude Code, Cursor, Codex, Cline, OpenCode, Gemini CLI, Anti-Gravity, OpenClaw or Hermes and your agent can search 530k+ skills, MCP servers and agents — and install the right ones into its own directory, by itself.

See the setup
How it works
01

Generate a key

Create a free skillcity API key — your agent’s passport to the catalog.

02

Add it to your agent

Paste one MCP block into Claude Code, Codex, Cursor, Cline, OpenCode, Gemini CLI, Anti-Gravity, OpenClaw or Hermes (or set it in your CLI env).

03

It installs skills itself

Your agent searches the catalog and installs the right skills into its own directory, on demand.

Your agent key

Sign in to request your free agent key. It takes one click and the free tier covers 10 agent calls a day.

Connect your agent

Snippets use a placeholder key — generate yours above and it auto-fills here.

One command

claude mcp add skillcity -e SKILLCITY_API_KEY=sc_live_xxxxxxxxxxxxxxxxxxxx -- npx -y skillcity-mcp

or add to .mcp.json

{
  "mcpServers": {
    "skillcity": {
      "command": "npx",
      "args": ["-y", "skillcity-mcp"],
      "env": { "SKILLCITY_API_KEY": "sc_live_xxxxxxxxxxxxxxxxxxxx" }
    }
  }
 }

Restart your agent after adding the config. Then ask it to “find and install a skill for <task>” — it’ll search the catalog and install on its own.

The three tools your agent gets

search_skills()

Semantic search across the whole catalog — returns the best skills, MCPs and agents for a task.

get_skill()

Pulls a skill’s SKILL.md so the agent can read exactly what it does before installing.

install_skill()

Downloads and installs a skill straight into the agent’s skills directory.