now

now is a skill for Claude Code from Bangs00/claude-media-control. It costs 43 tokens per session (529 once invoked), scanned A, original, MIT.

A skill for checking what is currently playing on a Mac, including music apps and browser tabs.

In plain words
What is it for?
Use it when asking which song is playing or whether playback is active. It can also show a playback progress bar.
Why use it?
It avoids having to open each possible music app to find the current track, artist, and playback status.

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 media plugin — 16 skills, 1 hook shipped together

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 Bangs00/claude-media-control
Claude Code
/plugin install media

Made for: Claude Code.

Or install media, the plugin that ships this one along with the rest of its 16 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 now

README.md
[![agentmods](https://agentmods.dev/badge/skills/bangs00/claude-media-control/now.svg)](https://agentmods.dev/skills/bangs00/claude-media-control/now)
Your own site
<a href="https://agentmods.dev/skills/bangs00/claude-media-control/now"><img src="https://agentmods.dev/badge/skills/bangs00/claude-media-control/now.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 529 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.1 $0.00043 $0.00529
Opus 5 $0.00022 $0.00264
Sonnet 5 $0.00009 $0.00106
Haiku 4.5 $0.00004 $0.00053

Measured 6d ago against content hash 59ec57d43a14, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

now 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 6d 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.

skills/now/SKILL.md · 30 lines

What it actually says

Current system-wide now-playing state (JSON):

!"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" now

The progress bar, already rendered (empty when the bar is switched off, when nothing is playing, or when the track has no duration):

!"${CLAUDE_PLUGIN_ROOT}/scripts/media.sh" bar

Present the state to the user exactly in this format, as plain markdown lines — NOT inside a code block, so the bold/italic styling renders:

  • Line 1: ▶︎ **<title>** — *<artist>* · <appName> — use ▶︎ when playing is true, when false; title bold, artist italic. If appName is missing, use bundleIdentifier.
  • Line 2 (only when the bar above is non-empty): the bar copied verbatim, then two spaces and **m:ss** / m:ss (elapsed time bold). Never redraw the bar, re-space it, change its width, or substitute its characters — media.sh bar is the same builder that draws the statusline segment, and copying it byte-for-byte is what keeps the two surfaces agreeing. Most presets cannot be reproduced by hand anyway: they are computed waveforms whose glyphs depend on the playback position.
  • The elapsed m:ss is ALWAYS elapsedTimeNow (use elapsedTime only when elapsedTimeNow is absent) — elapsedTime is the app's last snapshot and can lag minutes behind; the statusline segment shows elapsedTimeNow, so anything else here would contradict it. The total m:ss is duration.
  • If duration is absent (live stream): the bar comes back empty; show **m:ss** / LIVE (same elapsed rule).
  • If the JSON is null: tell the user nothing is playing right now.
  • If the JSON contains "degraded": true or a stderr hint appeared: add one short note that the plugin is in fallback mode and /media:doctor has details.

Example (the markdown you output):

▶︎ **Neon Horizon** — *Midnight Arcade* · Firefox
━━━━━━━━━━━─────────  **2:07** / 3:48
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. 6d ago First seen · 30 lines · 43 tokens per session scan A 59ec57d43a14

Subscribe to this mod's changes

now is a skill published in the GitHub repository Bangs00/claude-media-control (4 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 529 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

quiz-me

Quiz the user on root cause and intended fix BEFORE writing any non-trivial code, then verify comprehension of every change after. Use when the user asks for a bug fix, refactor, or feature and wants to stay technically sharp instead of vibe-coding. Also use when the user says "quiz me", "don't let me vibe code", or…

emanzurv/quiz-me-skill · 82 tokens

economist-style

Apply The Economist style guide to written content. Use when editing markdown, HTML, documentation, or any written text that needs professional editing for clarity, precision, and brevity. Detects weasel words, fillers, passive voice, and style issues.

TAJD/economist-style-guide-plugin · 54 tokens

access

Manage who may drive telegram-topics sessions — view and edit the user allowlist. Use when the user asks to allow or remove a Telegram user, check who's allowed, or lock the channel down.

2naive/claude-telegram-topics · 42 tokens

spotify

Control Spotify on macOS. Use for playing music, controlling playback, and getting track information.

rbouschery/marketplace · 21 tokens

apple-mail

Interact with Apple Mail on macOS. Use for reading, sending, searching, and managing emails.

rbouschery/marketplace · 23 tokens

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens