AgentStack
SKILL verified MIT Self-run

Firecrawl Crawl

skill-arch3rpro-ark-space-firecrawl-crawl · by arch3rPro

Use when bulk extracting a website or site section through Firecrawl CLI, especially docs sections, many pages on one site, or ArkSpace web_crawl routing that selects Firecrawl.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-arch3rpro-ark-space-firecrawl-crawl

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Firecrawl Crawl? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Firecrawl Crawl

Use Firecrawl Crawl as a CLI-backed web_crawl provider when ArkSpace needs multi-page extraction from a known site or site section.

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 web_crawl

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 crawl with Firecrawl until the provider check succeeds.

Helper Script

Crawl a docs section:

python3 /scripts/arkspace.py site crawl --provider firecrawl "https://docs.example.com" \
  --include-paths /docs \
  --limit 50 \
  --output json

Routing Notes

  • Use registry/web-crawl-providers.yaml before execution.
  • Start with shallow depth and small limits.
  • Use map first when the user only needs a specific page from a large site.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.