firecrawl-agent-538436 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited firecrawl-agent-538436 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use Firecrawl Agent as a CLI-backed structured_extract provider when the user needs schema-shaped data from one or more web pages, especially when the task is more than a simple scrape.
https://github.com/firecrawl/clihttps://docs.firecrawl.dev/quickstarts/openclawhttps://docs.openclaw.ai/tools/firecrawlResolve 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 structured_extractSet up Firecrawl:
python3 <installed-arkspace-path>/scripts/arkspace.py provider setup firecrawl --wizardIf 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 Firecrawl Agent until the provider check succeeds.
Run a schema-guided extraction:
python3 <installed-arkspace-path>/scripts/arkspace.py structured extract --provider firecrawl \
"extract product names and prices" \
--urls "https://example.com/pricing" \
--schema '{"type":"object"}' \
--wait \
--output jsonCheck a job:
python3 <installed-arkspace-path>/scripts/arkspace.py structured extract --provider firecrawl <job-id> --status --output jsonregistry/structured-extract-providers.yaml before execution.firecrawl-scrape for reading a known URL without schema extraction.firecrawl-crawl for bulk extraction across many pages before synthesizing manually.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.