/agent/openclaw
OpenClaw · Video summarizer agent skill
OpenClaw video summarizer agent skill
OpenClaw cannot natively read Bilibili or Xiaohongshu. The video summarizer agent skill puts 30+ platforms on the same pipeline.
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/openclaw, install the BibiGPT Skill, and summarize my first video.阅读 bibigpt.co/agent/openclaw,帮我安装 BibiGPT Skill 并总结我的第一个视频。Steps for humans
- 1
Open OpenClaw
Site: https://openclaw.ai
- 2
Install from ClawHub
Listing: https://clawhub.ai/jimmylv/bibigpt-skill. Do not invent another @owner/slug.
ClawHubopenclaw skills install @jimmylv/bibigpt-skill - 3
Fallback: skills.sh / git
Git installs expect SKILL.md at the repo root; ours lives in skills/bibi. skills.sh with a slug is more reliable.
skills.sh / gitopenclaw skills install skills-sh:jimmylv/bibigpt-skill/bibi openclaw skills install git:JimmyLv/bibigpt-skill - 4
Last resort: npx or copy
npx still works. Last resort: copy skills/bibi to ~/.openclaw/skills/bibi.
npxnpx skills add JimmyLv/bibigpt-skill --agents OpenClaw --yes - 5
First summary
@OpenClaw use the bibi skill to summarize 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.
openclaw skills install @jimmylv/bibigpt-skillopenclaw skills install skills-sh:jimmylv/bibigpt-skill/bibiopenclaw skills install git:JimmyLv/bibigpt-skillnpx skills add JimmyLv/bibigpt-skill --agents OpenClaw --yesFirst-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 a web UI?
Use the OpenClaw CLI / Control UI. ClawHub installs into the workspace skills/ folder; --global writes to ~/.openclaw/skills.
Do I need an API key?
OAuth hosts sign in with a BibiGPT account. Header / CLI clients use a token from /user/integration. Desktop login or a token is enough.
How does this relate to /mcp?
/mcp is the hub (MCP / CLI / API). This page is the OpenClaw 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 OpenClaw
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
OpenClaw: https://openclaw.ai
OpenClaw's native summarize mostly covers the open web / YouTube. bibigpt-skill adds Bilibili, Xiaohongshu, Douyin, and podcasts.
Agent execution contract
- Read the agent-readable block on https://bibigpt.co/mcp, then install from this page.
- Prefer ClawHub:
openclaw skills install @jimmylv/bibigpt-skill(listing: https://clawhub.ai/jimmylv/bibigpt-skill). Do not invent another@owner/slug. - If ClawHub fails, use skills.sh or git, then npx, and only then copy into
~/.openclaw/skills. - Summarize a first video (demo: https://www.bilibili.com/video/BV1Sk4y1x7r2).
- Print the setup report.
Install (primary: ClawHub)
openclaw skills install @jimmylv/bibigpt-skillDocs: https://docs.openclaw.ai/tools/skills
Fallback: skills.sh / git
openclaw skills install skills-sh:jimmylv/bibigpt-skill/bibi
openclaw skills install git:JimmyLv/bibigpt-skillGit installs expect SKILL.md at the repo root; ours lives in skills/bibi. skills.sh with a slug is more reliable.
npx skills
npx skills add JimmyLv/bibigpt-skill --agents OpenClaw --yesLast resort: copy to ~/.openclaw/skills
mkdir -p ~/.openclaw/skills
git clone --depth 1 https://github.com/JimmyLv/bibigpt-skill.git /tmp/bibigpt-skill
cp -R /tmp/bibigpt-skill/skills/bibi ~/.openclaw/skills/bibiUse
@OpenClaw use the bibi skill to summarize https://www.bilibili.com/video/BV1Sk4y1x7r2After 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