/agent/chatgpt
ChatGPT / Codex · Video summarizer agent skill
ChatGPT / Codex video summarizer agent skill
ChatGPT web cannot run install commands in an isolated workspace. Install the video summarizer agent skill once on desktop, then paste a video URL.
Paste this prompt into the matching assistant
The assistant follows the execution contract later on this page. Both languages are included.
Read bibigpt.co/agent/chatgpt to install the BibiGPT plugin and summarize my first video.阅读 bibigpt.co/agent/chatgpt,帮我安装 BibiGPT 插件并总结我的第一个视频。Steps for humans
- 1
Open desktop on this machine
Download ChatGPT desktop. Do not run install commands in the web app or an isolated remote workspace — paste the prompt into a new desktop chat.
- 2
Add the marketplace
ChatGPT and Codex share the plugin directory. This is not a listing in the OpenAI official Plugins Directory.
marketplacecodex plugin marketplace add JimmyLv/bibigpt-skill - 3
Install the plugin
If the shorthand fails, add https://github.com/JimmyLv/bibigpt-skill.git instead.
plugincodex plugin add bibi@bibigpt - 4
Sign in
OAuth opens in the browser. New accounts can register in the same flow — no key to copy.
oauthcodex mcp login bibigpt - 5
First summary
Paste any audiovisual URL. Demo: https://www.bilibili.com/video/BV1Sk4y1x7r2
demohttps://www.bilibili.com/video/BV1Sk4y1x7r2
Current install commands
Primary path first, fallback below. Commands drift — this page is the source.
codex plugin marketplace add JimmyLv/bibigpt-skill
codex plugin add bibi@bibigpt
codex mcp login bibigptFirst-summary demo
Any audiovisual URL works. Keep this Bilibili demo URL.
https://www.bilibili.com/video/BV1Sk4y1x7r2Quota
Agent Skill quota: Plus 100/day, Pro 300/day. HTTP 402 / Payment-Needed is not a failed call — upgrade at /shop. Web-app membership quota is separate.
Host FAQ
Can I install from the ChatGPT website?
Not in the web app or an isolated remote workspace. Open ChatGPT / Codex desktop (or a terminal) on this machine, start a new chat, paste the prompt.
Do I need an API key?
OAuth hosts sign in with a BibiGPT account. Header / CLI clients use a token from /user/integration. The website chat does not install the plugin.
How does this relate to /mcp?
/mcp is the hub (MCP / CLI / API). This page is the ChatGPT / Codex install. Same pipeline after setup — not a second product.
How do I use library / feed after install?
First summary uses skill `bibi`. Next time, search the saved library with `bibi-library` and manage subscriptions with `bibi-feed`. Same CLI, same account.
Is HTTP 402 a failure?
No. 402 / Payment-Needed means quota is exhausted — open /shop. Plus 100/day, Pro 300/day. Web-app membership quota is separate.
Agent execution contract (numbered steps — do not skip)
BibiGPT plugin for ChatGPT / Codex — install guide
Members using Agent Skill get 100 free calls/day on Plus and 300 on Pro. Extra calls use API balance. Upgrade to Pro: https://bibigpt.co/shop
Read the hub first
Open https://bibigpt.co/mcp and read the agent-readable block (MCP URL, four skills, quota, tool list) before installing from this page. /mcp is the hub; this page does not replace it.
Four skills (same bibi CLI, same account): bibi (watch video), bibi-library (saved library / notes / collections), bibi-feed (subscriptions), bibi-vision (frames / mind map).
Remote MCP: https://bibigpt.co/api/mcp First-summary demo URL: https://www.bilibili.com/video/BV1Sk4y1x7r2 If quota is exhausted (HTTP 402 / Payment-Needed), open https://bibigpt.co/shop to upgrade or buy time. Do not invent a payment tool. Skill repo: https://github.com/JimmyLv/bibigpt-skill
If you are a human: paste the prompt at the top of this page into ChatGPT/Codex.
If you are an AI agent: this whole page is your execution contract. Read it fully, then follow the required order.
Agent execution contract
- Read the agent-readable block on https://bibigpt.co/mcp, then install from this page.
- Complete the Host environment gate. If you are in a web app or isolated remote workspace, stop and hand the user the install prompt.
- Locate the right
codexCLI, then Install the plugin. - Log in to the BibiGPT MCP server.
- Verify the plugin and MCP registration.
- Summarize the user's first video (demo: https://www.bilibili.com/video/BV1Sk4y1x7r2) and print the setup self-report.
Host environment gate
If this conversation runs inside the ChatGPT/Codex web app / an isolated remote workspace, stop before running install commands. Tell the user to open ChatGPT/Codex desktop (or a terminal) on the machine where they want BibiGPT, start a new conversation, and paste the install prompt.
If you are not sure, ask before running any commands.
Locate the Codex CLI
- ChatGPT/Codex desktop app: use the CLI bundled with the desktop app. Do not use a standalone
codexfrom npm, brew, or PATH. - Terminal Codex CLI session: plain
codexworks as-is.
codex --versionInstall
codex plugin marketplace add JimmyLv/bibigpt-skill
codex plugin add bibi@bibigptIf the shorthand fails:
codex plugin marketplace add https://github.com/JimmyLv/bibigpt-skill.gitcodex plugin marketplace list
codex plugin listLog in
codex mcp login bibigptVerify
codex plugin list --json
codex mcp get bibigpt --jsonExpected: plugin bibi@bibigpt is installed, enabled; MCP bibigpt is streamable_http at https://bibigpt.co/api/mcp.
Required final step
Ask for any video or audio URL (or a local file). Summarize it with BibiGPT MCP tools. Then print:
BibiGPT setup report
- plugin: bibi@bibigpt <version> — installed, enabled
- mcp: bibigpt — OAuth login OK
- first summary: <URL or file> — done
- open in BibiGPT: https://bibigpt.coHTTP 402 + Payment-Needed means quota is exhausted — open https://bibigpt.co/shop to upgrade.
After the first successful summary: next time, search the saved library with skill bibi-library, and manage subscriptions with skill bibi-feed.
No Codex? Other ways
- Any MCP client:
https://bibigpt.co/api/mcp - Other agent install pages: https://bibigpt.co/agent
- Skill repo: https://github.com/JimmyLv/bibigpt-skill