Install
openclaw skills install podcast-copilotPodcast copilot workflows with podwise CLI: search podcasts or episodes by keyword, monitor followed shows for new releases, find current popular episodes, a...
openclaw skills install podcast-copilotUse this skill to turn raw podcast, video, and audio inputs into structured outputs that are easy to read, export, or reuse.
podwise is installed and that the API key is configured.search, list, popular, ask, process, or get.process command because it consumes quota/credits, unless the user explicitly asked to proceed without pausing.process completes successfully and reaches done.Run:
podwise --help
podwise config show
Treat podwise --help and podwise <command> --help as the source of truth for exact flags, subcommands, and examples.
When a workflow needs command details beyond this skill, inspect help progressively:
podwise search --help
podwise search episode --help
podwise search podcast --help
podwise ask --help
podwise list --help
podwise process --help
podwise get --help
podwise get transcript --help
search when the user wants matching podcasts or episodes returned as results to browse.ask when the user wants an answer, synthesis, or insights derived from transcript content across podcasts.podwise search episode.podwise search podcast.podwise ask.podwise popular.podwise list episodes or podwise list podcasts.process command, ask whether the user wants to spend quota/credits on processing.podwise process <url>; Podwise will import it automatically.podwise process <file>; Podwise will upload it and create an episode automatically.podwise process <episode-url>.podwise get <type> <episode-url> directly.podwise search episode "AI agent" --limit 10 --json
podwise search podcast "Lex Fridman" --limit 10 --json
Use --json when the output will be parsed by another tool or step.
Use search when the user wants a list of matching podcasts or episodes, not a synthesized answer.
Use episode search when the user is looking for a specific episode, or episode title keywords.
Use podcast search when the user is looking for a show by name, wants candidate podcasts to subscribe to, or is trying to identify the podcast behind an episode.
Multiple words are treated as a single phrase; pass them together as one quoted query or as separate arguments.
podwise popular --json
Use popular when the user wants hot, trending, or currently popular episodes rather than keyword matches.
podwise list episodes --json
podwise list episodes --json --date today
podwise list episodes --json --date yesterday
podwise list episodes --json --date 2026-03-01
podwise list episodes --json --latest 7
podwise list podcasts --json
podwise list podcasts --json --date today
podwise list podcasts --json --latest 14
Use list episodes to see new episodes published by shows the user follows.
Use list podcasts to see which followed podcasts have had recent updates.
podwise ask "the future of AI agents"
Use ask when the user wants a synthesized answer, takeaways, comparison, or insights grounded in podcast transcripts rather than a list of matching episodes.
Do not use ask when the user only wants to locate podcasts or episodes by keyword; use search for that.
ask may take up to about 60s because Podwise searches transcripts and generates an answer.
podwise process https://podwise.ai/dashboard/episodes/7360326
podwise process https://www.youtube.com/watch?v=d0-Gn_Bxf8s
podwise process https://youtu.be/d0-Gn_Bxf8s
podwise process https://www.xiaoyuzhoufm.com/episode/abc123
podwise process ./interview.mp3
podwise process ./meeting.wav --title "Product Review Meeting"
podwise process ./demo.mp4 --title "Launch Demo Recording" --hotwords "Podwise,LLM,ASR"
process always waits for processing to finish before it exits.
Because process consumes quota/credits, do not run it silently. Confirm with the user first unless they explicitly asked to proceed without pausing.
Supported local file extensions: .mp3 .wav .m4a .mp4 .m4v .mov .webm.
podwise get transcript <episode-url>
podwise get summary <episode-url>
podwise get qa <episode-url>
podwise get chapters <episode-url>
podwise get mindmap <episode-url>
podwise get highlights <episode-url>
podwise get keywords <episode-url>
podwise get accepts only a Podwise episode URL. Do not pass a YouTube URL, a Xiaoyuzhou URL, or a local file path to get.
For local files, follow the same pattern: run process <file> first, then use the resulting Podwise episode URL with get.
askasksearch episodesearch episodesearch podcastpopularlist episodeslist podcastsprocess + get transcript + get summaryget transcript --format srt or get transcript --format vttget summary + get chapters + get highlights + get keywordsprocess <file> + get transcript + get summarypodwise is missing or not configured correctly, stop immediately and tell the user to fix the CLI setup first.process and the user has not agreed to spend quota/credits, pause and ask for confirmation before continuing.ask returns an error or plan-limit issue, report it directly; do not fabricate an answer.For process and get workflows, include:
For ask workflows, include:
--sources is used.For search, list, and popular workflows, return the result list in a scannable order and preserve the CLI's intent: discovery, updates, or trending content.
For search workflows specifically, return matching podcasts or episodes rather than a transcript-synthesized answer.