Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/its-me-prash/kleinanzeigen-reader/claude-skill)<a href="https://agentmods.dev/skills/its-me-prash/kleinanzeigen-reader/claude-skill"><img src="https://agentmods.dev/badge/skills/its-me-prash/kleinanzeigen-reader/claude-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/its-me-prash/kleinanzeigen-reader/claude-skill"><img src="https://agentmods.dev/badge/skills/its-me-prash/kleinanzeigen-reader/claude-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00159 | $0.01851 |
| Opus 5 | $0.00079 | $0.00925 |
| Sonnet 5 | $0.00032 | $0.00370 |
| Haiku 4.5 | $0.00016 | $0.00185 |
Grade A, and why
kleinanzeigen-reader scanned grade A with 1 finding 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 10d ago.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s -L \ How it starts
The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kleinanzeigen Reader — Claude Skill
When to Use
Trigger this skill when ANY of these are true:
- URL contains
kleinanzeigen.de/s-anzeige/ - User says: "schau dir an", "check", "analysiere", "guter Deal?", "Händler?"
- Multiple Kleinanzeigen URLs shared for comparison
- User asks about damage, TÜV, km, seller type on any German classifieds link
Step 1 — Copy the analyzer to working directory
cp -r /mnt/skills/user/kleinanzeigen-reader/kl_reader /home/claude/kl_reader
Step 2 — Fetch the listing
curl -s -L \
-H "User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1" \
-H "Accept-Language: de-DE,de;q=0.9" \
-H "Referer: https://www.kleinanzeigen.de/" \
--compressed \
"[URL]" > /tmp/listing.html
Step 3 — Run the full pipeline
import sys
sys.path.insert(0, '/home/claude')
from kl_reader.extractor import extract
from kl_reader.analyzer import get_flags, get_rating
from kl_reader.images import download
with open('/tmp/listing.html') as f:
html = f.read()
data = extract(html)
flags = get_flags(data)
rating = get_rating(data, flags)
# Download images
if data.get('images'):
saved = download(data['images'], '/tmp/kl_images', size='medium')
Step 4 — Output format
Present results using this structure:
╔══════════════════════════════════════════════════════════════╗
║ KLEINANZEIGEN READER ║
╠══════════════════════════════════════════════════════════════╣
║ Titel [title] ║
║ Kategorie [category] ║
║ Verkäufer ✅ Privat / ⚠️ Gewerblich ║
║ Preis X.XXX € ║
║ Standort [PLZ City] ║
╠══════════════════════════════════════════════════════════════╣
║ [Category-specific rows] ║
╠══════════════════════════════════════════════════════════════╣
║ Bewertung ★★☆☆☆ ║
╚══════════════════════════════════════════════════════════════╝
⚠️ FLAGS
🔴 SCHADEN deklariert (schaden:t)
🟡 Hoher Kilometerstand: 380.001 km
🟡 TÜV wahrscheinlich abgelaufen
📝 BESCHREIBUNG
[original text, word-wrapped]
🖼️ BILDER
[image URLs or downloaded paths]
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- kl_reader/__init__.py 802 B runs code
- kl_reader/__main__.py 81 B runs code
- kl_reader/analyzer.py 4.3 KB runs code
- kl_reader/auth.py 7.9 KB runs code
- kl_reader/cli.py 11 KB runs code
- kl_reader/comparator.py 1.6 KB runs code
- kl_reader/extractor.py 9.3 KB runs code
- kl_reader/images.py 2.1 KB runs code
- kl_reader/scraper.py 3.6 KB runs code
- kl_reader/signals.py 9.1 KB runs code
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.
- 10d ago First seen · 206 lines · 159 tokens per session scan A 611f18c1e915
kleinanzeigen-reader is a skill published in the GitHub repository its-me-prash/kleinanzeigen-reader (4 stars, last pushed 1mo ago), licensed MIT. It adds 159 tokens to every session and 1,851 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
archify
Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…
vox-director
Turn ONE topic into a finished Vox-style paper-collage explainer / ad video, end to end on the Atlas Cloud API + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Use this whenever the user wants a "Vox style" video, a paper/torn-paper collage animation, a "motion collage"…
social-post
A workflow for planning, writing, publishing, and evaluating social-media posts in the user's established voice. It covers Facebook, Instagram, YouTube, Threads, and X, including selected comment operations.
higgsfield
Use this skill whenever the user asks anything about Higgsfield AI — writing or refining video/image prompts, choosing a model (Kling, Sora 2, Veo, Wan, Seedance, Minimax Hailuo, DoP, Soul, Nano Banana, Seedream, Flux, GPT Image, etc.), camera controls, named motion presets, Soul ID character consistency, Cinema…
higgsfield-camera
Use when the user asks about camera movements, shot types, or how to describe camera behavior in a Higgsfield prompt. Contains all named camera controls with descriptions, best use cases, and example prompt phrases.
higgsfield-troubleshoot
Use when a Higgsfield generation fails, produces poor quality, looks wrong, doesn't match the prompt, or the user needs to fix or improve an output.