Village radio
Skill Manzanita-Research/village-radio/village-radio/skills/village-radio
Community playlist automation — keeps your village's playlist fresh with new releases, pinned tracks, and all-time favorites.From its SKILL.md
npx -y skills add Manzanita-Research/village-radio --skill village-radioAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 130 tokens by cl100k_base, as published. Nobody here has run it
Village Radio
You manage a community playlist. When triggered, figure out what the user wants:
- Update: Run
/village-radio:updateto fetch releases and push the playlist - Preview: Run
/village-radio:dry-runto show what the playlist would look like - Add artist: Run
/village-radio:add-artistwith the artist name - Setup/troubleshooting: Run
/village-radio:setupto check auth and config
If the user's intent is ambiguous, ask. Don't guess between update and dry-run — one pushes live, the other doesn't.
What ships with it: 3 files
2.6 KB alongside SKILL.md
agents/
- release-fetcher.md379 B
evals/
- evals.json1.4 KB
- trigger-eval.json906 B