crawlberg: Skill for Claude Code

.agents/skills/mcp/SKILL.md

mcp is a skill for Claude Code, Codex from xberg-io/crawlberg. It costs 11 tokens per session (308 once invoked), scanned A, original, MIT.

A reference guide for using crawlberg through the Model Context Protocol, a standard way for an AI agent to call external tools. Crawlberg provides website crawling, page scraping, downloads, browser interaction, and citation generation.

In plain words
What is it for?
Use it to crawl sites, scrape individual pages, discover URLs through links or sitemaps, download documents, interact with pages, check the library version, or create numbered citations.
Why use it?
It tells an agent which crawlberg operation fits a task and what each operation returns. This reduces confusion when discovering pages, extracting content, or working with documents.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is xberg-io/crawlberg's own configuration. It tells Claude Code and Codex how to work on crawlberg itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything crawlberg configures →

Reuse

Borrowing it

Nothing to install: this file belongs to xberg-io/crawlberg. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/xberg-io/crawlberg/main/.agents/skills/mcp/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/xberg-io/crawlberg

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/xberg-io/crawlberg/mcp.svg)](https://agentmods.dev/skills/xberg-io/crawlberg/mcp)
Your own site
<a href="https://agentmods.dev/skills/xberg-io/crawlberg/mcp"><img src="https://agentmods.dev/badge/skills/xberg-io/crawlberg/mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 308 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00011 $0.00308
Opus 5 $0.00005 $0.00154
Sonnet 5 $0.00002 $0.00062
Haiku 4.5 $0.00001 $0.00031

Measured yesterday against content hash 9f21454bbbea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/mcp/SKILL.md · 24 lines

What it actually says

crawlberg MCP Reference

Use this skill when integrating crawlberg through Model Context Protocol tools, prompts, or resources.

  • batch_crawl: Crawl multiple seed URLs concurrently. Returns crawl results for all seeds.
  • batch_scrape: Scrape multiple URLs concurrently. Returns results for all URLs.
  • crawl: Crawl a website following links. Returns content for all discovered pages up to max_depth/max_pages.
  • download: Download a document from a URL. Returns metadata about the downloaded file.
  • generate_citations: Convert markdown links into numbered citations with an appended reference list.
  • get_version: Get the current crawlberg library version.
  • interact: Execute browser actions on a page. Actions may mutate page or application state.
  • map: Discover all pages on a website via links and sitemaps. Returns a list of discovered URLs.
  • scrape: Scrape a single URL and extract content as markdown or JSON. Returns page content, metadata, links, and images.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed 9f21454bbbea
  2. 8d ago First seen · 24 lines · 11 tokens per session scan A 231b72f3d97e

Subscribe to this mod's changes

mcp is a skill published in the GitHub repository xberg-io/crawlberg (169 stars, last pushed yesterday), licensed MIT. It adds 11 tokens to every session and 308 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

tree-sitter-language-pack

Parse and extract code intelligence from 371 programming languages using tree-sitter grammars. Use when writing code that parses source, extracts structure/imports/exports/symbols/docstrings/comments, detects a language, runs syntax diagnostics, or produces syntax-aware chunks for LLMs — in Rust, Python…

xberg-io/tree-sitter-language-pack · 95 tokens

extracting-code-structure

Use when the user wants structured code metadata from a source file — functions, classes, imports, exports, symbols, docstrings, comments, or syntax diagnostics. Covers ts-pack process feature flags, the JSON result shape, and the default feature set.

xberg-io/tree-sitter-language-pack · 58 tokens

chunking-for-llms

Use when the user wants to split source code into chunks for an LLM context window without breaking syntax mid-construct. Covers ts-pack process --chunk-size, why syntax-aware splits beat fixed-byte splits, picking a size, and the chunk JSON shape.

xberg-io/tree-sitter-language-pack · 59 tokens

detecting-languages

Use when the user wants to know which programming language a file or snippet is. Covers implicit detection in ts-pack parse/process, confirming support with ts-pack list/info, and the SDK detection functions for path, extension, and raw content.

xberg-io/tree-sitter-language-pack · 60 tokens

managing-parsers

Use when the user needs to manage the tree-sitter parser cache — prefetch parsers for offline or CI runs, list what is downloaded, inspect a language, find the cache directory, or clean it. Covers ts-pack download, list, info, cache-dir, clean, and init.

xberg-io/tree-sitter-language-pack · 70 tokens

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-pack parse, language auto-detection vs --language, stdin input, and reading haserrors.

xberg-io/tree-sitter-language-pack · 52 tokens