Turn any URL into an agent skill
Paste a link to generate a skill file your AI agent can read — or browse what the community has shipped.
Paste a link to generate a skill file your AI agent can read — or browse what the community has shipped.
Add the skillmd MCP and your coding agent can generate, search, and read skill.md files without leaving the editor.
Install the skillmd MCP server in this IDE. Use the npm package @getskillmd/mcp via `npx -y @getskillmd/mcp` over stdio. Set GETSKILLMD_API_KEY in the server's env block. Ask me for the key — I'll grab one at https://getskillmd.com/account.
generate_skillTurn any URL into a fresh skill.md, on demand.get_skillPull a skill bundle: markdown, token contract, and screenshots.get_skill_screenshotPull the brand screenshot as an image to match the design.verify_designScore a page you built against the brand and get fixes.list_skillsBrowse skills you've saved or bookmarked.find_inspirationList inspiration from Dribbble, Figma, Pinterest, uploads.~/.claude.jsonclaude mcp add skillmd \
--env GETSKILLMD_API_KEY=sk_live_xxx \
-- npx -y @getskillmd/mcpAdd the skillmd MCP to my Claude Code config. Run `claude mcp add skillmd --env GETSKILLMD_API_KEY=<my-key> -- npx -y @getskillmd/mcp`. Ask me for the key — I'll grab one at https://getskillmd.com/account.
Or skip the install. Connect any streamable-HTTP MCP client to this URL with your API key as a Bearer token.