Files
firecrawl__skills/.claude-plugin/plugin.json
T
Chenxin Yan 2ed84b7c69 feat: make the catalog a pure read-only distribution repo
Every category is now a CI-synced mirror: workflow skills stay
authored in firecrawl/firecrawl-workflows (sync direction reversed),
and the research/developer index skills move to firecrawl/cli as CLI
skills backing the firecrawl research/developer commands, retiring the
reference category. Add repo-wide lockdown config and bundle the index
skills in the editor plugins via skills/cli/.
2026-08-21 02:51:45 -04:00

34 lines
1.2 KiB
JSON

{
"name": "firecrawl",
"displayName": "Firecrawl",
"description": "Skills and MCP configuration for using the Firecrawl CLI and integrating Firecrawl scrape, search, and interact into apps and agents.",
"version": "0.1.0",
"author": {
"name": "Firecrawl",
"url": "https://www.firecrawl.dev"
},
"homepage": "https://www.firecrawl.dev",
"repository": "https://github.com/firecrawl/skills",
"license": "ISC",
"keywords": ["firecrawl", "web-scraping", "search", "interact", "mcp"],
"skills": [
"./skills/cli/firecrawl",
"./skills/cli/firecrawl-scrape",
"./skills/cli/firecrawl-search",
"./skills/cli/firecrawl-crawl",
"./skills/cli/firecrawl-map",
"./skills/cli/firecrawl-interact",
"./skills/cli/firecrawl-agent",
"./skills/cli/firecrawl-monitor",
"./skills/cli/firecrawl-parse",
"./skills/cli/firecrawl-download",
"./skills/cli/firecrawl-research-index",
"./skills/cli/firecrawl-developer-index",
"./skills/build/firecrawl-build",
"./skills/build/firecrawl-build-onboarding",
"./skills/build/firecrawl-build-scrape",
"./skills/build/firecrawl-build-search",
"./skills/build/firecrawl-build-interact"
]
}