BibiGPT CLI for summarizing videos, audio, and podcasts directly in the terminal. Use when the user wants to summarize a URL (YouTube, Bilibili, podcast, etc...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bibigpt-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bibigpt-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bibigpt-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bibi description: > BibiGPT CLI for summarizing videos, audio, and podcasts directly in the terminal. Use when the user wants to summarize a URL (YouTube, Bilibili, podcast, etc.) or check their BibiGPT authentication status. Requires the BibiGPT desktop app installed with an active login session, or a BIBI_API_TOKEN environment variable set. ---
bibi)Summarize videos, audio, and podcasts from the terminal using the BibiGPT API.
brew install --cask jimmylv/bibigpt/bibigpt
Download the installer from: https://bibigpt.co/download/desktop
winget install BibiGPT --source winget
bibi --version
After installing, the user must log in via the desktop app at least once. The CLI reads the saved session automatically from the desktop app's settings.
Alternatively, set an API token:
export BIBI_API_TOKEN=<token>
On Windows (PowerShell):
$env:BIBI_API_TOKEN="<token>"
Important: URLs containing ? or & must be quoted to avoid shell glob errors.
# Basic summary (Markdown output to stdout)
bibi summarize "<URL>"
# Async mode — recommended for long videos (>30min)
bibi summarize "<URL>" --async
# Chapter-by-chapter summary
bibi summarize "<URL>" --chapter
# Fetch subtitles/transcript only (no AI summary)
bibi summarize "<URL>" --subtitle
# Full JSON response
bibi summarize "<URL>" --json
# Combine flags
bibi summarize "<URL>" --subtitle --json
Supported URL types: YouTube, Bilibili, podcasts, audio files, and any URL supported by BibiGPT.
# Check current auth status
bibi auth check
# Open browser to log in
bibi auth login
# Show how to set API token
bibi auth set-token <TOKEN>
# Check if a new version is available
bibi check-update
# Download and install the latest version
bibi self-update
This means you can pipe the output:
bibi summarize "<URL>" > summary.md
bibi summarize "<URL>" --json | jq '.summary'
| Exit Code | Meaning | |-----------|---------| | 0 | Success | | 1 | Error (auth missing, API error, timeout, etc.) |
| HTTP Status | User Action | |-------------|-------------| | 401 | Token expired — run bibi auth login or re-login in desktop app | | 402/403 | Quota exceeded — visit https://bibigpt.co/pricing | | 429 | Rate limited — wait and retry |
--async to avoid HTTP timeout.--subtitle to get raw subtitles/transcript without AI summarization.--json when you need structured data (e.g., sourceUrl, htmlUrl, detail).--chapter flag provides section-by-section summaries, useful for lectures or tutorials.bibi check-update periodically to get new features and bug fixes.安装 BibiGPT Skill 后,可以对 AI 说这些话来触发它
Help me get started with BibiGPT Skill
Explains what BibiGPT Skill does, walks through the setup, and runs a quick demo based on your current project
Use BibiGPT Skill to bibiGPT CLI for summarizing videos, audio, and podcasts directly in...
Invokes BibiGPT Skill with the right parameters and returns the result directly in the conversation
What can I do with BibiGPT Skill in my design & creative workflow?
Lists the top use cases for BibiGPT Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bibigpt-skill/ 目录(个人级,所有项目可用),或 .claude/skills/bibigpt-skill/(项目级)。重启 AI 客户端后,用 /bibigpt-skill 主动调用,或让 AI 根据上下文自动发现并使用。
BibiGPT Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
BibiGPT Skill 可免费安装使用。请查阅仓库了解许可证信息。
BibiGPT CLI for summarizing videos, audio, and podcasts directly in the terminal. Use when the user wants to summarize a URL (YouTube, Bilibili, podcast, etc...
BibiGPT Skill 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using BibiGPT Skill
Identifies repetitive steps in your workflow and sets up BibiGPT Skill to handle them automatically