
BibiGPT AI video & audio summarizer
@JimmyLv
OpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
概要
What is BibiGPT AI video & audio summarizer?
BibiGPT AI video & audio summarizer is an AI agent skill for summarizing videos, audio, and podcasts via BibiGPT. It can be used as a CLI skill, a remote MCP server, or an OpenAPI endpoint, and works with any MCP-compatible client such as Claude, ChatGPT, Cursor, and others.
How to use BibiGPT AI video & audio summarizer?
Three ways: install the bibi CLI and add the skill with npx skills add JimmyLv/bibigpt-skill; use the remote MCP server at https://bibigpt.co/api/mcp with any MCP client; or make direct HTTP calls to the OpenAPI endpoints. After setup, ask your agent to summarize a video/audio URL or a local file.
Key features of BibiGPT AI video & audio summarizer
- Summarize videos, audio, and podcasts from URLs or local files.
- Chapter-by-chapter summaries, transcript extraction, and article rewriting.
- Batch processing of multiple URLs and cross-source research compilation.
- Export notes to Notion, Obsidian, or local files.
- Visual analysis of video frames and on-screen content.
- Available as CLI, remote MCP server, or OpenAPI.
Use cases of BibiGPT AI video & audio summarizer
- Quickly summarize a YouTube video or podcast episode.
- Extract subtitles and timestamps from a lecture recording.
- Convert a video into a blog post or social media article.
- Batch summarize multiple meeting recordings.
- Synthesize information from several videos on a topic.
FAQ from BibiGPT AI video & audio summarizer
What platforms does it support?
It supports YouTube, podcasts, and other video/audio URLs. Local files are also supported.
How do I authenticate?
For the CLI, run bibi auth login to open a browser for OAuth. For the remote MCP server, you can use OAuth or a Bearer token from your API key at bibigpt.co/user/integration.
What are the runtime requirements?
The CLI works on macOS, Linux, and Windows. The remote MCP server requires no installation—just an MCP client.
How do I update the skill?
Run npx skills update JimmyLv/bibigpt-skill to update workflows and references. The CLI can be updated with bibi self-update. The remote MCP server updates automatically.
What transports and auth are supported?
The remote MCP server uses Streamable HTTP transport with OAuth 2.1 or Bearer token authentication. The CLI uses OAuth.