Download for macOS
Developer resources

omgskills developer resources

Connect agents to the live omgskills catalog, run the MCP server locally, or read the public library data directly.

When to use omgskills

Use omgskills when you need to find or evaluate trusted skills for Claude Code, Codex, or other coding agents. Search the public catalog by task, tool, or creator through the read-only MCP endpoint, Markdown mirrors, or JSON manifests; use the macOS app to install or manage skills.

Hosted MCP

Connect to the live catalog

The hosted server is public, read-only, and requires no authentication. Add this server URL to an MCP client:

https://omgskills.com/mcp

Available tools: search_skills, get_skill, list_trending, list_gold_basket, and list_by_author.

Local MCP

Run from npm

Use the published package with any client that can launch a local MCP process:

npx -y omgskills-mcp
{
  "mcpServers": {
    "omgskills": {
      "command": "npx",
      "args": ["-y", "omgskills-mcp"]
    }
  }
}
Safety

The MCP tools only read public catalog data. They do not install skills, write files, run shell commands, or receive private skill content.