Video summarizer agent skill · Grok Bot · 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. Grok Bot and Grok Build are two products, two cards. If the host is missing, use the generic copy blocks below.

/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/grok-bot

Grok Bot

xAI always-on teammate (beta 2026-08-11, OpenClaw-like). Add a custom MCP in chat. Not Grok Build.

Open install page

https://x.ai/bot

/agent/grok-build

Grok Build

xAI coding CLI. grok mcp add or npx skills. For the always-on teammate, use the Grok Bot page.

Open install page

https://x.ai/build

/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

/mcp#connect

Any other host

MCP / Skill clients we have not listed: copy the blocks below. OAuth hosts sign in (and can register) in the same flow — no pre-registration. Headless hosts paste a Bearer token. Grok Bot: /agent/grok-bot. Grok Build: /agent/grok-build.

Copy generic config

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

Any other host

MCP / Skill clients we have not listed: copy the blocks below. OAuth hosts sign in (and can register) in the same flow — no pre-registration. Headless hosts paste a Bearer token. Grok Bot: /agent/grok-bot. Grok Build: /agent/grok-build.

Remote MCP server URL
https://bibigpt.co/api/mcp
mcp.json (OAuth)
{
  "mcpServers": {
    "bibigpt": {
      "url": "https://bibigpt.co/api/mcp",
      "type": "http"
    }
  }
}
mcp.json (Bearer token)
{
  "mcpServers": {
    "bibigpt": {
      "url": "https://bibigpt.co/api/mcp",
      "headers": {
        "Authorization": "Bearer $BIBI_API_TOKEN"
      }
    }
  }
}
Skill (any coding agent)
npx skills add JimmyLv/bibigpt-skill
Usage prompt
用 BibiGPT 总结这个视频:https://www.bilibili.com/video/BV1Sk4y1x7r2
Use BibiGPT to summarize this video: https://www.bilibili.com/video/BV1Sk4y1x7r2

Named hosts still use the cards above. Full Connect tabs live on /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. Grok Bot is not Grok Build. If the host is unnamed or missing, use the generic MCP / Skill copy blocks — do not invent a host page.

HostslugContractDownload
ChatGPT / Codexchatgpt/agent/chatgptOpen
Claude Codeclaude-code/agent/claude-codeOpen
Grok Botgrok-bot/agent/grok-botOpen
Grok Buildgrok-build/agent/grok-buildOpen
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, Grok Bot, Grok Build, 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.
grok-bot is the always-on teammate (OpenClaw-like). grok-build is the coding CLI. do not mix them.
if the host is missing, copy the generic MCP / Skill blocks on this page or https://bibigpt.co/mcp#connect. do not invent a host page.
skill: npx skills add JimmyLv/bibigpt-skill
mcp: https://bibigpt.co/api/mcp
auth: OAuth in-flow (register during login) or Bearer from https://bibigpt.co/user/integration
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.)
- grok-bot: https://bibigpt.co/agent/grok-bot (xAI always-on teammate (beta 2026-08-11, OpenClaw-like). Add a custom MCP in chat. Not Grok Build.)
- grok-build: https://bibigpt.co/agent/grok-build (xAI coding CLI. grok mcp add or npx skills. For the always-on teammate, use the Grok Bot page.)
- 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).)