Poddeck
Description
Podcast → Slidev deck aggregator, generated by Claude Code
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
PodDeck
**Live**: https://kvenux.github.io/poddeck/
把你订阅的长播客访谈自动转成结构化的 Slidev 演示文稿,部署到 GitHub Pages。每集 20-50 页,含嘉宾原话引用和手绘示意图,10-15 分钟读完 2-5 小时访谈的核心。
当前状态
- ✅ 端到端 pipeline 跑通:discover → download → generate → build → deploy
- ✅ 7 集已生成(Dario / Jensen / Boris / Tao / EV7 / OpenClaw Peter / Vikings+Ragnar)
- ✅ 5 个订阅频道扫描完毕,54 集待生成(≥60min 阈值,跨 5 source)
- ✅ Landing page 含搜索 / 标签筛选 / 源头筛选 / 全局返回按钮
- ✅ GitHub Pages 自动部署(push main 触发)
订阅的频道
| Source | 频道 | 2026 集数 (≥60min) |
|---|---|---|
| Lex Fridman Podcast | @lexfridman |
7 |
| Dwarkesh Podcast | @DwarkeshPatel |
6 |
| Lenny's Podcast | @LennysPodcast |
21 |
| Huberman Lab | @hubermanlab |
14(≥90min) |
| Theories of Everything | @TheoriesofEverything |
11 |
核心工作流
┌───────────────┐ yt-dlp --dump-json
│ sources.yml │───────────────┐
└───────────────┘ │
▼
┌──────────────────────────┐
│ data/scan-cache/*.jsonl │ full metadata (gitignored)
└────────┬─────────────────┘
│ plan.ts (date + duration filter + dedup)
▼
┌──────────────────────────┐
│ data/plans/.yml │ 状态追踪,git 提交
└────────┬─────────────────┘
│ run-plan.ts (yt-dlp 下载字幕 + claude -p 生成)
▼
┌──────────────────────────┐
│ episodes// │ slides.md + meta.yml
└────────┬─────────────────┘
│ build-all.ts (slidev build + astro build)
▼
dist/ → GH Pages
命令速查
# 装依赖
pnpm install
# 1. 扫频道抓最新 metadata(~5-15 分钟并行)
pnpm run cache:refresh
pnpm run cache:refresh -- --id=lex-fridman # 单源
# 2. 从 cache 生成 plan(秒级)
pnpm run plan
pnpm run plan -- --min-duration=5400 # 临时改阈值到 90 min
# 3. 执行 plan 中 pending 的条目
pnpm run plan:run
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11