Rebrand to xberg-io: replace kreuzberg/kreuzcrawl with current 5 opencode plugins

This commit is contained in:
Na'aman Hirschfeld 2026-07-01 08:32:23 +02:00
parent e2a032aef3
commit e56afbe72c
No known key found for this signature in database
GPG key ID: 4777DB822AA3C711
7 changed files with 115 additions and 46 deletions

View file

@ -0,0 +1,23 @@
name: Crawlberg
repo: https://github.com/xberg-io/plugins
tagline: Web crawling and scraping tools for opencode
description: OpenCode plugin exposing crawlberg CLI tools for scraping pages, crawling sites, and mapping URLs to JSON or Markdown.
scope:
- global
- project
tags:
- crawling
- scraping
- markdown
- cli
homepage: https://www.npmjs.com/package/@xberg-io/opencode-crawlberg
installation: |
Add the package to `opencode.json`:
```json
{
"plugin": ["@xberg-io/opencode-crawlberg"]
}
```
Requires the `crawlberg` CLI.

View file

@ -0,0 +1,23 @@
name: HTML to Markdown
repo: https://github.com/xberg-io/plugins
tagline: Fast, lossless HTML to Markdown conversion
description: OpenCode plugin exposing html-to-markdown CLI tools for converting HTML to clean Markdown with metadata, tables, and document structure.
scope:
- global
- project
tags:
- html
- markdown
- conversion
- cli
homepage: https://www.npmjs.com/package/@xberg-io/opencode-html-to-markdown
installation: |
Add the package to `opencode.json`:
```json
{
"plugin": ["@xberg-io/opencode-html-to-markdown"]
}
```
Requires the `html-to-markdown` CLI.

View file

@ -1,23 +0,0 @@
name: Kreuzberg
repo: https://github.com/kreuzberg-dev/plugins
tagline: Local document extraction for 91+ formats
description: OpenCode plugin exposing kreuzberg CLI tools for document extraction, MIME detection, and supported-format discovery.
scope:
- global
- project
tags:
- documents
- extraction
- ocr
- cli
homepage: https://www.npmjs.com/package/@kreuzberg/opencode-kreuzberg
installation: |
Add the package to `opencode.json`:
```json
{
"plugin": ["@kreuzberg/opencode-kreuzberg"]
}
```
Requires the `kreuzberg` CLI.

View file

@ -1,23 +0,0 @@
name: Kreuzcrawl
repo: https://github.com/kreuzberg-dev/plugins
tagline: Web crawling and scraping tools for opencode
description: OpenCode plugin exposing kreuzcrawl CLI tools for scraping pages, crawling sites, and mapping URLs to JSON or Markdown.
scope:
- global
- project
tags:
- crawling
- scraping
- markdown
- cli
homepage: https://www.npmjs.com/package/@kreuzberg/opencode-kreuzcrawl
installation: |
Add the package to `opencode.json`:
```json
{
"plugin": ["@kreuzberg/opencode-kreuzcrawl"]
}
```
Requires the `kreuzcrawl` CLI.

View file

@ -0,0 +1,23 @@
name: liter-llm
repo: https://github.com/xberg-io/plugins
tagline: Universal LLM API client for 143 providers
description: OpenCode plugin exposing liter-llm tools for chat, streaming, embeddings, and an OpenAI-compatible proxy across 143 providers.
scope:
- global
- project
tags:
- llm
- openai
- proxy
- cli
homepage: https://www.npmjs.com/package/@xberg-io/opencode-liter-llm
installation: |
Add the package to `opencode.json`:
```json
{
"plugin": ["@xberg-io/opencode-liter-llm"]
}
```
Requires the `liter-llm` CLI.

View file

@ -0,0 +1,23 @@
name: Tree-sitter Language Pack
repo: https://github.com/xberg-io/plugins
tagline: Code intelligence for 300+ languages
description: OpenCode plugin exposing tree-sitter-language-pack tools for parsing and extracting structure, imports, and symbols from 300+ languages.
scope:
- global
- project
tags:
- tree-sitter
- parsing
- code
- cli
homepage: https://www.npmjs.com/package/@xberg-io/opencode-tree-sitter-language-pack
installation: |
Add the package to `opencode.json`:
```json
{
"plugin": ["@xberg-io/opencode-tree-sitter-language-pack"]
}
```
Requires the `tree-sitter-language-pack` CLI.

23
data/plugins/xberg.yaml Normal file
View file

@ -0,0 +1,23 @@
name: Xberg
repo: https://github.com/xberg-io/plugins
tagline: Local document extraction for 97+ formats
description: OpenCode plugin exposing xberg CLI tools for document extraction, MIME detection, and supported-format discovery.
scope:
- global
- project
tags:
- documents
- extraction
- ocr
- cli
homepage: https://www.npmjs.com/package/@xberg-io/opencode-xberg
installation: |
Add the package to `opencode.json`:
```json
{
"plugin": ["@xberg-io/opencode-xberg"]
}
```
Requires the `xberg` CLI.