Skillify
FreeNot checkedTurns public websites into portable SKILL.md files via MCP using Firecrawl.
About
Turns public websites into portable SKILL.md files via MCP using Firecrawl.
README
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/skillify
with this environment variable:
FIRECRAWL_API_KEY=fc-your-key
The server uses local stdio transport. A generic MCP configuration looks like:
{
"command": "npx",
"args": ["-y", "@devinat1/skillify"],
"env": {
"FIRECRAWL_API_KEY": "fc-your-key"
}
}
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 typecheck
License
MIT
Install Skillify in Claude Desktop, Claude Code & Cursor
unyly install skillifyInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add skillify -- npx -y @devinat1/skillifyFAQ
Is Skillify MCP free?
Yes, Skillify MCP is free — one-click install via Unyly at no cost.
Does Skillify need an API key?
No, Skillify runs without API keys or environment variables.
Is Skillify hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Skillify in Claude Desktop, Claude Code or Cursor?
Open Skillify on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Skillify with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
