← 返回 Skills 市场
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install firecrawl-build-interact
功能描述
Integrate Firecrawl `/interact` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills, paginati...
使用说明 (SKILL.md)
Firecrawl Build Interact
Use this when /scrape is not enough because the feature needs to act on the page.
Use This When
- content appears only after clicks, typing, or navigation
- the feature needs forms, pagination, filters, or multi-step flows
- the product must stay in the same browser context after scraping
Default Recommendations
- Start with
/scrape, then escalate to/interact. - Keep
/interactscoped to the smallest browser workflow that unlocks the data. - Use persistent profiles only when the feature truly needs authenticated state across sessions.
Common Product Patterns
- search forms and faceted filters
- paginated result sets
- login-gated dashboards or tools
- flows where the page must be explored before extraction is complete
Implementation Notes
/interactis the right tool when the page must be manipulated, not just read.- Keep prompts or action code specific to the product flow.
- If the use case is fully open-ended browser automation, evaluate whether a browser sandbox is a better product fit.
Escalation Rules
- If the page can be read directly, stay on firecrawl-build-scrape.
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 only if you intend to integrate Firecrawl. Treat FIRECRAWL_API_KEY as a secret, review any code the agent writes before it runs browser actions against authenticated sites, and avoid persistent profiles unless your workflow clearly needs saved login state.
能力标签
能力评估
Purpose & Capability
The stated purpose is to help integrate Firecrawl /interact for dynamic pages requiring clicks, form fills, pagination, or multi-step browser actions; the guidance matches that purpose.
Instruction Scope
The instructions recommend starting with /scrape, escalating only when needed, keeping workflows narrowly scoped, and using persistent profiles only when authenticated state is truly required.
Install Mechanism
The artifact contains only a single non-executable SKILL.md file with metadata and documentation links; no install scripts, dependencies, or executable payloads are present.
Credentials
The skill requires FIRECRAWL_API_KEY and may use an optional FIRECRAWL_API_URL, which is proportionate for a hosted or self-hosted Firecrawl integration but should be handled as sensitive configuration.
Persistence & Privilege
The skill mentions persistent profiles for authenticated browser state, but frames them as optional and only when needed; no automatic persistence or privilege escalation is defined in the artifact.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install firecrawl-build-interact - 安装完成后,直接呼叫该 Skill 的名称或使用
/firecrawl-build-interact触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of firecrawl-build-interact.
- Adds support for Firecrawl’s /interact endpoint to enable dynamic page actions such as clicks, form fills, pagination, and multi-step flows after scraping.
- Designed for use cases where data extraction requires active page manipulation beyond standard scraping.
- Provides guidance on when to use /interact versus /scrape, and includes integration notes and common product patterns.
- API key (FIRECRAWL_API_KEY) is required; optional base URL for self-hosted deployments (FIRECRAWL_API_URL) supported.
- Documentation links for integration in Node, Python, Rust, Java, Elixir, and REST.
元数据
常见问题
Firecrawl Build Interact 是什么?
Integrate Firecrawl `/interact` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills, paginati... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。
如何安装 Firecrawl Build Interact?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install firecrawl-build-interact」即可一键安装,无需额外配置。
Firecrawl Build Interact 是免费的吗?
是的,Firecrawl Build Interact 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Firecrawl Build Interact 支持哪些平台?
Firecrawl Build Interact 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Firecrawl Build Interact?
由 eohmig(@eohmig)开发并维护,当前版本 v1.0.0。
推荐 Skills