Video summarizer agent skill · Claude Code · Codex · ChatGPT
The app is optional.
Your assistant can watch the video.
This is the host directory for the video summarizer agent skill. Same audiovisual pipeline: summaries land in your account, the library is searchable, feeds follow, frames extract. Not local yt-dlp + Whisper. No ffmpeg to install.
Already in use
- skills.sh 1.8K
- GitHub 121 stars
- 30+ platforms
- Plus 100 / Pro 300
Pick a host
Each card opens the matching install page. Commands are copyable. The agent execution contract is still on the page.
/agent/chatgpt
ChatGPT / Codex
ChatGPT and Codex share one plugin directory. Desktop installs the plugin; the web app hits the environment gate.
Open install page →
https://chatgpt.com/download
/agent/claude-code
Claude Code
One npx, or a third-party plugin marketplace. Official catalog is claude-plugins-official — we are not in it.
Open install page →
https://docs.anthropic.com/en/docs/claude-code/overview
/agent/openclaw
OpenClaw
One ClawHub command. Native summarize is mostly web / YouTube; this skill adds Bilibili and Xiaohongshu.
Open install page →
https://openclaw.ai
/agent/workbuddy
WorkBuddy
Tencent WorkBuddy. Skills live in ~/.workbuddy/skills/; npx skills is compatible.
Open install page →
https://www.workbuddy.cn/
/agent/doubao
Doubao Work
Doubao desktop sidebar: Skills · Connectors · Partners. No public hidden directory — do not invent ~/.doubao/skills.
Open install page →
https://www.doubao.com/download/desktop
/agent/qwenwork
QwenWork
Send the GitHub repo to QwenWork; it clones into ~/.qwenworkcn/skills/.
Open install page →
https://qwenwork.cn/
/agent/deepseek-harness
DeepSeek Harness
One dsh plugin command, or copy into ~/.agents/skills/ (shared with Claude Code).
Open install page →
https://github.com/deepseek-ai/deepseek-harness
Four skills, one CLI
bibiVideo summarizer agent skill: watch video — summarize, transcript, chapters. Not for saved-library search or channel feeds.
npx skills add JimmyLv/bibigpt-skill --skill bibi
bibi-librarySaved videos, notes, collections, in-library search.
npx skills add JimmyLv/bibigpt-skill --skill bibi-library
bibi-feedSubscribe to channels, pull latest, mark feed seen.
npx skills add JimmyLv/bibigpt-skill --skill bibi-feed
bibi-visionFrames, OCR, slides, mind map. Not digital humans or lip-sync.
npx skills add JimmyLv/bibigpt-skill --skill bibi-vision
Connect MCP without installing a skill
Claude, ChatGPT, Cursor, and VS Code can paste the server URL. Full Connect tabs live on /mcp.
https://bibigpt.co/api/mcpNot a local downloader
Local downloaders sell yt-dlp + Whisper. /watch-style skills want ffmpeg on the machine. BibiGPT sells summaries, library, feed, and frames in your account: OAuth, 30+ platforms, searchable after save, quota on the page. No ffmpeg.
Directory for agents
This page is a directory. When the user names a host, open /agent/<slug> as the execution contract. Do not skip steps.
| Host | slug | Contract | Download |
|---|---|---|---|
| ChatGPT / Codex | chatgpt | /agent/chatgpt | Open |
| Claude Code | claude-code | /agent/claude-code | Open |
| OpenClaw | openclaw | /agent/openclaw | Open |
| WorkBuddy | workbuddy | /agent/workbuddy | Open |
| Doubao Work | doubao | /agent/doubao | Open |
| QwenWork | qwenwork | /agent/qwenwork | Open |
| DeepSeek Harness | deepseek-harness | /agent/deepseek-harness | Open |
# BibiGPT agent hub
what: video summarizer agent skill install directory for ChatGPT, Claude Code, OpenClaw, WorkBuddy, Doubao Work, QwenWork, DeepSeek Harness
this page is a directory. when the user names a host, open /agent/<slug> as the execution contract. do not skip steps.
skill: npx skills add JimmyLv/bibigpt-skill
mcp: https://bibigpt.co/api/mcp
hub: https://bibigpt.co/mcp
quota: Plus 100/day, Pro 300/day; HTTP 402 is quota, not a failed call
slugs:
- chatgpt: https://bibigpt.co/agent/chatgpt (ChatGPT and Codex share one plugin directory. Desktop installs the plugin; the web app hits the environment gate.)
- claude-code: https://bibigpt.co/agent/claude-code (One npx, or a third-party plugin marketplace. Official catalog is claude-plugins-official — we are not in it.)
- openclaw: https://bibigpt.co/agent/openclaw (One ClawHub command. Native summarize is mostly web / YouTube; this skill adds Bilibili and Xiaohongshu.)
- workbuddy: https://bibigpt.co/agent/workbuddy (Tencent WorkBuddy. Skills live in ~/.workbuddy/skills/; npx skills is compatible.)
- doubao: https://bibigpt.co/agent/doubao (Doubao desktop sidebar: Skills · Connectors · Partners. No public hidden directory — do not invent ~/.doubao/skills.)
- qwenwork: https://bibigpt.co/agent/qwenwork (Send the GitHub repo to QwenWork; it clones into ~/.qwenworkcn/skills/.)
- deepseek-harness: https://bibigpt.co/agent/deepseek-harness (One dsh plugin command, or copy into ~/.agents/skills/ (shared with Claude Code).)