← Back to Skills Marketplace
eohmig

Firecrawl Build Interact

by eohmig · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
48
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install firecrawl-build-interact
Description
Integrate Firecrawl `/interact` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills, paginati...
README (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 /interact scoped 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

  • /interact is 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

Docs (Source of Truth)

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

See Also

Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install firecrawl-build-interact
  3. After installation, invoke the skill by name or use /firecrawl-build-interact
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug firecrawl-build-interact
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.

How do I install Firecrawl Build Interact?

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

Is Firecrawl Build Interact free?

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

Which platforms does Firecrawl Build Interact support?

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

Who created Firecrawl Build Interact?

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

💬 Comments