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

Pick a host

Each card opens the matching install page. Commands are copyable. The agent execution contract is still on the page.

Four skills, one CLI

  • bibi

    Video 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-library

    Saved videos, notes, collections, in-library search.

    npx skills add JimmyLv/bibigpt-skill --skill bibi-library

  • bibi-feed

    Subscribe to channels, pull latest, mark feed seen.

    npx skills add JimmyLv/bibigpt-skill --skill bibi-feed

  • bibi-vision

    Frames, 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.

Remote MCP server URL
https://bibigpt.co/api/mcp

Not 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.

HostslugContractDownload
ChatGPT / Codexchatgpt/agent/chatgptOpen
Claude Codeclaude-code/agent/claude-codeOpen
OpenClawopenclaw/agent/openclawOpen
WorkBuddyworkbuddy/agent/workbuddyOpen
Doubao Workdoubao/agent/doubaoOpen
QwenWorkqwenwork/agent/qwenworkOpen
DeepSeek Harnessdeepseek-harness/agent/deepseek-harnessOpen
agent-readable directory
# 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).)