Skillify
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Skillifyconvert https://www.grammarly.com to a SKILL.md file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Skillify
Turn a public website into one portable SKILL.md through MCP.
Run
Set a Firecrawl API key, then configure your MCP client to start:
npx -y @devinat1/skillifywith this environment variable:
FIRECRAWL_API_KEY=fc-your-keyThe server uses local stdio transport. A generic MCP configuration looks like:
{
"command": "npx",
"args": ["-y", "@devinat1/skillify"],
"env": {
"FIRECRAWL_API_KEY": "fc-your-key"
}
}Related MCP server: SkillPress
Tool
skillify accepts exactly one argument:
{
"url": "https://www.grammarly.com"
}It returns:
{
"skill_markdown": "---\nname: ...\ndescription: ...\n---\n...",
"next_action_instruction": "Show the generated skill to the user, then ask whether they want to save, revise, or discard it."
}Skillify first asks Firecrawl Agent to inspect the site's public pages and produce a self-contained skill compatible with Codex and Claude Code. If the adaptive crawl does not finish quickly, it switches to Firecrawl's structured scrape. Calls return within 30 seconds; if Firecrawl is unavailable, Skillify returns a best-effort skill inferred from the URL.
Only public HTTP(S) URLs are accepted. Localhost, private-network addresses, non-HTTP URLs, and URLs containing credentials are rejected.
Develop
Requires Node.js 22.14 or newer.
npm install
npm test
npm run typecheckLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables Claude to scrape and crawl websites via a self-hosted Firecrawl instance through the Model Context Protocol. Provides tools for single/multi-URL scraping, site mapping, and full-site crawling operations.186,676MIT
- Alicense-qualityBmaintenanceCompiles websites, docs, and repositories into agent-ready SKILL.md packages for AI coding agents.MIT
- AlicenseBqualityAmaintenanceEnables AI assistants to crawl websites, extract dynamic content, navigate links, and save structured Markdown files via the MCP protocol, with support for anti-bot bypass, CSS selectors, and custom JavaScript execution.143MIT
- Alicense-qualityAmaintenanceEnables AI agents to scan any website for agent-readiness and generate the necessary artifacts (llms.txt, WebMCP scaffold, structured data) to make it agent-ready.14MIT
Related MCP Connectors
Firecrawl MCP — wraps the Firecrawl API (firecrawl.dev) for web
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devinat1/skillify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server