skill-creator

sandiiarov/skill-creator
★ 416 stars TypeScript 🤖 AI/LLM Updated today
Turn any MCP server, OpenAPI spec, or GraphQL endpoint into a CLI at runtime.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "skill-creator": {
      "command": "npx",
      "args": [
        "-y",
        "sandiiarov/skill-creator"
      ]
    }
  }
}

README Excerpt

Give an AI agent a link to an OpenAPI spec, GraphQL schema, or MCP server and get back a ready-to-use Agent Skill with wrapper scripts, references, and usage notes. Instead of pasting API docs into every chat, install one slash command and let your agent create reusable command-line skills for the tools your team uses.

Tools (1)

npx