What's New
Reframed as Crawlio AI Skills
This plugin is no longer framed as a "Claude Code plugin" — it's a set of AI skills that follow the Agent Skills open standard. The plugin packaging is the distribution mechanism, but the skills work with any AI tool that supports MCP or Markdown-based skill files.
New Skill: extract-and-export
Complete crawl-extract-export pipeline in a single skill invocation:
/crawlio:extract-and-export https://docs.stripe.com 5 warc
- Crawl with intelligent configuration and monitoring
- Extract structured content (clean HTML, markdown, metadata, asset manifests)
- Export in 7 formats:
folder,zip,singleHTML,warc,pdf,extracted,deploy
Improved README
- Shields badges (version, license, Agent Skills standard, platform)
- Table of contents and skill reference table
- Setup instructions for Claude Code AND other MCP clients
- Banner SVG hosted in-repo (no longer depends on private repo URL)
All Skills
| Skill | Description |
|---|---|
crawl-site |
Crawl with intelligent config, monitoring, and retry |
extract-and-export |
Full pipeline: crawl, extract, export in 7 formats |
observe |
Query the observation timeline with filters |
finding |
Create and query evidence-backed findings |
audit-site |
Multi-pass site audit with findings report |
Full Changelog
- feat: add
extract-and-exportskill - docs: reframe README — "Crawlio AI Skills" not "Claude Code plugin"
- docs: add shields badges, TOC, skill table, structured setup
- fix: add banner SVG to repo (private source URL was 404)
- fix: repo URL in plugin.json
- chore: bump to v1.1.0, add
agent-skillskeyword