JimmyLv/bibigpt-skill

109 stars · Last commit 2026-07-14

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).

Four 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
4. **Codex Plugin** — this repo doubles as a Codex plugin (`.codex-plugin/` manifest + MCP + skills)

### Install as a Codex plugin

From the terminal:

```bash
codex plugin marketplace add JimmyLv/bibigpt-skill
codex plugin add bibi@bibigpt
```

Or inside a Codex session: `/plugin marketplace add JimmyLv/bibigpt-skill`,

View full repository on GitHub →