From e56afbe72cc52488430420e6ce874704b1e47c7a Mon Sep 17 00:00:00 2001 From: Na'aman Hirschfeld Date: Wed, 1 Jul 2026 08:32:23 +0200 Subject: [PATCH] Rebrand to xberg-io: replace kreuzberg/kreuzcrawl with current 5 opencode plugins --- data/plugins/crawlberg.yaml | 23 +++++++++++++++++++++ data/plugins/html-to-markdown.yaml | 23 +++++++++++++++++++++ data/plugins/kreuzberg.yaml | 23 --------------------- data/plugins/kreuzcrawl.yaml | 23 --------------------- data/plugins/liter-llm.yaml | 23 +++++++++++++++++++++ data/plugins/tree-sitter-language-pack.yaml | 23 +++++++++++++++++++++ data/plugins/xberg.yaml | 23 +++++++++++++++++++++ 7 files changed, 115 insertions(+), 46 deletions(-) create mode 100644 data/plugins/crawlberg.yaml create mode 100644 data/plugins/html-to-markdown.yaml delete mode 100644 data/plugins/kreuzberg.yaml delete mode 100644 data/plugins/kreuzcrawl.yaml create mode 100644 data/plugins/liter-llm.yaml create mode 100644 data/plugins/tree-sitter-language-pack.yaml create mode 100644 data/plugins/xberg.yaml diff --git a/data/plugins/crawlberg.yaml b/data/plugins/crawlberg.yaml new file mode 100644 index 0000000..6099fcd --- /dev/null +++ b/data/plugins/crawlberg.yaml @@ -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. diff --git a/data/plugins/html-to-markdown.yaml b/data/plugins/html-to-markdown.yaml new file mode 100644 index 0000000..e185660 --- /dev/null +++ b/data/plugins/html-to-markdown.yaml @@ -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. diff --git a/data/plugins/kreuzberg.yaml b/data/plugins/kreuzberg.yaml deleted file mode 100644 index 8ab26cb..0000000 --- a/data/plugins/kreuzberg.yaml +++ /dev/null @@ -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. diff --git a/data/plugins/kreuzcrawl.yaml b/data/plugins/kreuzcrawl.yaml deleted file mode 100644 index a6b6956..0000000 --- a/data/plugins/kreuzcrawl.yaml +++ /dev/null @@ -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. diff --git a/data/plugins/liter-llm.yaml b/data/plugins/liter-llm.yaml new file mode 100644 index 0000000..a88176d --- /dev/null +++ b/data/plugins/liter-llm.yaml @@ -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. diff --git a/data/plugins/tree-sitter-language-pack.yaml b/data/plugins/tree-sitter-language-pack.yaml new file mode 100644 index 0000000..512c407 --- /dev/null +++ b/data/plugins/tree-sitter-language-pack.yaml @@ -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. diff --git a/data/plugins/xberg.yaml b/data/plugins/xberg.yaml new file mode 100644 index 0000000..67021ad --- /dev/null +++ b/data/plugins/xberg.yaml @@ -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.