Source

xberg-io/plugins

31 skills · 36 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
scraping-html-to-markdown Use when the user wants a single page rendered as clean Markdown plus structured metadata. Covers `crawlberg scrape U…
xberg-io/plugins
3
2
crawlberg Crawl, scrape, and convert websites to Markdown using the local crawlberg CLI and its MCP server. Use when the user w…
xberg-io/plugins
2
3
crawling-a-site Use when the user wants to follow links across a domain and capture every reachable page as Markdown. Covers `crawlbe…
xberg-io/plugins
2
4
mapping-urls Use when the user wants the list of URLs on a site rather than the page content — sitemap analysis, link planning, or…
xberg-io/plugins
2
5
automating-the-browser Use when extracting a page needs scripted interaction first — click, type, press a key, scroll, wait, screenshot, or …
xberg-io/plugins
1
6
batch-extraction Use when extracting from many files at once with shared config, bounded parallelism, per-file overrides, and error re…
xberg-io/plugins
1
7
calling-llms Use when sending chat completions through liter-llm and routing to a specific provider via the `provider/model` prefi…
xberg-io/plugins
1
8
chunking Use when splitting extracted text into chunks for LLM context windows or RAG ingestion. Covers chunk size, overlap, m…
xberg-io/plugins
1
9
chunking-for-llms Use when the user wants to split source code into chunks for an LLM context window without breaking syntax mid-constr…
xberg-io/plugins
1
10
converting-html Use when converting HTML to Markdown, Djot, or plain text. Covers output formats, heading and code-block styles, list…
xberg-io/plugins
1
11
detecting-languages Use when the user wants to know which programming language a file or snippet is. Covers implicit detection in `ts-pac…
xberg-io/plugins
1
12
embeddings-and-search Use when generating embeddings, calling the 12 web-search providers, or running OCR over documents with the 4 OCR pro…
xberg-io/plugins
1
13
extracting-code-structure Use when the user wants structured code metadata from a source file — functions, classes, imports, exports, symbols, …
xberg-io/plugins
1
14
extracting-keywords Use when extracting keywords (YAKE/RAKE) from documents — and, secondarily, when detecting document language or gener…
xberg-io/plugins
1
15
extracting-metadata Use when extracting metadata from HTML — title, description, language, Open Graph, JSON-LD / Microdata / RDFa, header…
xberg-io/plugins
1
16
extracting-tables Use when extracting tabular data from PDFs, spreadsheets, or images. Covers layout-aware table detection, table model…
xberg-io/plugins
1
17
extracting-with-ocr Use when extracting text from scanned PDFs, photographed pages, or images that have no embedded text layer. Covers OC…
xberg-io/plugins
1
18
fetching-and-converting-urls Use when fetching a live URL and converting it to Markdown. Covers --url, custom user agents, preprocessing for noisy…
xberg-io/plugins
1
19
headless-fallback Use when a static fetch returns nothing useful and the page needs a real browser. Covers `--browser-mode auto|always|…
xberg-io/plugins
1
20
html-to-markdown Convert HTML to Markdown, Djot, or plain text with structured extraction. Use when writing code that calls html-to-ma…
xberg-io/plugins
1
21
liter-llm Universal LLM API client for 143 providers with native bindings for 14 languages. Use when writing code that calls LL…
xberg-io/plugins
1
22
managing-parsers Use when the user needs to manage the tree-sitter parser cache — prefetch parsers for offline or CI runs, list what i…
xberg-io/plugins
1
23
parsing-source Use when the user wants a tree-sitter syntax tree for a source file — an s-expression dump or JSON tree. Covers `ts-p…
xberg-io/plugins
1
24
picking-a-format Use when choosing an output format for extracted documents — text, markdown, djot, html, or JSON. Maps consumer (LLM,…
xberg-io/plugins
1
25
running-the-proxy Use when running the `liter-llm api` OpenAI-compatible gateway — virtual keys, per-key rate limits, budgets, cost tra…
xberg-io/plugins
1
26
serving-the-api Use when the user wants a long-running HTTP service for scrape/crawl/map instead of one-shot CLI calls or the MCP ser…
xberg-io/plugins
1
27
streaming-responses Use when streaming tokens incrementally from an LLM via liter-llm over SSE or async iterators. Covers chat_stream, de…
xberg-io/plugins
1
28
tool-calling Use when defining functions/tools for an LLM to call through liter-llm, or requesting structured JSON outputs. Covers…
xberg-io/plugins
1
29
tree-sitter-language-pack Parse and extract code intelligence from 306 programming languages using tree-sitter grammars. Use when writing code …
xberg-io/plugins
1
30
using-the-mcp-server Use when converting HTML to Markdown or extracting metadata and tables through the html-to-markdown MCP server's tool…
xberg-io/plugins
1
31
xberg Extract text, tables, metadata, and images from 91+ document formats (PDF, Office, images, HTML, email, archives, aca…
xberg-io/plugins
1