/agent/workbuddy

WorkBuddy · Video summarizer agent skill

WorkBuddy video summarizer agent skill

If WorkBuddy already runs your docs and meetings, drop the video summarizer agent skill into the same skills directory.

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

Steps for humans

  1. 1

    Download WorkBuddy

    Site: https://www.workbuddy.cn/. Install and sign in.

  2. 2

    One command

    You should see bibi under ~/.workbuddy/skills/. Custom skills need agent_created: true in frontmatter.

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

    Start a new chat

    Old chats do not load new skills. Say /reload-skills, or restart the app.

  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.

npx skills -g (primary)
npx skills add JimmyLv/bibigpt-skill -g -y
Clone into the skills dir
mkdir -p ~/.workbuddy/skills/
git clone --depth 1 https://github.com/JimmyLv/bibigpt-skill.git /tmp/bibigpt-skill
cp -R /tmp/bibigpt-skill/skills/bibi ~/.workbuddy/skills/bibi

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

Does the website install skills?

You need the desktop client, with write access to ~/.workbuddy/skills/. Do not pretend a web chat already installed it.

Do I need an API key?

OAuth hosts sign in with a BibiGPT account. Header / CLI clients use a token from /user/integration. Without the bibi CLI, copy a token from /user/integration.

How does this relate to /mcp?

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

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

Download WorkBuddy first

  1. https://www.workbuddy.cn/ (product page: https://cloud.tencent.com.cn/product/workbuddy)
  2. Install and sign in.
  3. Skills live in ~/.workbuddy/skills/<name>/ with a SKILL.md. Docs: https://cloud.tencent.com/document/product/1831/134516
  4. Optional SkillHub installer: https://skillhub.cn/install/skillhub.md

Install

Preferred:

npx skills add JimmyLv/bibigpt-skill -g -y
ls ~/.workbuddy/skills/

Fallback:

mkdir -p ~/.workbuddy/skills
git clone --depth 1 https://github.com/JimmyLv/bibigpt-skill.git /tmp/bibigpt-skill
cp -R /tmp/bibigpt-skill/skills/bibi ~/.workbuddy/skills/bibi

WorkBuddy custom skills need agent_created: true in the SKILL.md frontmatter (included in the official repo). If the skill is read-only, add that line locally. Reload with /reload-skills or restart the app.

Then summarize https://www.bilibili.com/video/BV1Sk4y1x7r2.

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