cwb-relax

cwb-relax is a command for coding agents from jaychempan/coding-with-beat. It costs 37 tokens per session (275 once invoked), scanned A, original, MIT.

A command that searches for relaxing music in three styles: downtempo, acoustic folk, and nature ambience.

In plain words
What is it for?
Use it when you want relaxing music after work, during a break, or while unwinding. It shows numbered choices and waits for you to choose one before playing.
Why use it?
It groups several music searches for an evening wind-down in one response, so you do not need to search each style yourself.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/jaychempan/coding-with-beat/cwb-relax
Clone the repo
git clone --depth 1 https://github.com/jaychempan/coding-with-beat

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 cwb-relax

README.md
[![agentmods](https://agentmods.dev/badge/commands/jaychempan/coding-with-beat/cwb-relax.svg)](https://agentmods.dev/commands/jaychempan/coding-with-beat/cwb-relax)
Your own site
<a href="https://agentmods.dev/commands/jaychempan/coding-with-beat/cwb-relax"><img src="https://agentmods.dev/badge/commands/jaychempan/coding-with-beat/cwb-relax.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 275 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00037 $0.00275
Opus 5 $0.00018 $0.00138
Sonnet 5 $0.00007 $0.00055
Haiku 4.5 $0.00004 $0.00028

Measured 5d ago against content hash 823969187e84, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cwb-relax 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 5d 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.

commands/cwb-relax.md · 35 lines

What it actually says

Relax — 放松 / 解压 / 下班

Run immediately — no analysis needed:

cwb smart_search "relaxing downtempo chill evening unwind" > /tmp/cwb_relax_1.txt 2>&1 &
cwb smart_search "acoustic folk gentle calm soft" > /tmp/cwb_relax_2.txt 2>&1 &
cwb smart_search "nature ambient breeze afternoon easy listening" > /tmp/cwb_relax_3.txt 2>&1 &
wait
cat /tmp/cwb_relax_1.txt
cat /tmp/cwb_relax_2.txt
cat /tmp/cwb_relax_3.txt

Display results in three groups with labels, renumber globally (1, 2, 3… across all groups):

🌅 Downtempo Chill (results from angle 1)

🎸 Acoustic Folk (results from angle 2)

🌿 Nature Ambient (results from angle 3)

End with: 喜欢哪首?说编号我来播。

Do NOT auto-play.

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. 5d ago First seen · 35 lines · 0 tokens per session scan A 823969187e84

Subscribe to this mod's changes

cwb-relax is a command published in the GitHub repository jaychempan/coding-with-beat (114 stars, last pushed 2mo ago), licensed MIT. It adds 37 tokens to every session and 275 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-30.