Armory
Source
Browse
Skills

cf-crawl

Crawl entire websites using Cloudflare Browser Rendering /crawl API. Initiates async crawl jobs, polls for completion, and saves results as markdown files. Useful for ingesting documentation sites, knowledge bases, or any web content into your project context. Requires CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN environment variables.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install cf-crawl --cli claude

writes the skill into.claude/skills/cf-crawl/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/cf-crawl/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Crawl entire websites using Cloudflare Browser Rendering /crawl API. Initiates async crawl jobs, polls for completion, and saves results as markdown files. Useful for ingesting documentation sites, knowledge bases, or any web content into your project context. Requires CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN environment variables.

When to use it

Crawl entire websites using Cloudflare Browser Rendering /crawl API. Initiates async crawl jobs, polls for completion, and saves results as markdown files. Useful for ingesting documentation sites, knowledge bases, or any web content into your project context. Requires CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN environment variables.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/utilities/cf-crawl/SKILL.md -o .claude/skills/cf-crawl/SKILL.md

Notes

Extracted from davila7/claude-code-templates, cf-crawl category.