← skills-library.com

INDIVIDUAL MCP TOOL

get_skill

Get full details of a specific AI agent skill by its ID.

skills-library.comnone authenticationAvailability not checked

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 endpoint

skills-library.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.skills-library-com]
url = "https://mcp.skills-library.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: skills-library-com
Remote MCP URL: https://mcp.skills-library.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": {
    "skills-library-com": {
      "url": "https://mcp.skills-library.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_skills — Full-text search across AI agent skills.
  • list_by_dependency — List AI agent skills that require a specific dependency (e.g., 'docker', 'python', 'jq').
  • list_standalone — List all standalone AI agent skills (no external dependencies needed).
  • get_dependency_tree — Get the full dependency index showing all dependencies grouped by type and which skills require them.
  • get_stats — Get summary statistics about the skills catalog.