{"id":44372606,"url":"https://github.com/firecrawl/firecrawl-claude-plugin","last_synced_at":"2026-02-11T20:25:48.724Z","repository":{"id":331015893,"uuid":"1124875364","full_name":"firecrawl/firecrawl-claude-plugin","owner":"firecrawl","description":"Firecrawl plugin for Claude Code - web scraping and crawling","archived":false,"fork":false,"pushed_at":"2026-02-10T04:39:08.000Z","size":28,"stargazers_count":14,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-10T09:48:02.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firecrawl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-29T19:10:36.000Z","updated_at":"2026-02-10T04:39:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/firecrawl/firecrawl-claude-plugin","commit_stats":null,"previous_names":["firecrawl/firecrawl-claude-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/firecrawl/firecrawl-claude-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-claude-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-claude-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-claude-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-claude-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firecrawl","download_url":"https://codeload.github.com/firecrawl/firecrawl-claude-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firecrawl%2Ffirecrawl-claude-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29343821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-11T20:25:46.493Z","updated_at":"2026-02-11T20:25:48.714Z","avatar_url":"https://github.com/firecrawl.png","language":null,"funding_links":[],"categories":["Table of Contents"],"sub_categories":["Skills by Firecrawl Team"],"readme":"# 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\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 \u003curl\u003e` | Scrape a single page to markdown |\n| `firecrawl map \u003curl\u003e` | Discover all URLs on a site |\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirecrawl%2Ffirecrawl-claude-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirecrawl%2Ffirecrawl-claude-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirecrawl%2Ffirecrawl-claude-plugin/lists"}