Install
$ agentstack add skill-arch3rpro-ark-space-firecrawl-agent ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Firecrawl Agent
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.
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 ` with the directory two levels above this loaded SKILL.md, such as /Users//.claude/plugins/cache/ark-space/ark-space/0.1.2`. Use the installed package path, not a repository-relative command.
Check configuration:
python3 /scripts/arkspace.py provider check firecrawl --capability structured_extract
Set up Firecrawl:
python3 /scripts/arkspace.py provider setup firecrawl --wizard
Missing Configuration Recovery
If the provider check reports missing configuration, ask whether to start setup with python3 /scripts/arkspace.py provider setup firecrawl --wizard. Do not run Firecrawl Agent until the provider check succeeds.
Helper Script
Run a schema-guided extraction:
python3 /scripts/arkspace.py structured extract --provider firecrawl \
"extract product names and prices" \
--urls "https://example.com/pricing" \
--schema '{"type":"object"}' \
--wait \
--output json
Check a job:
python3 /scripts/arkspace.py structured extract --provider firecrawl --status --output json
Routing Notes
- Use
registry/structured-extract-providers.yamlbefore execution. - Prefer
firecrawl-scrapefor reading a known URL without schema extraction. - Prefer
firecrawl-crawlfor bulk extraction across many pages before synthesizing manually.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: arch3rPro
- Source: arch3rPro/ark-space
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.