← Back to Skills Marketplace
eohmig

Firecrawl Build Scrape

by eohmig · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
53
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install firecrawl-build-scrape
Description
Integrate Firecrawl `/scrape` into product code for single-page extraction. Use when an app already has a URL and needs markdown, HTML, links, screenshots, m...
README (SKILL.md)

Firecrawl Build Scrape

Use this when the application already has the URL and needs content from one page.

Use This When

  • the feature starts from a known URL
  • you need page content for retrieval, summarization, enrichment, or monitoring
  • you want the default extraction primitive before considering /interact

Default Recommendations

  • Return markdown unless the feature truly needs another format.
  • Use onlyMainContent for article-like pages where nav and chrome add noise.
  • Add waits or other rendering options only when the page needs them.

Common Product Patterns

  • knowledge ingestion from known URLs
  • enrichment from a company, product, or docs page
  • pricing, changelog, and documentation extraction
  • page-level quality checks or monitoring

Escalation Rules

Implementation Notes

  • Keep the integration narrow: one feature, one URL, one extraction contract.
  • Treat /scrape as the default primitive for downstream LLM or indexing pipelines.
  • Request richer formats only when the consumer needs them, such as links, screenshots, or branding data.

Docs (Source of Truth)

Read the source-of-truth page for your project language before writing integration code:

See Also

Usage Guidance
Install this only if you are comfortable sending target URLs and scraped page content to Firecrawl or your configured self-hosted Firecrawl endpoint. Avoid using it for private, authenticated, internal, secret-bearing, or regulated pages unless you have approved data-handling terms and a clear trust boundary.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill clearly describes a narrow purpose: integrating Firecrawl /scrape for single-page extraction from a known URL.
Instruction Scope
Instructions are limited to choosing formats, using one URL, reading Firecrawl docs, and escalating to related skills when search or interaction is needed.
Install Mechanism
The artifact contains only SKILL.md and declares no install scripts, binaries, dependencies, or executable files.
Credentials
It requires FIRECRAWL_API_KEY and optionally FIRECRAWL_API_URL, which is expected for hosted or self-hosted Firecrawl use; users should understand that URLs and retrieved page data may be handled by that service.
Persistence & Privilege
No persistence, privilege escalation, local indexing, credential harvesting, background workers, or account mutation behavior is present in the artifact.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install firecrawl-build-scrape
  3. After installation, invoke the skill by name or use /firecrawl-build-scrape
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of firecrawl-build-scrape - Integrates Firecrawl `/scrape` endpoint for single-page extraction from a known URL. - Supports extracting markdown, HTML, links, screenshots, metadata, or structured page content. - Designed for use cases where the app already has a URL and needs page-level content. - Includes best practices, usage recommendations, and escalation rules to related skills. - Comprehensive developer documentation links for Node, Python, Rust, Java, Elixir, and cURL/REST.
Metadata
Slug firecrawl-build-scrape
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Firecrawl Build Scrape?

Integrate Firecrawl `/scrape` into product code for single-page extraction. Use when an app already has a URL and needs markdown, HTML, links, screenshots, m... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install Firecrawl Build Scrape?

Run "/install firecrawl-build-scrape" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Firecrawl Build Scrape free?

Yes, Firecrawl Build Scrape is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Firecrawl Build Scrape support?

Firecrawl Build Scrape is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Firecrawl Build Scrape?

It is built and maintained by eohmig (@eohmig); the current version is v1.0.0.

💬 Comments