一键导入
bibi
Summarize videos, audio, and podcasts via BibiGPT CLI. Use when user asks to summarize a video/audio URL or /bibi.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Summarize videos, audio, and podcasts via BibiGPT CLI. Use when user asks to summarize a video/audio URL or /bibi.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when you need to generate or enhance user interface and user experience designs.
Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Clawdbot to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
Collaborative thinking partner for exploring complex problems through questioning
Use when you need to access and apply superpowers within your Claude projects.
A universal self-improving agent that learns from ALL skill experiences. Uses multi-memory architecture (semantic + episodic + working) to continuously evolve the codebase. Auto-triggers on skill completion/error with hooks-based self-correction.
Use when you need to analyze your own reasoning process to improve accuracy.
| name | bibi |
| description | Summarize videos, audio, and podcasts via BibiGPT CLI. Use when user asks to summarize a video/audio URL or /bibi. |
Summarizes videos, audio files, and podcasts from the terminal using the bibi CLI (BibiGPT).
Supports YouTube, Bilibili, podcasts, and other audio/video sources.
brew install --cask jimmylv/bibigpt/bibigptBIBI_API_TOKEN env var)bibi --version# Basic summary (Markdown to stdout)
bibi summarize "<URL>"
# Async mode — for videos longer than ~30 min
bibi summarize "<URL>" --async
# Chapter-by-chapter breakdown
bibi summarize "<URL>" --chapter
# Raw transcript/subtitle only (no AI summarization)
bibi summarize "<URL>" --subtitle
# JSON structured output
bibi summarize "<URL>" --json
# Save to Obsidian vault
bibi summarize "<URL>" > Sources/Bibi\ -\ $(date +%Y-%m-%d).md
# Check auth status
bibi auth check
# Update CLI
bibi check-update
Markdown summary to stdout. Pipe to a file to save as a vault note:
bibi summarize "<URL>" > "Sources/Bibi - Title - YYYY-MM-DD.md"
Error codes: 401 = expired token, 402/403 = quota exceeded, 429 = rate limited.