CellCog — any-to-any AI sub-agent plugin for OpenClaw. Generate images, videos, PDFs, presentations, research reports, music, spreadsheets, 3D models, memes, and more.
Install
openclaw plugins install clawhub:@cellcog/openclaw-pluginCellCog — Any-to-Any AI Sub-Agent Plugin
Generate images, videos, PDFs, presentations, research reports, music, spreadsheets, 3D models, memes, diagrams, prototypes, game assets, stickers, and more — all from natural language prompts inside your coding agent.
CellCog orchestrates 21+ foundation models so you can produce rich media deliverables without leaving your IDE.
Works with: Cursor · Claude Code · OpenClaw · OpenCode · Any Open Plugins conformant tool
Quick Start
1. Install the Plugin
Cursor:
/add-plugin cellcog
Claude Code:
claude plugin install https://github.com/CellCog/cellcog-plugin
OpenClaw:
openclaw plugins install https://github.com/CellCog/cellcog-plugin
Other tools: Clone or point your tool's plugin loader at this repo.
2. Install the CellCog Python SDK
pip install -U cellcog
export CELLCOG_API_KEY="sk_..." # Get from https://cellcog.ai/profile?tab=api-keys
Or run /cellcog-setup (or /cellcog:cellcog-setup) for guided installation.
3. Use CellCog
Ask your coding agent to generate any rich media — the plugin automatically routes tasks to CellCog:
"Create a 30-second marketing video for our new fitness app"
"Research quantum computing advances in 2026 with citations"
"Design logo concepts and a one-pager PDF for my coffee shop"
Skills
| Skill | What It Does |
|---|---|
video-cog | Video production — marketing, explainers, lipsync, cinematic |
image-cog | Image generation — photos, illustrations, logos, vectors |
audio-cog | Speech, voiceover, sound effects, dialogue, podcasts |
music-cog | Original music — any genre, any duration, royalty-free |
research-cog | Deep research with citations |
docs-cog | PDF and document generation |
slides-cog | Presentations and slide decks |
spreadsheets-cog | Spreadsheets with formulas and charts |
proto-cog | UI prototypes and mockups |
3d-cog | 3D model generation |
meme-cog | Meme generation |
diagram-cog | Flowcharts, architecture, mind maps |
data-cog | Data analysis and visualization |
game-cog | Game assets, GDDs, playable prototypes |
sticker-cog | Sticker packs and custom emoji |
cellcog | SDK reference — create_chat, files, modes, timeouts, credits |
Plugin Structure
This plugin follows the Open Plugins standard for cross-tool compatibility.
cellcog-plugin/
├── .plugin/plugin.json # Vendor-neutral manifest (Open Plugins)
├── .cursor-plugin/plugin.json # Cursor manifest
├── .claude-plugin/plugin.json # Claude Code manifest
├── openclaw.plugin.json # OpenClaw manifest
├── package.json # OpenClaw package metadata
├── assets/logo.png # Plugin logo
├── skills/ # 16 curated skills
├── rules/cellcog-routing.mdc # Auto-routes tasks to CellCog
├── commands/cellcog-setup.md # /cellcog-setup (install + auth)
├── CHANGELOG.md
├── LICENSE
└── README.md
Links
- Website: https://cellcog.ai
- SDK: https://pypi.org/project/cellcog/
- API Keys: https://cellcog.ai/profile?tab=api-keys
- Open Plugins Spec: https://open-plugins.com
License
MIT
