surendranb

Radio — Development skill for Claude Code

Development community

Control the background radio - play, next, prev, shuffle, pause, volume, search.

How to install Radio

Installs to ~/.claude/skills/surendranb-cc-radio-radio/SKILL.md

Terminal
mkdir -p ~/.claude/skills/surendranb-cc-radio-radio && curl -fsSL https://raw.githubusercontent.com/surendranb/cc-radio/HEAD/commands/radio.md -o ~/.claude/skills/surendranb-cc-radio-radio/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Radio does


description: Control the background radio - play, next, prev, shuffle, pause, volume, search argument-hint: "[play|next|prev|shuffle|pause|vol up|vol down|now|stations|search |stop]" allowed-tools: Bash(${CLAUDE_PLUGIN_ROOT}/bin/ccradio:*)

Run the radio control below and report its output to the user in one short line. Do not add commentary, do not explain what radio is, do not offer follow-ups.

!`"${CLAUDE_PLUGIN_ROOT}/bin/ccradio" ${ARGUMENTS:-status}`

If the user asked for so

Alternatives in Development

  • Claudia — A powerful GUI app and Toolkit for Claude Code - Create custom agents, manage interactive Claude Code sessions 21k ★
  • Part 1 — Deep Research Prompt Builder — I'm going to help you create a research prompt for your project 2.1k ★
  • Pool Compare — Compare all Meteora DLMM pools for a token pair by APR, fee/TVL ratio, and volume 722 ★

Full documentation available on GitHub

View Source Repository