一键导入
pod2wiki
Scan high-signal podcasts and long-form RSS feeds, summarize them, and write karpathy-claude-wiki compatible source-summary pages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scan high-signal podcasts and long-form RSS feeds, summarize them, and write karpathy-claude-wiki compatible source-summary pages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pod2wiki |
| description | Scan high-signal podcasts and long-form RSS feeds, summarize them, and write karpathy-claude-wiki compatible source-summary pages. |
Use this skill when the user says "scan podcasts", "刷播客", "刷一下播客", "podcast tracking", "播客追踪", "track podcasts this week", or asks to feed podcasts/blog RSS into a karpathy-style wiki.
The one-click installer puts everything under the user's workspace:
<workspace>/
├── tools/pod2wiki/scripts/fetch_podcasts.py
├── config/pod2wiki.config.yaml # the one the user actually edits
├── config/pod2wiki.env # contains LLM settings after the user fills the key
├── output/pod2wiki/ # default local output if no wiki path
└── wiki/sources/ # if user supplied a wiki, this points there
If the user invokes /pod2wiki, the slash command already has the right paths baked in — just run it.
config/pod2wiki.config.yaml. If missing, the user hasn't installed yet — point them at INSTALL-FOR-AI.md.python tools/pod2wiki/scripts/fetch_podcasts.py --config config/pod2wiki.config.yaml --env-file config/pod2wiki.env --days 1 --dry-run
--wiki-out if the user has a wiki:python tools/pod2wiki/scripts/fetch_podcasts.py \
--config config/pod2wiki.config.yaml \
--env-file config/pod2wiki.env \
--output-dir output/pod2wiki \
--wiki-out wiki/sources \
--days 7 \
--write-insight-log
When an RSS feed only ships a short <description> (Latent Space, many Substack
podcasts), fetch_podcasts will automatically download the MP3 enclosure and run
faster-whisper (tiny model, first 600s by default) to recover the spoken
content. Override with --whisper-model {tiny,base,small,medium,large-v3},
--whisper-clip-seconds N (use 0 for full episode), --whisper-threshold N
(auto-transcribe when description is shorter than N chars), or --no-whisper
to disable. Audio is cached in output/pod2wiki/transcripts/. If
faster-whisper is not installed, the run falls back to the RSS description
and emits a [whisper] transcription unavailable warning to stderr.
items_foundsource_pages_writtenraw_pages_writtentranslation_pages_writteninsight_logverification_warningsIf verification_warnings is non-empty, do not reuse the flagged bullets in downstream research until the user has checked the raw transcript. These warnings catch LLM-added "X rather than Y" framings that often hallucinate the reversal.