Skillify
БесплатноНе проверенTurns public websites into portable SKILL.md files via MCP using Firecrawl.
Описание
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
Установить Skillify в Claude Desktop, Claude Code, Cursor
unyly install skillifyСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add skillify -- npx -y @devinat1/skillifyFAQ
Skillify MCP бесплатный?
Да, Skillify MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Skillify?
Нет, Skillify работает без API-ключей и переменных окружения.
Skillify — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Skillify в Claude Desktop, Claude Code или Cursor?
Открой Skillify на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare Skillify with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
