BeClaude

crawl4ai

New
Community RegistryGeneralby alexjx

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.

First seen 5/22/2026

Overview

Custom skills, commands, and agents for Claude Code.

Structure

code
.claude/
  commands/       # Slash commands (*.md files)
agents/           # Agent configurations
skills/           # Custom skills

Usage

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:

bash
./install.sh

It 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

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install crawl4ai@<marketplace>

3
Manage with /plugin
/plugin
View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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.