podcast-radar-cn
Discover, compare, and curate trending Chinese podcasts or episodes from 中文播客榜. Use for hot or recent show discovery, creator benchmarking, curation lists, competitor research, or podcast distribution leads. Prefer ranking fields and title signals first, and only do small-scale Xiaoyuzhou enrichment when needed.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cellinlab/podcast-radar-cnPodcast 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.
Quick Start
Choose one of the four ranking lists:
hot-episodeshot-podcastsnew-podcastsnew-episodes
Fetch a candidate set first:
python3 {baseDir}/scripts/fetch_xyz_rank.py --list hot-episodes --limit 20
Filter by genre, freshness, or query when the user already has a direction:
python3 {baseDir}/scripts/fetch_xyz_rank.py \
--list new-episodes \
--limit 12 \
--genre 社会与文化 \
--freshness-days-max 30
If and only if you truly need extra context for a small set of candidates, enrich a few Xiaoyuzhou URLs:
python3 {baseDir}/scripts/enrich_xiaoyuzhou.py \
--episode-url https://www.xiaoyuzhoufm.com/episode/69bf524c2d318777c9169361
Workflow
- Classify the request as one of:
- listener discovery
- creator benchmarking
- curation/distribution research
- Interpret the user's wording before choosing the list:
- if the user says
热门播客,最近播客,值得听的播客, or similar casual Chinese phrasing, default to episode-level results - if the user explicitly asks for
播客频道,播客栏目,节目主页,show-level,频道级, or wants a creator benchmark list, use podcast-level results
- if the user says
- Pick the most relevant ranking list.
- default listener-discovery wording usually maps to
hot-episodesornew-episodes - explicit channel / show / benchmark wording usually maps to
hot-podcastsornew-podcasts
- default listener-discovery wording usually maps to
- Fetch enough candidates to support filtering; do not stop at the first 5 unless the user asked for 5.
- Use ranking fields and title signals first.
- Only if the answer would otherwise be weak, enrich a small set of Xiaoyuzhou pages.
- Return a task-shaped result, not raw JSON.
Query Interpretation Rule
In Chinese product usage, users often say 播客 when they really mean 最近值得点开的内容.
Default behavior:
热门播客最近热门播客最近值得听的播客推荐几个热门播客
Treat these as requests for episode-level recommendations unless the wording clearly asks for show/channel-level objects.
Switch to podcast-level results only when the user explicitly asks for things like:
播客频道播客栏目播客节目主页频道级榜单栏目级榜单- show-level benchmark or channel list
When in doubt:
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cellinlab-podcast-radar-cn": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Cell Mrbeast Perspective
Skill by cellinlab
deep-writer
Adaptive deep-writing workflow for all forms of deep content creation in Chinese, including turning transcripts and note piles into articles, deepening rough drafts, or writing structured long-form content from a topic, thesis, question, or outline. Use when Codex needs to clarify audience and purpose, build a brief, extract or construct a sound argument structure, merge repeated ideas, design an outline before drafting, deepen analysis, preserve source logic when needed, or deliver writing through staged checkpoints instead of a one-shot article.
celf-style-writer
Personal Chinese writing-style skill for Cell 细胞 style articles, rewrites, style enhancement, and style review. Use when Codex needs to write, rewrite, enhance, or audit Chinese content so it sounds like Cell speaking directly to the reader: friend-to-friend, warm but sharp, concrete, hook-driven, anti-academic, anti-AI-template, and grounded in real experience instead of abstract sermonizing.
opc-case-research
Systematic public-information research for OPC, super-individual, creator IP, and one-person business cases, with Chinese outputs focused on content strategy, IP positioning, channel strategy, business models, timelines, and replicable lessons. Use when Codex needs to research a named person, creator brand, or one-person company case; produce a case brief or structured report; map sources and evidence; compare facts versus inferences; or turn scattered public materials into a reusable research deliverable.