← ClaudeAtlas

firecrawl-searchlisted

Use when querying Firecrawl through ArkSpace web_search routing, especially when search results may need full-page scraping, news/web source selection, or Firecrawl CLI-backed web discovery.
arch3rPro/ark-space · ★ 2 · AI & Automation · score 75
Install: claude install-skill arch3rPro/ark-space
# Firecrawl Search Use Firecrawl as a CLI-backed `web_search` provider when ArkSpace routes search to Firecrawl or when the user explicitly asks for Firecrawl search. Firecrawl configuration is managed by `provider-manager`; do not ask the user to edit config files by hand. ## 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: ```bash python3 <installed-arkspace-path>/scripts/arkspace.py provider check firecrawl --capability web_search ``` Set up Firecrawl once: ```bash python3 <installed-arkspace-path>/scripts/arkspace.py provider setup firecrawl --wizard ``` For multiple API keys: ```bash python3 <installed-arkspace-path>/scripts/arkspace.py provider setup firecrawl --wizard --key-count 2 ``` The Firecrawl CLI must also be available as `firecrawl`, or `npx` must be available for the helper fallback. ## Missing Configuration Recovery If the provider check reports a missing Firecrawl API key: 1. Ask the user whether to start setup now: "Firecrawl is not configured. Sh