← skillagent.dev

INDIVIDUAL MCP TOOL

get_skill

Get one skill as Markdown: summary, metadata, install command and the full skill file.

skillagent.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://skillagent.dev/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent server

skillagent.dev

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_skills — Search the SkillAgent catalogue of AI agent skills, rules files and MCP servers.
  • recommend_skills — Recommend skills for a project from a description of it: languages, frameworks or dependencies (e.
  • install_skill — Exact installation instructions for one skill on one agent: the install command(s) when one exists, otherwise the file to create (path relative to the project root) with its content.