Integrate Firecrawl into product code for web scraping, crawling, searching, and interaction. Use this skill when an application needs to access web data, extract content, or automate web interactions.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add hybridlabor-api/aos --skill firecrawl-build --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Firecrawl Build?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hybridlabor-api-firecrawl-build)More formats (shields.io, HTML) on the badges page.
---
name: firecrawl-build
description: >-
Integrate Firecrawl into product code for web scraping, crawling, searching, and interaction.
Use this skill when an application needs to access web data, extract content, or automate web interactions.
category: library
allowed-tools:
- Bash(firecrawl *)
- Bash(npx firecrawl *)
---
# Firecrawl Build
This skill enables the integration of Firecrawl into product code for web scraping, crawling, searching, and interaction.
## Usage
To use this skill, ensure you have the Firecrawl CLI installed and authenticated. You can then use the following commands to integrate Firecrawl into your application:
* `firecrawl scrape <URL>`: Extract content from a specified URL.
* `firecrawl crawl <URL>`: Crawl an entire website or a specific section.
* `firecrawl search <query>`: Search the web for specific content.
* `firecrawl interact <URL>`: Interact with a webpage, such as clicking buttons or filling out forms.
## Examples
* "Scrape the content from https://example.com"
`firecrawl scrape https://example.com --format markdown`
* "Crawl the /docs section of example.com"
`firecrawl crawl https://example.com --include-paths /docs --wait -o docs.json`
* "Search for recent news on AI"
`firecrawl search "recent news on AI" --limit 5`
* "Interact with the login form on https://example.com/login"
`firecrawl interact https://example.com/login --prompt "Fill in the email field with user@example.com and click the login button"`
## See Also
* [firecrawl-build-scrape](../firecrawl-build-scrape/SKILL.md)
* [firecrawl-build-search](../firecrawl-build-search/SKILL.md)
* [firecrawl-build-interact](../firecrawl-build-interact/SKILL.md)Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!