JimmyLv/bibigpt-skill
82 stars · Last commit 2026-05-27
OpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
README preview
# bibigpt-skill AI Agent skill for summarizing videos, audio, and podcasts via [BibiGPT](https://bibigpt.co). Three ways to use: 1. **BibiGPT Desktop + CLI Skill** — install `bibi` CLI, works with Claude Code / OpenClaw / Codex 2. **Remote MCP Server** — zero install, works with any MCP client (Claude, ChatGPT, Cursor, etc.) 3. **OpenAPI** — direct HTTP calls for containers, CI, or custom integrations --- ## Skill Structure ``` skills/bibi/ ├── SKILL.md # Intent router — dispatches to workflows ├── scripts/ │ └── bibi-check.sh # Auto-detect CLI vs API mode ├── references/ │ ├── cli.md # CLI command reference