/agent/grok-build

Grok Build · Video summarizer agent skill

Grok Build video summarizer agent skill

If Grok Build is already your coding agent, drop the video summarizer agent skill into the same MCP / skills tree.

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/grok-build, install the BibiGPT Skill in Grok Build, and summarize my first video.
中文提示语
阅读 bibigpt.co/agent/grok-build,帮我在 Grok Build 里安装 BibiGPT Skill 并总结我的第一个视频。

Steps for humans

  1. 1

    Install the Grok Build CLI

    Site: https://x.ai/build. This is the terminal product, not the Grok Bot app.

    install
    curl -fsSL https://x.ai/cli/install.sh | bash
  2. 2

    Add remote MCP

    OAuth prompts on first use. Headless hosts add Authorization: Bearer.

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

    Fallback: npx skills

    Grok Build walks ~/.grok/skills/ and Claude / Cursor skill roots. Do not invent grok plugin install.

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

    First summary

    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.

grok mcp add (primary)
grok mcp add --transport http bibigpt https://bibigpt.co/api/mcp
npx skills
npx skills add JimmyLv/bibigpt-skill
~/.grok/config.toml
[mcp_servers.bibigpt]
url = "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

Is this Grok Bot?

No. Grok Build is the coding CLI. The always-on teammate is /agent/grok-bot: add a custom MCP in chat. Do not run this page’s commands there.

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; CI uses a token.

How does this relate to /mcp?

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

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

Grok Build: https://x.ai/build MCP docs: https://docs.x.ai/build/features/mcp-servers

Grok Build is the terminal coding agent (CLI, shipped May 2026). The always-on teammate is a different page: https://bibigpt.co/agent/grok-bot

Agent execution contract

  1. Read the agent-readable block on https://bibigpt.co/mcp, then install from this page.
  2. Confirm the user is in the Grok Build terminal, not the Grok Bot app.
  3. Add the remote MCP, or install the skill with npx skills.
  4. Summarize a first video (demo: https://www.bilibili.com/video/BV1Sk4y1x7r2).
  5. Print the setup report.

Install the CLI

curl -fsSL https://x.ai/cli/install.sh | bash

Remote MCP (primary)

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

Headless / CI, Bearer token from https://bibigpt.co/user/integration:

grok mcp add --transport http bibigpt https://bibigpt.co/api/mcp --header "Authorization: Bearer $BIBI_API_TOKEN"

Or drop this into ~/.grok/config.toml:

[mcp_servers.bibigpt]
url = "https://bibigpt.co/api/mcp"

Fallback: npx skills

npx skills add JimmyLv/bibigpt-skill

Grok Build walks ~/.grok/skills/ and Claude / Cursor skill roots. If bibi does not show up after npx, copy or symlink skills/bibi into ~/.grok/skills/bibi.

Do not invent grok plugin install JimmyLv/bibigpt-skill. That command is for marketplace plugins with a .grok-plugin/ manifest. This repo is a SKILL.md pack plus a remote MCP.

Use

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

Setup report

BibiGPT setup report
- host: Grok Build
- mcp or skill: bibigpt — installed
- first summary: <URL> — done

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 Grok Bot (always-on teammate) is a different page: https://bibigpt.co/agent/grok-bot