
from podwise-cli256
Search, transcribe, summarize, and extract insights from podcasts and audio using the Podwise CLI—produce summaries, highlights, flashcards, and PKM exports.
Podwise provides CLI-driven workflows to search podcast episodes, fetch transcripts from URLs or local files, generate summaries, chapters, Q&A, highlights, and keyword lists, and export notes to personal knowledge management tools. It automates monitoring followed shows, catching up on backlogs, and producing weekly recaps.
Use Podwise when you need to: find episodes by keyword, convert audio/video to searchable transcripts, extract concise summaries and highlights, create study flashcards from episodes, produce episode notes for Obsidian/Notion/Logseq, or run topic research across multiple episodes. Also useful for agents that must triage or synthesize large amounts of audio content.
references/cli.md)references/ and multiple workflow files (workflows/*) describing step-by-step flowsCompatible with agents that can invoke CLI tools or shell commands (agentic assistants, automation runners, and local agents). The skill is designed to be used by agents that can run external CLIs and load reference files before executing commands.
Podwise is a podcast knowledge management skill that routes user intents to 9 distinct workflows (taste refinement, catch-up, weekly recap, episode notes, topic research, debate, language learning, discover, and direct CLI ops). No bundled scripts — all work is delegated to the `podwise` CLI tool. SKILL.md is well-structured with clear triggers and progressive disclosure via references/ and workflows/ directories. Clean from a security perspective with no suspicious patterns.
No scripts to test — static analysis only. Skill relies entirely on external CLI tool. Workflow routing is comprehensive and well-organized. Good use of progressive disclosure pattern.