jimmylv/bibigpt-skill

bibi-vision

Extract visual content from a BibiGPT video (slides, OCR, on-screen text) and generate a mind map from a saved summary.

View source
Original skill document

Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.

BibiGPT Vision — frames, OCR, mind map

This skill is the visual half of BibiGPT. Same CLI (`bibi`), same account as bibi / bibi-library / bibi-feed. It does not replace a transcript.

Landing: https://bibigpt.co/mcp · Install: https://bibigpt.co/agent · Quota: see references/auth.md

When to use / when not

Use this skillUse a sibling instead
What's on screen / slides / OCR / PPTAudio summary or transcript → bibi
Generate a mind map (XMind) from a saved itemSaved-library search → bibi-library
Visual analysis task (extract_video_visuals)Channel feed → bibi-feed

Do not offer digital humans, talking-head, lip-sync, or shader generation.

bibi video visuals is Pro-only and rate-limited. If the API returns 403, send the user to https://bibigpt.co/shop

1. Detect mode

Run scripts/bibi-check.sh if present. Prefer CLI (command -v bibi), else $BIBI_API_TOKEN, else MCP https://bibigpt.co/api/mcp. Details: references/auth.md.

2. Intent routing

User intentWorkflow
Frames, slides, on-screen text, OCRworkflows/visual-analysis.md
Mind map / XMind from a saved summaryworkflows/mindmap.md

Need chapters or a transcript first? Call the bibi skill, then come back.

3. Minimum commands (CLI)

bash
bibi video visuals --videoUrl "https://..." --json
bibi video mindmap --contentId <id> --summary "..." --json

Full flags: references/cli.md. MCP names: extract_video_visuals, generate_video_mindmap.

from this repository

More skills

All skills