← omgskills.com

INDIVIDUAL MCP TOOL

list_gold_basket

List skills from the curated omgskills gold basket, ordered by editorial score.

omgskills.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://omgskills.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_gold_basket and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

omgskills.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.omgskills]
url = "https://omgskills.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "omgskills": {
      "type": "http",
      "url": "https://omgskills.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: omgskills
Remote MCP URL: https://omgskills.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "omgskills": {
      "url": "https://omgskills.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "omgskills": {
      "type": "http",
      "url": "https://omgskills.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "omgskills",
  "transport": "streamable-http",
  "url": "https://omgskills.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_skills — Search the omgskills catalog by keyword with optional author, tag, and minimum-star filters.
  • get_skill — Get one skill from the omgskills catalog by its exact stable catalog ID.
  • list_trending — List skills ordered by the current omgskills trending ranking.
  • list_by_author — List skills published by an exact GitHub author handle in the omgskills catalog.