podcast-radar-cn
Installation
SKILL.md
Podcast Radar CN
Use this skill when the user wants to discover, compare, or curate Chinese podcasts or podcast episodes based on current ranking data.
This skill is strongest at:
- listener discovery
- creator benchmarking
- curation and distribution research
It is not a general web scraping skill. Its default posture is ranking-first and title-first.
Skill Root Rule
Treat the directory containing this SKILL.md as the skill root.
- In OpenClaw, prefer
{baseDir}when calling files inside this skill. - In other hosts or manual installs, use the same paths relative to the skill root, for example
scripts/fetch_xyz_rank.py. - Examples below use
python3; if the host only exposespython, swap the binary name.