docs: add Kreuzberg opencode plugins

This commit is contained in:
Na'aman Hirschfeld 2026-06-10 17:03:56 +02:00
parent 6624a86531
commit e2a032aef3
No known key found for this signature in database
GPG key ID: 4777DB822AA3C711
2 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,23 @@
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

@ -0,0 +1,23 @@
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.