@SaitoWu: 强烈推荐 WorkBuddy 用户安装这个播客信息源: https://github.com/hardhackerlabs/podwise-cli… 用起来超爽:搜索任意播客、拉取结构化摘要、关键洞见、Mind Map,直接喂给 Work…
摘要
推荐安装的 podwise-cli 是一款 CLI 工具,可将任意播客内容转化为结构化摘要、关键洞见和思维导图,方便 AI 代理和工作流使用。
查看缓存全文
缓存时间: 2026/07/04 18:52
✨ 强烈推荐 WorkBuddy 用户安装这个播客信息源:
https://t.co/RlhjXHdvMl
用起来超爽:搜索任意播客、拉取结构化摘要、关键洞见、Mind Map,直接喂给 WorkBuddy 写文章、做复盘、生成内容计划……效率直接起飞! https://t.co/29tbjk3I70
hardhackerlabs/podwise-cli
Source: https://github.com/hardhackerlabs/podwise-cli
podwise-cli

CLI client for podwise.ai — turn any podcast episode into AI-powered insights, designed for use in AI agents and skills workflows.
Podwise transforms hours of podcasts into transcripts, summaries, outlines, Q&A, and mind maps. This CLI is purpose-built as a tool for AI agents — letting LLMs, skills runtimes, and automation pipelines fetch structured podcast insights without a browser or human in the loop.
- 🤖 Looking for ready-to-use agent skills? Jump to Agent Skills →
- 🔌 Looking for mcp server? Jump to MCP Server →
Installation
Homebrew (macOS)
brew install hardhackerlabs/podwise-tap/podwise
Automatic Script
Run the following command to install the latest version of podwise:
curl -sL https://raw.githubusercontent.com/hardhackerlabs/podwise-cli/main/install.sh | sh
Manual (Binary)
- Download the latest binary for your OS and architecture from GitHub Releases.
- Unpack the archive (e.g.,
tar -xzf podwise_linux_amd64.tar.gz). - Move the
podwisebinary to a directory in your PATH, for example:mv podwise /usr/local/bin/ - Make sure it’s executable:
chmod +x /usr/local/bin/podwise.
From Source
If you have Go installed, you can build and install the binary directly from the source:
git clone https://github.com/hardhackerlabs/podwise-cli.git
cd podwise-cli
go build -o podwise .
# Move the binary to a directory in your PATH, e.g.,
mv podwise /usr/local/bin/
Configuration
Authorize the CLI in your browser and let it save the API key automatically:
# Open the browser authorization flow
podwise auth
# Verify connection
podwise config show
If you already have an API key, you can still set it manually:
podwise config set api_key your-sk-xxxx
The configuration is stored at ~/.config/podwise/config.toml.
Usage
Trending Episodes
podwise popular
Ask AI
# Ask a question answered from podcast transcripts
podwise ask "the future of AI Agents"
Search
# Search episodes by title keywords
podwise search episode "machine learning" --limit 20
# Search podcasts by name
podwise search podcast "Lex Fridman"
Process an Episode
# Podwise episode URL (Recommended)
podwise process https://podwise.ai/dashboard/episodes/7360326
# 小宇宙 episode URL
podwise process https://www.xiaoyuzhoufm.com/episode/abc123
# Youtube video URL
podwise process https://www.youtube.com/watch?v=d0-Gn_Bxf8s
# local file
podwise process ./episode.mp3
Get Episode Results
# Get summary
podwise get summary https://podwise.ai/dashboard/episodes/7360326
# Get transcript
podwise get transcript <episode-url>
For more details on all available commands and flags, run:
podwise --help
Agent Skills
Prerequisites: Before installing skills, make sure you have completed the Installation and Configuration steps above — the
podwiseCLI must be installed and yourapi_keymust be set.
Available Workflows
The Podwise skill routes your intent to the right workflow automatically:
| Workflow | What it does |
|---|---|
| catch-up | Catch up on missed episodes from podcasts you follow |
| weekly-recap | Generate a weekly listening recap with highlights |
| episode-notes | Export episode summaries and highlights to Notion, Obsidian, or Logseq |
| topic-research | Research a topic across multiple podcast episodes |
| episode-debate | Challenge and stress-test ideas from an episode |
| language-learning | Generate Anki flashcards from a transcript |
| discover | Get personalised podcast recommendations based on your taste |
| refine-taste | Build your listener profile for personalised outputs |
How It Works
When you ask the agent something related to podcasts, it:
- Loads Podwise CLI reference docs
- Matches your intent to the right workflow (if applicable)
- Loads and executes the workflow steps, or runs the CLI command directly
Installation
npx skills add hardhackerlabs/podwise-cli
You can also build your own skills on top of the podwise CLI to create custom workflows that fit your needs.
MCP Server
Podwise exposes all its capabilities as an MCP (Model Context Protocol) server, allowing AI assistants (Gemini CLI, Claude Desktop, Cursor, etc.) to search episodes, process media, and retrieve AI-generated content directly as tools.
Start the MCP server (communicates over stdin/stdout):
podwise mcp
The server exposes the following tools:
| Tool | Description |
|---|---|
search_episode | Search for podcast episodes by title keywords |
search_podcast | Search for podcasts by name |
popular | List current trending/popular podcast episodes |
process | Submit a YouTube / 小宇宙 / Podwise URL or local file for AI processing |
get_transcript | Fetch the full transcript (text / SRT / VTT) |
get_summary | Fetch the AI-generated summary and key takeaways |
get_qa | Fetch AI-extracted Q&A pairs |
get_chapters | Fetch the chapter breakdown with timestamps |
get_mindmap | Fetch the AI-generated mind map |
get_highlights | Fetch notable highlights with timestamps |
get_keywords | Fetch topic keywords with descriptions |
ask | Ask the AI a question answered from podcast transcripts |
drill | List recent episodes for a specific podcast by its Podwise URL |
follow | Follow a podcast by its Podwise URL (idempotent) |
unfollow | Unfollow a podcast by its Podwise URL (idempotent) |
list_episodes | List recent episodes from podcasts you follow, filterable by date or day range |
list_podcasts | List followed podcasts with new episodes, filterable by date or day range |
history_read | List episodes you have read, sorted by most recent first |
history_listened | List episodes you have listened, sorted by most recent first |
Installation
-
Make sure
podwiseis installed and configured (see Installation and Configuration). -
Add the following to your settings file:
{
"mcpServers": {
"podwise": {
"command": "podwise",
"args": ["mcp"]
}
}
}
相似文章
@grgerwcwetwet: 推荐一个开源项目:qiaomu-anything-to-notebooklm。 有人用 Claude 做了个硬核工具,我看完只想说:知识管理党真的该收藏。 你随便丢进去内容——微信公众号、YouTube、播客、PDF、Word、Excel…
推荐一个开源项目 qiaomu-anything-to-notebooklm,基于 Claude 实现多源内容(微信公众号、YouTube、PDF 等)自动整理并生成播客、PPT、思维导图等,全程自然语言操作。
@ZaynHao: 强烈推荐这期播客, 这是最近听到的非常实用,信息不拖沓的 Claude Code (Anthropic)团队是如何运营组织,如何工作的分享。 非常适合身处或正在管理构建 AI Agent 产品的团队朋友听。 里面有很详实的故事来讲述他们团…
推荐一档关于Claude Code(Anthropic)团队如何运营和工作的播客,信息实用且不拖沓,适合构建AI Agent产品的团队收听。
@AYi_AInotes: 强烈推荐大家都去看这个跟workbudy产品负责人Jason的深度对谈播客, 另外关于腾讯workbudy,我说个暴论,你看100篇那些AI写的教程文章,都不如抽1个小时好好看看腾讯官方出品的这期播客,太他么深度了,干货拉满! Jason…
推荐文章推荐了与腾讯WorkBuddy产品负责人Jason的深度对谈播客,探讨了AI时代编程技能不再稀缺,洞察力、审美和语言表达才是核心竞争力;并通过一个文科生利用AI编程工具开发App的故事,说明AI的鼓励作用能帮助人们克服恐惧、建立信心。
@GenhuiP78950: 把自己攒了半年的 AI 工具开源了。 不是什么大项目,就是一些我自己每天在用的脚本。抖音 B 站视频转录、播客转文字、公众号文章处理、行业情报扫描…… 陆陆续续写了 11 个。 之前一直自己用,最近统一整理了一下,加了安装脚本,写了文档,…
开源了一套包含11个AI工具脚本的集合,用于从抖音、B站、微信公众号等多渠道采集内容并转录为文字,方便构建个人知识库。支持Claude Code、Codex等Agent直接安装使用。
@ai_suxiaole: https://x.com/ai_suxiaole/status/2075425615264505958
WorkBuddy用户分享了43个AI提示词场景,覆盖办公、创作、自动化、数据分析等,帮助用户直接复制使用以提升生产力。