agentsclimarketplace

Firecrawl browser

Skill arch3rPro/ark-space/skills/firecrawl-browser

ArkSpace is a creative workspace for orchestrating agent skills, roles, and workflows across Claude Code and Code

Install
npx -y skills add arch3rPro/ark-space --skill firecrawl-browser

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when controlling a Firecrawl remote browser session through ArkSpace web_interact routing, especially for opening pages, snapshots, clicks, or simple browser actions.

SKILL.md

1.9 KB, as published. Nobody here has run it

Firecrawl Browser

Use Firecrawl Browser as a CLI-backed web_interact provider when the user needs live browser interaction rather than static search, fetch, map, or crawl.

Source References

  • Official CLI: https://github.com/firecrawl/cli
  • Firecrawl OpenClaw guide: https://docs.firecrawl.dev/quickstarts/openclaw
  • OpenClaw tool guide: https://docs.openclaw.ai/tools/firecrawl

Before Use

Resolve the installed ArkSpace package root before running commands. Replace <installed-arkspace-path> with the directory two levels above this loaded SKILL.md, such as /Users/<user>/.claude/plugins/cache/ark-space/ark-space/0.1.2. Use the installed package path, not a repository-relative command.

Check configuration:

python3 <installed-arkspace-path>/scripts/arkspace.py provider check firecrawl --capability web_interact

Set up Firecrawl:

python3 <installed-arkspace-path>/scripts/arkspace.py provider setup firecrawl --wizard

Missing Configuration Recovery

If the provider check reports missing configuration, ask whether to start setup with python3 <installed-arkspace-path>/scripts/arkspace.py provider setup firecrawl --wizard. Do not run browser interaction until the provider check succeeds.

Helper Script

Run a browser action:

python3 <installed-arkspace-path>/scripts/arkspace.py browser run --provider firecrawl \
  "open https://example.com and snapshot" \
  --output json

Routing Notes

  • Use registry/web-interact-providers.yaml before execution.
  • Use firecrawl-interact when the workflow is explicitly tied to a previous Firecrawl scrape ID.
  • Prefer static web_fetch or structured_extract when interaction is not required.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.