Ask your agent
PromptOpen https://skillscout.sh/official/firecrawl/ and review the official Firecrawl skills. Recommend the relevant skills for my project, then install the packages I approve with the npx commands on the page.
Firecrawl provides web crawling and extraction tools for turning websites into structured data.
Browse 612 official AI agent skills across 14 Firecrawl repositories, with install commands and source links.
Install
Copy a package command below or give this prompt to an agent that can install skills.
Open https://skillscout.sh/official/firecrawl/ and review the official Firecrawl skills. Recommend the relevant skills for my project, then install the packages I approve with the npx commands on the page.
Skills packages
45 cataloged skills from this repository.
npx skills add firecrawl/cli -y
32 cataloged skills from this repository.
npx skills add firecrawl/firecrawl-workflows -y
51 cataloged skills from this repository.
npx skills add firecrawl/skills -y
166 cataloged skills from this repository.
npx skills add firecrawl/ai-research-skills -y
19 cataloged skills from this repository.
npx skills add firecrawl/firecrawl-claude-plugin -y
26 cataloged skills from this repository.
npx skills add firecrawl/agent-skills -y
110 cataloged skills from this repository.
npx skills add firecrawl/openclaw -y
64 cataloged skills from this repository.
npx skills add firecrawl/openai-skills -y
85 cataloged skills from this repository.
npx skills add firecrawl/web-agent -y
2 cataloged skills from this repository.
npx skills add firecrawl/opencode-firecrawl -y
11 cataloged skills from this repository.
npx skills add firecrawl/firecrawl-cursor-plugin -y
1 cataloged skill from this repository.
npx skills add firecrawl/firecrawl-claude-skills -y
Individual skills
1-100 of 612 skills
Builds Firecrawl `/search` flows when an app needs discovery before extraction — when a feature starts from a query instead of a URL — and optionally hydrates result content in the same call.
Builds page-level extraction with Firecrawl `/scrape` when an app already has a URL and needs markdown, HTML, links, screenshots, metadata, or structured page output.
Builds Firecrawl `/interact` flows inside product code when plain `/scrape` is not enough — dynamic pages, clicks, form fills, pagination, and authentication-aware navigation across multiple steps.
Walks an app or agent through getting `FIRECRAWL_API_KEY` in place, choosing the right SDK, and wiring up the first Firecrawl call.
Builds Firecrawl `/interact` flows inside product code when plain `/scrape` is not enough — dynamic pages, clicks, form fills, pagination, and authentication-aware navigation across multiple steps.
Builds page-level extraction with Firecrawl `/scrape` when an app already has a URL and needs markdown, HTML, links, screenshots, metadata, or structured page output.
Builds Firecrawl `/search` flows when an app needs discovery before extraction — when a feature starts from a query instead of a URL — and optionally hydrates result content in the same call.
Walks an app or agent through getting `FIRECRAWL_API_KEY` in place, choosing the right SDK, and wiring up the first Firecrawl call.
Entry-point skill for integrating Firecrawl inside product code when a feature needs web data — search, page scraping, structured extraction, or browser interaction.
Repository documentation
Open the repository README for package documentation, setup instructions, and usage examples.
Read firecrawl/skills README