← 返回 Skills 市场
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
markdownunless the feature truly needs another format. - Use
onlyMainContentfor 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
- If you do not have the URL yet, start with firecrawl-build-search.
- If content requires clicks, typing, or multi-step navigation, escalate to firecrawl-build-interact.
Implementation Notes
- Keep the integration narrow: one feature, one URL, one extraction contract.
- Treat
/scrapeas 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:
- Node / TypeScript: docs.firecrawl.dev/agent-source-of-truth/node
- Python: docs.firecrawl.dev/agent-source-of-truth/python
- Rust: docs.firecrawl.dev/agent-source-of-truth/rust
- Java: docs.firecrawl.dev/agent-source-of-truth/java
- Elixir: docs.firecrawl.dev/agent-source-of-truth/elixir
- cURL / REST: docs.firecrawl.dev/agent-source-of-truth/curl
See Also
安全使用建议
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install firecrawl-build-scrape - 安装完成后,直接呼叫该 Skill 的名称或使用
/firecrawl-build-scrape触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。
如何安装 Firecrawl Build Scrape?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install firecrawl-build-scrape」即可一键安装,无需额外配置。
Firecrawl Build Scrape 是免费的吗?
是的,Firecrawl Build Scrape 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Firecrawl Build Scrape 支持哪些平台?
Firecrawl Build Scrape 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Firecrawl Build Scrape?
由 eohmig(@eohmig)开发并维护,当前版本 v1.0.0。
推荐 Skills