{
  "markdown": "# Firecrawl Plugin for Claude Code\n\nTurn any website into clean, LLM-ready markdown or structured data — directly from Claude Code.\n\nThis plugin adds the [Firecrawl CLI](https://github.com/firecrawl/cli) as a skill to Claude Code, giving it the ability to scrape, search, crawl, and map the web.\n\n## Features\n\n- **Search** - Web search with optional scraping of results (supports web, news, and image sources)\n- **Scrape** - Extract clean markdown content from any webpage, with JavaScript rendering\n- **Map** - Discover all URLs on a website\n- **Crawl** - Extract content from entire websites\n- **Browser** - Launch cloud browser sessions and execute Playwright code remotely\n\nAll operations include automatic JavaScript rendering, anti-bot handling, and proxy rotation.\n\n## Installation\n\n### 1. Install the Plugin\n\nIn Claude Code, run `/plugin` and search for **firecrawl**, then select it to install.\n\n### 2. Install the Firecrawl CLI\n\nThe plugin requires the Firecrawl CLI to be installed globally:\n\n```bash\nnpm install -g firecrawl-cli\n```\n\n### 3. Authenticate\n\nRun the following to authenticate via your browser:\n\n```bash\nfirecrawl login --browser\n```\n\nOr authenticate with an API key directly:\n\n```bash\nfirecrawl login --api-key \"fc-YOUR-API-KEY\"\n```\n\nYou can also set the key as an environment variable (add to `~/.zshrc` or `~/.bashrc` for persistence):\n\n```bash\nexport FIRECRAWL_API_KEY=fc-YOUR-API-KEY\n```\n\n**Get your free API key at:** https://firecrawl.dev/app/api-keys\n\n### 4. Verify Setup\n\n```bash\nfirecrawl --status\n```\n\nYou should see your authentication status, concurrency limit, and remaining credits.\n\n## Usage\n\nOnce installed, Claude Code will automatically use Firecrawl for web tasks. Just ask naturally:\n\n**Search the web:**\n```\nSearch for \"best practices for React testing\" and compile the key recommendations\n```\n\n**Scrape a page:**\n```\nScrape https://docs.firecrawl.dev/introduction and summarize the key points\n```\n\n**Discover site structure:**\n```\nMap all URLs on https://firecrawl.dev\n```\n\n**Research a topic:**\n```\nResearch the latest developments in AI agents and give me a summary\n```\n\n### CLI Commands\n\nThe plugin uses these Firecrawl CLI commands under the hood:\n\n| Command | Description |\n|---------|-------------|\n| `firecrawl search \"query\"` | Search the web (supports `--sources`, `--scrape`, `--tbs` for time filters) |\n| `firecrawl scrape <url>` | Scrape a single page to markdown |\n| `firecrawl map <url>` | Discover all URLs on a site |\n| `firecrawl browser launch/execute/list/close` | Manage cloud browser sessions and execute Playwright code |\n| `firecrawl --status` | Check auth status, concurrency, and credits |\n\n### Output Files\n\nResults are saved to a `.firecrawl/` directory in your project to keep Claude Code's context window clean:\n\n```\n.firecrawl/search-react_server_components.json\n.firecrawl/docs.github.com-actions-overview.md\n.firecrawl/firecrawl.dev.md\n```\n\n## Configuration\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `FIRECRAWL_API_KEY` | Yes (if not using `firecrawl login`) | Your Firecrawl API key |\n| `FIRECRAWL_API_URL` | No | Custom API endpoint (for self-hosted instances) |\n\n## Self-Hosted Deployment\n\nFirecrawl can be self-hosted. Set `FIRECRAWL_API_URL` to point to your instance:\n\n```bash\nexport FIRECRAWL_API_URL=https://your-firecrawl-instance.com\n```\n\nSee the [Firecrawl documentation](https://docs.firecrawl.dev) for self-hosting instructions.\n\n## Resources\n\n- [Firecrawl Documentation](https://docs.firecrawl.dev)\n- [Firecrawl CLI Repository](https://github.com/firecrawl/cli)\n- [API Reference](https://docs.firecrawl.dev/api-reference)\n- [Get API Key](https://firecrawl.dev)\n\n## License\n\nThis plugin is licensed under AGPL-3.0, consistent with Firecrawl's open-source license.\n\n## Support\n\n- [Firecrawl Discord](https://discord.gg/gSmWdAkdwd)\n- [GitHub Issues](https://github.com/mendableai/firecrawl/issues)\n- Email: hello@firecrawl.dev\n",
  "bytes": 3954,
  "sha": "ceca8ff53bbb1a95690949970d151d9eb9e864e710c0ccc60df7df87599da8ae",
  "repo_slug": "firecrawl/firecrawl-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_firecrawl_firecrawl_claude_plugin_firecr_40f78e54/readme"
}