omgskills developer resources
Connect agents to the live omgskills catalog, run the MCP server locally, or read the public library data directly.
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.
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/mcpAvailable tools: search_skills, get_skill, list_trending, list_gold_basket, and list_by_author.
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"]
}
}
}
Read without MCP
Agent guide
When to use omgskills and the preferred machine-readable access paths.
Catalog manifest
Current public data assets and hashes.
AI catalog
ARD discovery manifest for the hosted MCP server.
Markdown library
Profiles, collections, and selected skill pages.
Curated export
One-file export of the generated Gold library.
The MCP tools only read public catalog data. They do not install skills, write files, run shell commands, or receive private skill content.