Back to Registry View Author Profile
Official Verified
Pipeworx Radio
Skill by brucegutman
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-radioOr
Radio
Discover internet radio stations from around the world. The Radio Browser database indexes tens of thousands of live streams across every genre and country.
Available commands
- search_stations -- Find stations by name, sorted by popularity
- get_top_stations -- Most-voted stations globally or filtered by country
- list_countries -- All countries with station counts
- list_tags -- Top genres and tags by station count
Example: find jazz stations
curl -X POST https://gateway.pipeworx.io/radio/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_stations","arguments":{"query":"jazz","limit":5}}}'
Each station result includes a direct stream URL, codec, bitrate, country, language, and tags -- everything needed to start playing.
Popular use cases
- Build a radio discovery feature for a music app
- Find stations by country for localization projects
- Get stream URLs for background audio in creative coding
Setup
{
"mcpServers": {
"radio": {
"url": "https://gateway.pipeworx.io/radio/mcp"
}
}
}
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-radio": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Rickmorty
Skill by brucegutman
brucegutman 4190
Pipeworx Sunrisesunset
Skill by brucegutman
brucegutman 4190