/agent/claude-code

Claude Code · Video summarizer agent skill

Claude Code video summarizer agent skill

Claude Code is the default coding-agent host. After the video summarizer agent skill is on, the terminal can summarize Bilibili / YouTube.

Paste this prompt into the matching assistant

The assistant follows the execution contract later on this page. Both languages are included.

English prompt
Read bibigpt.co/agent/claude-code, install the BibiGPT Skill, and summarize my first video.
中文提示语
阅读 bibigpt.co/agent/claude-code,帮我安装 BibiGPT Skill 并总结我的第一个视频。

Steps for humans

  1. 1

    Install Claude Code

    Need Node.js / npx on this machine. Overview: https://docs.anthropic.com/en/docs/claude-code/overview

  2. 2

    Install the skill

    Primary path for the skills standard. Default still installs `bibi`.

    npx skills
    npx skills add JimmyLv/bibigpt-skill
  3. 3

    Optional: third-party marketplace

    Official marketplace is claude-plugins-official. This is a third-party GitHub repo — not an official listing.

    /plugin
    /plugin marketplace add JimmyLv/bibigpt-skill
    /plugin install bibi@bibigpt
  4. 4

    Add MCP

    Without the desktop CLI, the skill uses OpenAPI. Or add the remote MCP — OAuth prompts on first use.

    mcp
    claude mcp add --transport http bibigpt https://bibigpt.co/api/mcp
  5. 5

    First summary

    Tell Claude Code: use the bibi skill to summarize https://www.bilibili.com/video/BV1Sk4y1x7r2

    demo
    https://www.bilibili.com/video/BV1Sk4y1x7r2

Current install commands

Primary path first, fallback below. Commands drift — this page is the source.

npx skills (primary)
npx skills add JimmyLv/bibigpt-skill
Third-party plugin marketplace
/plugin marketplace add JimmyLv/bibigpt-skill
/plugin install bibi@bibigpt
Remote MCP
claude mcp add --transport http bibigpt https://bibigpt.co/api/mcp

First-summary demo

Any audiovisual URL works. Keep this Bilibili demo URL.

demo
https://www.bilibili.com/video/BV1Sk4y1x7r2

Quota

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 this in claude.ai?

Skill / plugin is for Claude Code terminal or desktop. claude.ai uses an MCP connector — see the Connect tab on /mcp.

Do I need an API key?

OAuth hosts sign in with a BibiGPT account. Header / CLI clients use a token from /user/integration. OAuth is enough when MCP is connected.

How does this relate to /mcp?

/mcp is the hub (MCP / CLI / API). This page is the Claude Code 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)

Install BibiGPT Skill in Claude Code

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

Install Claude Code: https://docs.anthropic.com/en/docs/claude-code/overview

Agent execution contract

  1. Read the agent-readable block on https://bibigpt.co/mcp, then install from this page.
  2. Confirm npx (Node.js) is available.
  3. Install the skill.
  4. Sign in (desktop CLI or API token) if needed.
  5. Summarize a first video (demo: https://www.bilibili.com/video/BV1Sk4y1x7r2).
  6. Print the setup report.

Install

npx skills add JimmyLv/bibigpt-skill

Optional: third-party plugin marketplace

Official marketplace is claude-plugins-official. This is a third-party GitHub repo — not an official listing.

/plugin marketplace add JimmyLv/bibigpt-skill
/plugin install bibi@bibigpt

First summary

Use the bibi skill to summarize https://www.bilibili.com/video/BV1Sk4y1x7r2

Without the desktop CLI, the skill uses OpenAPI. Send the user to https://bibigpt.co/user/integration for a token, or add MCP:

claude mcp add --transport http bibigpt https://bibigpt.co/api/mcp

After the first successful summary: next time, search the saved library with skill bibi-library, and manage subscriptions with skill bibi-feed.

Skill repo: https://github.com/JimmyLv/bibigpt-skill