crawl4ai
NewWeb crawler that converts URLs to clean markdown for LLM consumption. Use when user wants to crawl a webpage, extract web content, convert URL to markdown, or scrape website content for AI processing.
Overview
Custom skills, commands, and agents for Claude Code.
Structure
.claude/
commands/ # Slash commands (*.md files)
agents/ # Agent configurations
skills/ # Custom skillsUsage
Commands
Place .md files in .claude/commands/. Each file becomes a slash command.
Example: .claude/commands/review.md creates the /review command.
Skills
Skills extend Claude's capabilities with specialized knowledge and workflows.
To install skills, run the bundled installer:
./install.shIt copies the skills/ tree into .agents/skills/ and recreates .claude/skills as a symlink to the installed copy.
- •agent-harness - Orchestrate multi-session work with persistent state tracking
- •commit - Create atomic commits with conventional commit formatting
- •execute-plan - Execute a written implementation plan with dependency analysis and verification
- •handover - Consolidate multi-step context into an executable handover document for coding agents, external tool agents, or human operators
Agents
Agent configurations for specialized task handling.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install crawl4ai@<marketplace>
/pluginSecurity Audits
Frequently Asked Questions
What is crawl4ai?
Web crawler that converts URLs to clean markdown for LLM consumption. Use when user wants to crawl a webpage, extract web content, convert URL to markdown, or scrape website content for AI processing.
How to install crawl4ai?
To install crawl4ai: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install crawl4ai@<marketplace>. Finally, /plugin in Claude Code.
What is crawl4ai best for?
crawl4ai is a plugin categorized under General. Created by alexjx.