Skill Doc Generator
@DemboNauta
关于 Skill Doc Generator
MCP server that turns any documentation URL into a Claude Code skill file. No API key required — the agent does the reasoning, the server handles fetching and saving
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"skill-doc-generator": {
"command": "npx",
"args": [
"skill-doc-generator"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Skill Doc Generator?
Skill Doc Generator is an MCP server that converts any documentation URL into a Claude Code skill file and bundles the full skill‑creator workflow. It requires no API key and works with any MCP‑compatible IDE (Claude Code, Cursor, Windsurf, etc.).
How to use Skill Doc Generator?
Install directly from npm with Node.js 18+. Add it to your MCP config—either via claude mcp add --transport stdio --scope user skill-doc-generator npx skill-doc-generator or by adding the JSON entry to your IDE’s MCP config file. Then ask your agent to generate a skill from a documentation URL or GitHub repository. Tools include fetch_doc_page, fetch_github_repo, save_skill, read_skill, and get_skill_creator.
Key features of Skill Doc Generator
- Fetches documentation pages and strips non‑content elements.
- Fetches GitHub repository files via the GitHub API.
- Saves generated skills as markdown files ready for Claude Code.
- Bundles the complete skill‑creator workflow for testing and iteration.
- No external AI API calls are made inside the server.
Use cases of Skill Doc Generator
- Generate a Claude Code skill from any documentation URL (e.g., Laravel, Stripe, Python asyncio).
- Create a skill from a GitHub repository’s README, docs, and examples.
- Update an existing skill with the latest documentation changes.
- Build or improve skills using the built‑in skill‑creator workflow (draft → test → grade → iterate).
FAQ from Skill Doc Generator
Does Skill Doc Generator require an API key?
No. The server itself never calls external AI APIs; all reasoning is done by the AI agent. No API key is needed.
What runtime dependencies does Skill Doc Generator need?
Node.js 18+ and an MCP‑compatible agentic IDE (Claude Code, Cursor, Windsurf, or VS Code with Copilot).
How can I avoid rate limits when fetching GitHub repos?
Set the GITHUB_TOKEN environment variable. The fetch_github_repo tool uses the GitHub API, and a token helps avoid rate limits.
Where are generated skills saved?
By default, skills are saved to ~/.claude/skills/. You can specify a custom output_dir when using save_skill.
What transport does Skill Doc Generator use?
It connects using stdio transport, as shown in the installation commands.
开发工具 分类下的更多 MCP 服务器
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Grafana MCP server
grafanaMCP server for Grafana
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
评论