mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-10 01:29:37 +00:00
docs: add Kreuzberg opencode plugins
This commit is contained in:
parent
6624a86531
commit
e2a032aef3
2 changed files with 46 additions and 0 deletions
23
data/plugins/kreuzberg.yaml
Normal file
23
data/plugins/kreuzberg.yaml
Normal 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.
|
||||
23
data/plugins/kreuzcrawl.yaml
Normal file
23
data/plugins/kreuzcrawl.yaml
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue