Skip to content

AI Coding Assistants

The Kreuzcrawl plugin lives in the kreuzberg-dev/plugins marketplace. It ships the Kreuzcrawl agent skills (site crawling, HTML→Markdown scraping, headless-Chrome fallback) plus the kreuzcrawl MCP server, and works with every major coding agent.

The plugin shells out to the kreuzcrawl CLI. Install it from the Installation guide (for example, brew install kreuzberg-dev/tap/kreuzcrawl) before driving the crawler from an assistant.

Installing

Pick your harness below.

Claude Code
/plugin marketplace add kreuzberg-dev/plugins
/plugin install kreuzcrawl@kreuzberg
Codex CLI
/plugins add https://github.com/kreuzberg-dev/plugins
Then search for `kreuzcrawl` and select **Install Plugin**.
Cursor Settings → Plugins → Add from URL → `https://github.com/kreuzberg-dev/plugins`, then select **kreuzcrawl**.
Gemini CLI
gemini extensions install https://github.com/kreuzberg-dev/plugins
Factory Droid
droid plugin marketplace add https://github.com/kreuzberg-dev/plugins
droid plugin install kreuzcrawl@kreuzberg
GitHub Copilot CLI
copilot plugin marketplace add https://github.com/kreuzberg-dev/plugins
copilot plugin install kreuzcrawl@kreuzberg
opencode Add the package to `opencode.json`:
{
  "$schema": "https://opencode.ai/config.json",
  "plugin": ["@kreuzberg/opencode-kreuzcrawl"]
}

Edit this page on GitHub