Bibigpt Skill
OpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
Ask AI about Bibigpt Skill
Powered by Claude ยท Grounded in docs
I know everything about Bibigpt Skill. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
bibigpt-skill
AI Agent skill for summarizing videos, audio, and podcasts via BibiGPT.
Three ways to use:
- BibiGPT Desktop + CLI Skill โ install
bibiCLI, works with Claude Code / OpenClaw / Codex - Remote MCP Server โ zero install, works with any MCP client (Claude, ChatGPT, Cursor, etc.)
- OpenAPI โ direct HTTP calls for containers, CI, or custom integrations
Skill Structure
skills/bibi/
โโโ SKILL.md # Intent router โ dispatches to workflows
โโโ scripts/
โ โโโ bibi-check.sh # Auto-detect CLI vs API mode
โโโ references/
โ โโโ cli.md # CLI command reference
โ โโโ api.md # OpenAPI endpoint reference (10 endpoints)
โ โโโ installation.md # Setup & auth guide
โ โโโ supported-platforms.md # URL types & platform limits
โโโ workflows/
โโโ quick-summary.md # Paste URL โ get AI summary
โโโ deep-dive.md # Chapter breakdown + follow-up Q&A
โโโ transcript-extract.md # Subtitle/transcript extraction
โโโ article-rewrite.md # Video โ blog/ๅ
ฌไผๅทๅพๆ/ๅฐ็บขไนฆ
โโโ batch-process.md # Multi-URL batch processing
โโโ research-compile.md # Multi-source topic synthesis
โโโ export-notes.md # Save to Notion/Obsidian/local
โโโ visual-analysis.md # Video frame visual analysis
Workflows
| Workflow | What it does | Trigger examples |
|---|---|---|
| Quick Summary | One URL โ AI summary | "summarize this video", "ๆป็ป" |
| Deep Dive | Chapter-by-chapter + Q&A | "chapter summary", "ๅ็ซ ่ๆป็ป" |
| Transcript Extract | Raw subtitles with timestamps | "get subtitles", "่ทๅๅญๅน" |
| Article Rewrite | Video โ polished article | "turn into article", "AIๆนๅ" |
| Batch Process | Multiple URLs at once | "batch summarize", "ๆน้ๆป็ป" |
| Research Compile | Cross-source synthesis | "compare these videos", "็ปผๅๅๆ" |
| Export Notes | Save to Notion/Obsidian/file | "save to Notion", "ๅฏผๅบ็ฌ่ฎฐ" |
| Visual Analysis | Analyze slides & on-screen content | "็ป้ขๅๆ", "what's on screen" |
Quick Start
1. Install Desktop App
curl -fsSL https://bibigpt.co/install.sh | bash
Works on macOS (auto-uses Homebrew), Linux (downloads AppImage), and detects Windows (prompts to use winget).
Or install manually per platform:
- macOS:
brew install --cask jimmylv/bibigpt/bibigpt(Homebrew tap) - Windows:
winget install BibiGPT --source wingetor download from bibigpt.co/download/desktop - Linux: Download
.deb/.AppImagefrom bibigpt.co/download/desktop
Then log in: bibi auth login (opens browser for OAuth, saves token automatically).
2. Install Skill
Claude Code
npx skills add JimmyLv/bibigpt-skill
OpenClaw
npx skills add JimmyLv/bibigpt-skill --agents OpenClaw --yes
3. Usage
Ask your agent to summarize any video, audio URL, or local file:
> Summarize this video: https://www.youtube.com/watch?v=xxxxx
> Summarize this local file: /path/to/meeting-recording.mp4
The agent will automatically detect the best mode and route to the right workflow.
Commands
| Command | Description |
|---|---|
bibi summarize "<URL>" | Summarize a video/audio URL |
bibi summarize "/path/to/file.mp4" | Summarize a local audio/video file |
bibi summarize "<INPUT>" --async | Async mode (long videos) |
bibi summarize "<INPUT>" --chapter | Chapter-by-chapter summary |
bibi summarize "<INPUT>" --subtitle | Fetch subtitles/transcript only |
bibi summarize "<INPUT>" --json | Full JSON output |
bibi auth check | Check auth status |
bibi auth login | OAuth login via browser (saves token automatically) |
bibi check-update | Check for new version |
bibi self-update | Download and install latest version |
Updating
BibiGPT ships three independently updateable layers. Pick the one that matches what you want refreshed.
| Layer | Updates | Command | When to run |
|---|---|---|---|
| Skill content (workflows, references, intent router) | npm-distributed, manual | npx skills update JimmyLv/bibigpt-skill | Weekly, or when changelog adds a new MCP tool / workflow |
bibi desktop CLI (binary + embedded SKILL.md + manifest dispatcher) | Self-update or package manager | bibi self-update (or brew upgrade --cask bibigpt / winget upgrade BibiGPT) | When the changelog mentions CLI changes |
Remote MCP server (https://bibigpt.co/api/mcp) | Always latest, server-side | automatic โ restart your MCP client to pick up new tools | Never manually; happens server-side |
Update the skill
npx skills update JimmyLv/bibigpt-skill
The skill does not auto-update โ Agents read whatever was last fetched. Re-run when you want new BibiGPT capabilities, fixed workflows, or new MCP tools surfaced. For a clean reinstall:
npx skills remove JimmyLv/bibigpt-skill && npx skills add JimmyLv/bibigpt-skill
The GitHub Releases page tracks what each version changed.
Update the bibi CLI
bibi check-update # peek at the latest published version
bibi self-update # download and install (uses brew on macOS, installer on Windows)
Or via package manager: brew upgrade --cask bibigpt / winget upgrade BibiGPT --source winget / fresh download from bibigpt.co/download/desktop.
Manifest is hot-cached, not embedded. Even without
bibi self-update, the CLI dispatcher fetcheshttps://bibigpt.co/api/cli-manifest.jsonon first call (24h TTL) โ newly-released agent procedures show up the next day.bibi self-updateonly matters when the dispatcher itself or the embeddedSKILL.mdchanges.
Update the MCP server
Nothing to do โ the remote MCP endpoint always serves the latest meta.mcp.enabled tool list. Restart your MCP client (Claude Desktop, Cursor, etc.) if you don't see a newly-released tool โ that refreshes its tools/list cache.
Note: The desktop app build is triggered via the
build-tauri-desktop-appGitHub Actions workflow. After a successful build, artifacts are uploaded to OSS and thelatest.jsonmanifest is updated automatically โ the client checks this manifest for update availability.
Remote MCP Server (No Install Required)
BibiGPT also provides a remote MCP server at https://bibigpt.co/api/mcp โ works with any MCP-compatible client. Streamable HTTP transport with OAuth 2.1 authentication.
Available Tools
| Tool | Description |
|---|---|
summarize_video | Summarize a video or podcast URL |
summarize_video_with_config | Summarize with custom prompt, model, language |
summarize_by_chapter | Chapter-by-chapter summary |
get_subtitle | Get transcript/subtitles with timestamps |
create_summary_task | Create async task for long videos |
get_task_status | Check async task status |
Claude Code
Add to .mcp.json in your project root:
{
"mcpServers": {
"bibigpt": {
"type": "http",
"url": "https://bibigpt.co/api/mcp"
}
}
}
Or via CLI:
claude mcp add --transport http bibigpt https://bibigpt.co/api/mcp
OpenAI Codex
Edit ~/.codex/config.toml (or .codex/config.toml in project root):
[mcp_servers.bibigpt]
url = "https://bibigpt.co/api/mcp"
With API key authentication:
[mcp_servers.bibigpt]
url = "https://bibigpt.co/api/mcp"
bearer_token_env_var = "BIBIGPT_API_KEY"
Claude Desktop
Option A โ UI (recommended): Settings โ Connectors โ Add Connector โ paste https://bibigpt.co/api/mcp
Option B โ Config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"bibigpt": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://bibigpt.co/api/mcp"]
}
}
}
Cursor
Add to .cursor/mcp.json in project root, or configure in Cursor Settings โ MCP:
{
"mcpServers": {
"bibigpt": {
"url": "https://bibigpt.co/api/mcp",
"type": "streamable-http"
}
}
}
VS Code (GitHub Copilot)
Add .vscode/mcp.json in your workspace:
{
"servers": {
"bibigpt": {
"type": "http",
"url": "https://bibigpt.co/api/mcp"
}
}
}
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"bibigpt": {
"serverUrl": "https://bibigpt.co/api/mcp"
}
}
}
ChatGPT
- Settings โ Apps & Connectors โ Advanced settings โ enable Developer mode
- Settings โ Apps & Connectors โ Create connector
- Enter URL:
https://bibigpt.co/api/mcp - Complete OAuth authorization when prompted
Manus
Settings โ Connectors โ Add Connectors โ Custom MCP โ +Add Custom MCP:
Enter server URL: https://bibigpt.co/api/mcp
LobeChat
Settings โ Plugin Settings โ Custom Plugins โ Quick Import JSON:
{
"type": "mcp:streamable-http",
"url": "https://bibigpt.co/api/mcp",
"metadata": {
"title": "BibiGPT",
"description": "AI Video & Audio Summarizer"
}
}
Direct API Key (Skip OAuth)
If you have a BibiGPT API key, skip OAuth and use Bearer token directly:
# List available tools (no auth needed for discovery)
curl -X POST https://bibigpt.co/api/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
# Summarize a video (requires auth)
curl -X POST https://bibigpt.co/api/mcp \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"summarize_video","arguments":{"url":"https://www.youtube.com/watch?v=xxxxx"}}}'
Get your API key at bibigpt.co/user/integration.
License
MIT
