Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Jebel-Quant/rhiza-claude/plugin install rhizaWrote 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/jebel-quant/rhiza-claude/maffay)<a href="https://agentmods.dev/skills/jebel-quant/rhiza-claude/maffay"><img src="https://agentmods.dev/badge/skills/jebel-quant/rhiza-claude/maffay/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/jebel-quant/rhiza-claude/maffay"><img src="https://agentmods.dev/badge/skills/jebel-quant/rhiza-claude/maffay.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.00041 | $0.00655 |
| Opus 5 | $0.00020 | $0.00328 |
| Sonnet 5 | $0.00008 | $0.00131 |
| Haiku 4.5 | $0.00004 | $0.00065 |
Grade A, and why
maffay 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 9d 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.
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.
How it starts
The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are running /maffay. Goal: print one bonmot from a random Peter Maffay song.
That is the whole command. It reads nothing, writes nothing, and needs no repo — so it works anywhere, including outside a rhiza-managed project.
Do not pick the song yourself. Asked to choose "at random" you will reach for
Über sieben Brücken and Nessaja almost every time, and by the third run the command
feels broken. The bundled script owns the choice, and random.choice over the
catalogue is uniform where you are not. Run it and relay the output verbatim.
Argument (optional): $ARGUMENTS — a theme keyword (mut, sommer, nessaja,
liebe, …) or part of a song title, matched case-insensitively. Anything else is
still passed through: the script reports the known themes itself on a miss, which is
more useful than you guessing what the user meant.
1. Draw one
${CLAUDE_PLUGIN_ROOT} resolves at runtime (keep the quotes); in a source
checkout it's empty, so fall back to the repo-relative path.
uv run --python 3.12 --no-project python "${CLAUDE_PLUGIN_ROOT}/scripts/maffay.py" --theme "$ARGUMENTS"
Drop --theme entirely when $ARGUMENTS is empty — an empty theme is not the same
as no theme, and passing --theme "" matches everything by accident rather than by
intent.
Exit 1 means the theme matched nothing. The script has already printed the known themes; show that and stop. Do not retry without the filter and pass the result off as what they asked for, and do not invent a song to fill the gap.
--seed N makes a draw reproducible and --list prints the whole catalogue; both are
there for demos and tests. --json gives the same entry as one object if you need the
fields.
2. Report
Relay the three lines as printed. Two things not to blur:
- The quoted line is the song's title line — the hook, and the only quoted text. Do not extend it into a verse from memory. A title is not a protectable work; the lyric body is, and this command deliberately does not ship one.
Für uns:is this repo's gloss, not Maffay's words. Keep the label. If you drop it the joke reads as a lyric, which is exactly the confusion the format prevents.
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.
- 9d ago First seen · 54 lines · 41 tokens per session scan A 07e6cb14ab6a
maffay is a skill published in the GitHub repository Jebel-Quant/rhiza-claude (4 stars, last pushed 2d ago), licensed MIT. It adds 41 tokens to every session and 655 once invoked, about $0.0002 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-31.
Other skills, from other repositories
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.
sync-check
Walks the documentation dependency web after a CLI code change and reports which downstream files (skills, SOPs, READMEs, plugin references) are out of sync. Use after fixing a bug, adding a command, changing auth behavior, refactoring, or before committing — and when the user says "sync check", "update docs"…
gap-analyzer
Compares a CLI's implemented commands against its APP.md API map and traffic-analysis.json to find missing endpoints, incomplete CRUD, dead client methods, and priority gaps. Runs as the mandatory first step of /cli-anything-web:refine and as an optional pre-review scan in standards.
linkedin-cli
Interacts with LinkedIn via the cli-web-linkedin command-line tool — search people/jobs/companies, view profiles and feed, create/edit/delete posts, react and comment, manage connections and invitations, read and send messages, view notifications, follow companies. Use when the user asks about LinkedIn or wants to…
alive:demo
Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.
alive:session-history
Revive sessions (quick or heavy), browse, and search — 'what happened recently?', 'find the session where we discussed X', 'revive yesterday's session'. For single-session recall and multi-session browsing. If the human needs to merge multiple sessions into one working context or detect conflicts between parallel…