By xberg-io
Extract and manage documents using a cloud intelligence API with async OCR, URL crawling, presigned uploads, and webhook delivery. Supports document versioning, diffing, and usage tracking for enterprise workflows.
Managed Kreuzberg document intelligence at api.xberg.io. Use when the user wants cloud extraction with webhook delivery, presigned uploads for large files, document versioning and diffing, sandbox keys, or per-project usage tracking — instead of running the local kreuzberg CLI. Covers authentication, the 12 REST endpoints, request/response shapes, error model, and SDK options.
Use when the user asks about quota, billing visibility, or processed-page counts. Covers GET /v1/usage — query params, response shape, when to report usage proactively to the user.
Use when the user wants to extract a document via the cloud rather than the local kreuzberg CLI. Covers POST /v1/extract — JSON vs multipart bodies, URL crawls, options block, webhook attachment, and the async response shape.
Use when the user has files larger than ~50 MB to extract via the cloud, or when base64-encoding the body would be wasteful. Covers the three-step presign / PUT / confirm flow against POST /v1/uploads/presign and POST /v1/uploads/confirm.
Use when the user wants to try Xberg Enterprise without signing up, or needs an ephemeral key for evaluation, demos, or CI integration tests. Covers POST /v1/sandbox/key — the no-auth endpoint, quota, TTL, and cleanup expectations.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Document-intelligence plugins for coding agents. Install any of the six into Claude Code, Codex CLI, Cursor, Gemini CLI, Factory Droid, GitHub Copilot CLI, or opencode.
| Plugin | Value Proposition | Status |
|---|---|---|
| kreuzberg | Local document extraction from 91+ formats (PDF, Office, images with OCR, HTML, email, archives, academic) | Stable — v0.2.2 |
| kreuzcrawl | Web crawling and scraping with HTML→Markdown and headless-Chrome fallback | Stable — v0.2.2 |
| xberg-enterprise | Managed extraction via api.xberg.io | Skills-only — MCP server in a later release |
| html-to-markdown | Fast, lossless HTML→Markdown with structured metadata and tables | Stable — v0.2.2 |
| liter-llm | Universal LLM API client for 143 providers (chat, streaming, tools, embeddings) | Stable — v0.2.2 |
| tree-sitter-language-pack | Parse and extract code intelligence from 300+ languages | Stable — v0.2.2 |
Once approved by the marketplace:
/plugin install kreuzberg@claude-community
/plugin install kreuzcrawl@claude-community
/plugin install xberg-enterprise@claude-community
/plugin install html-to-markdown@claude-community
/plugin install liter-llm@claude-community
/plugin install tree-sitter-language-pack@claude-community
Self-host (works today):
/plugin marketplace add xberg-io/plugins
/plugin install kreuzberg@kreuzberg
/plugin install kreuzcrawl@kreuzberg
/plugin install xberg-enterprise@kreuzberg
/plugin install html-to-markdown@kreuzberg
/plugin install liter-llm@kreuzberg
/plugin install tree-sitter-language-pack@kreuzberg
Pending review for official Claude marketplace.
Codex CLI marketplace is not yet open for third-party submissions. Use self-hosted install:
/plugins add https://github.com/xberg-io/plugins
Then search for the plugin you want — e.g. kreuzberg, kreuzcrawl, html-to-markdown, liter-llm, tree-sitter-language-pack, or xberg-enterprise — and select "Install Plugin".
Self-host install only:
Settings → Plugins → Add from URL → https://github.com/xberg-io/plugins. Select the plugin(s) you want.
Self-host install:
gemini extensions install https://github.com/xberg-io/plugins
Self-host install:
droid plugin marketplace add https://github.com/xberg-io/plugins
droid plugin install kreuzberg@kreuzberg
droid plugin install kreuzcrawl@kreuzberg
droid plugin install xberg-enterprise@kreuzberg
droid plugin install html-to-markdown@kreuzberg
droid plugin install liter-llm@kreuzberg
droid plugin install tree-sitter-language-pack@kreuzberg
Pending review for official Factory Droid marketplace.
Self-host install:
copilot plugin marketplace add https://github.com/xberg-io/plugins
copilot plugin install kreuzberg@kreuzberg
copilot plugin install kreuzcrawl@kreuzberg
copilot plugin install xberg-enterprise@kreuzberg
copilot plugin install html-to-markdown@kreuzberg
copilot plugin install liter-llm@kreuzberg
copilot plugin install tree-sitter-language-pack@kreuzberg
Add the published packages to opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"@kreuzberg/opencode-kreuzberg",
"@kreuzberg/opencode-kreuzcrawl",
"@kreuzberg/opencode-html-to-markdown",
"@kreuzberg/opencode-tree-sitter-language-pack"
]
}
liter-llm and xberg-enterprise are not yet published as opencode packages.
Each plugin shells out to a real CLI. Install whichever you use:
Fast, lossless HTML→Markdown conversion with structured metadata, tables, and document-structure extraction.
Universal LLM API client for 143 providers — chat, streaming, tools, embeddings, search, OCR, plus an OpenAI-compatible proxy and an MCP server.
Parse and extract code intelligence from 300+ programming languages with tree-sitter — structure, imports, symbols, and syntax-aware chunking.
Local document extraction: text, tables, metadata, images from 91+ formats with optional OCR.
npx claudepluginhub xberg-io/pluginsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claim