Skip to Content
AI Agent

AI Agent

Podwise provides a CLI client and agent skills that let AI agents, LLMs, and automation pipelines fetch structured podcast insights — transcripts, summaries, outlines, Q&A, mind maps, and more — without a browser or human in the loop.

CLI

The podwise CLI is purpose-built as a tool for AI agents. Install it via Homebrew, script, or binary:

# Homebrew (macOS) brew install hardhackerlabs/podwise-tap/podwise # Or use the install script curl -sL https://raw.githubusercontent.com/hardhackerlabs/podwise-cli/main/install.sh | sh

Then authorize and verify:

podwise auth podwise config show

Agent Skills

Ready-to-use workflows that route your intent automatically:

WorkflowWhat it does
catch-upCatch up on missed episodes from podcasts you follow
weekly-recapGenerate a weekly listening recap with highlights
episode-notesExport episode summaries and highlights to Notion, Obsidian, or Logseq
topic-researchResearch a topic across multiple podcast episodes
episode-debateChallenge and stress-test ideas from an episode
language-learningGenerate Anki flashcards from a transcript
discoverGet personalised podcast recommendations based on your taste
refine-tasteBuild your listener profile for personalised outputs

Install with a single command:

npx skills add hardhackerlabs/podwise-cli

MCP Server

Podwise also exposes all its capabilities as an MCP (Model Context Protocol)  server, allowing AI assistants like Gemini CLI, Claude Desktop, and Cursor to use Podwise tools directly.

podwise mcp

Add to your AI assistant’s config:

{ "mcpServers": { "podwise": { "command": "podwise", "args": ["mcp"] } } }

For full documentation, all available commands, and advanced usage, visit the podwise-cli GitHub repository .

Last updated on