By xberg-io
Call 143+ LLM providers through a single OpenAI-compatible interface, including chat, streaming, embeddings, search, OCR, and tool use, with a built-in proxy for key management and cost tracking.
Use when sending chat completions through liter-llm and routing to a specific provider via the `provider/model` prefix. Covers the chat call shape, provider routing, model_hint, message roles, and error categories.
Use when generating embeddings, calling the 12 web-search providers, or running OCR over documents with the 4 OCR providers through liter-llm. Covers embed, search, and ocr methods plus reranking.
Universal LLM API client for 143 providers with native bindings for 14 languages. Use when writing code that calls LLM APIs via liter-llm in Python, TypeScript, Rust, Go, Java, C#, Ruby, PHP, Elixir, WASM, or C, when running the OpenAI-compatible proxy, or when calling LLMs through the MCP server. Covers chat, streaming, tool calling, embeddings, image generation, speech, transcription, moderation, web search, OCR, reranking, provider routing, middleware, and configuration.
Use when running the `liter-llm api` OpenAI-compatible gateway — virtual keys, per-key rate limits, budgets, cost tracking, and model routing. Covers the TOML config and the 22 REST endpoints.
Use when streaming tokens incrementally from an LLM via liter-llm over SSE or async iterators. Covers chat_stream, delta handling, and null-content chunks.
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 claimBased 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:
npx claudepluginhub xberg-io/plugins --plugin liter-llmWeb crawling and scraping with HTML→Markdown and headless-Chrome fallback.
Fast, lossless HTML→Markdown conversion with structured metadata, tables, and document-structure extraction.
Parse and extract code intelligence from 300+ programming languages with tree-sitter — structure, imports, symbols, and syntax-aware chunking.
Managed Kreuzberg document intelligence on api.xberg.io — async extraction with OCR, URL crawling, presigned uploads, document versioning and diffing, signed webhooks, and usage tracking.
Local document extraction: text, tables, metadata, images from 91+ formats with optional OCR.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,642 supported skills.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.