maffay

maffay is a skill for Claude Code from Jebel-Quant/rhiza-claude. It costs 41 tokens per session (655 once invoked), scanned A, original, MIT.

A command that prints a randomly chosen short saying from a Peter Maffay song, optionally filtered by a theme or song title.

In plain words
What is it for?
Use it anywhere to request a themed or random Peter Maffay song saying.
Why use it?
It provides a small break or encouragement during a long coding task without reading or changing the project.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the rhiza plugin — 10 skills, 1 hook shipped together

Good fit Use it anywhere to request a themed or random Peter Maffay song saying.

Compare 6 skills from other repositories ↓
Install

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.

Claude Code
/plugin marketplace add Jebel-Quant/rhiza-claude
Claude Code
/plugin install rhiza

Made for: Claude Code.

Or install rhiza, the plugin that ships this one along with the rest of its 10 skills, 1 hook.

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 maffay

README.md
[![agentmods](https://agentmods.dev/badge/skills/jebel-quant/rhiza-claude/maffay/github.svg)](https://agentmods.dev/skills/jebel-quant/rhiza-claude/maffay)
Your own site
<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.

agentmods 80×15 button for maffay

Your own site · 80×15
<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>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 655 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.
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.00041 $0.00655
Opus 5 $0.00020 $0.00328
Sonnet 5 $0.00008 $0.00131
Haiku 4.5 $0.00004 $0.00065

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

Security

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.

plugin/skills/maffay/SKILL.md · 54 lines

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.

Read the full file on GitHub · 54 lines

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. 9d ago First seen · 54 lines · 41 tokens per session scan A 07e6cb14ab6a

Subscribe to this mod's changes

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.

Related

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.

Manavarya09/design-extract · 30 tokens

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"…

ItamarZand88/CLI-Anything-WEB · 95 tokens

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.

ItamarZand88/CLI-Anything-WEB · 62 tokens

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…

ItamarZand88/CLI-Anything-WEB · 93 tokens

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.

alivecontext/alive · 52 tokens

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…

alivecontext/alive · 76 tokens