mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-09 17:19:13 +00:00
Rebrand to xberg-io: replace kreuzberg/kreuzcrawl with current 5 opencode plugins
This commit is contained in:
parent
e2a032aef3
commit
e56afbe72c
7 changed files with 115 additions and 46 deletions
23
data/plugins/crawlberg.yaml
Normal file
23
data/plugins/crawlberg.yaml
Normal 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.
|
||||
23
data/plugins/html-to-markdown.yaml
Normal file
23
data/plugins/html-to-markdown.yaml
Normal 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.
|
||||
|
|
@ -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.
|
||||
|
|
@ -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.
|
||||
23
data/plugins/liter-llm.yaml
Normal file
23
data/plugins/liter-llm.yaml
Normal 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.
|
||||
23
data/plugins/tree-sitter-language-pack.yaml
Normal file
23
data/plugins/tree-sitter-language-pack.yaml
Normal 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
23
data/plugins/xberg.yaml
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue