Firecrawl Fallback Only

trigger: web research where a direct fetch fails, is blocked, or needs JS rendering. avoid: reaching for the Firecrawl connector as the default fetch path.

open-coder-ai 9c2c650 856 B Updated

File contents

Firecrawl Fallback Only

trigger: web research where a direct fetch fails, is blocked, or needs JS rendering. avoid: reaching for the Firecrawl connector as the default fetch path.

web_access: prefer(native: WebFetch|WebSearch|curl); firecrawl_connector: fallback_only
use_firecrawl_if: research_task & direct_fetch(failed|blocked|js_only|rate_limited); never(default): firecrawl; on_use: note_fallback_reason

This skill is advisory: the client reading it has no mechanism to enforce it, and this policy stays advisory even when compiled by chock -- it ships rule text, not a blocking hook. See https://github.com/open-coder-ai/chock

open-coder-ai/context-report/tree/main/.agents/policies/firecrawl-fallback-only/skills/firecrawl-fallback-only commit 9c2c650091

Frequently asked questions

npx skillmds@latest add open-coder-ai/firecrawl-fallback-only