{
  "markdown": "# CellCog — Any-to-Any AI Sub-Agent Plugin\n\nGenerate 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.\n\nCellCog orchestrates 21+ foundation models so you can produce rich media deliverables without leaving your IDE.\n\n**Works with:** [Cursor](https://cursor.com) · [Claude Code](https://code.claude.com) · [OpenClaw](https://openclaw.ai) · [OpenCode](https://opencode.ai) · Any [Open Plugins](https://open-plugins.com) conformant tool\n\n## Quick Start\n\n### 1. Install the Plugin\n\n**Cursor:**\n```\n/add-plugin cellcog\n```\n\n**Claude Code:**\n```bash\nclaude plugin install https://github.com/CellCog/cellcog-plugin\n```\n\n**OpenClaw:**\n```bash\nopenclaw plugins install https://github.com/CellCog/cellcog-plugin\n```\n\n**Other tools:** Clone or point your tool's plugin loader at this repo.\n\n### 2. Install the CellCog Python SDK\n\n```bash\npip install -U cellcog\nexport CELLCOG_API_KEY=\"sk_...\"  # Get from https://cellcog.ai/profile?tab=api-keys\n```\n\nOr run `/cellcog-setup` (or `/cellcog:cellcog-setup`) for guided installation.\n\n### 3. Use CellCog\n\nAsk your coding agent to generate any rich media — the plugin automatically routes tasks to CellCog:\n\n> \"Create a 30-second marketing video for our new fitness app\"\n\n> \"Research quantum computing advances in 2026 with citations\"\n\n> \"Design logo concepts and a one-pager PDF for my coffee shop\"\n\n## Skills\n\n| Skill | What It Does |\n|-------|-------------|\n| `video-generation-cellcog` | Video production — marketing, explainers, lipsync, cinematic |\n| `image-generation-cellcog` | Image generation — photos, illustrations, logos, vectors |\n| `audio-generation-cellcog` | Speech, voiceover, sound effects, dialogue, podcasts |\n| `music-generation-cellcog` | Original music — any genre, any duration, royalty-free |\n| `deep-research-cellcog` | Deep research with citations |\n| `pdf-document-generation-cellcog` | PDF and document generation |\n| `presentation-slides-cellcog` | Presentations and slide decks |\n| `excel-spreadsheet-cellcog` | Spreadsheets with formulas and charts |\n| `ui-prototype-wireframe-cellcog` | UI prototypes and mockups |\n| `3d-model-generation-cellcog` | 3D model generation |\n| `meme-generator-cellcog` | Meme generation |\n| `diagram-flowchart-cellcog` | Flowcharts, architecture, mind maps |\n| `data-analysis-cellcog` | Data analysis and visualization |\n| `game-asset-generation-cellcog` | Game assets, GDDs, playable prototypes |\n| `sticker-generator-cellcog` | Sticker packs and custom emoji |\n| `cellcog` | SDK reference — create_chat, files, modes, timeouts, credits |\n\n## Plugin Structure\n\nThis plugin follows the [Open Plugins](https://open-plugins.com) standard for cross-tool compatibility.\n\n```\ncellcog-plugin/\n├── .plugin/plugin.json           # Vendor-neutral manifest (Open Plugins)\n├── .cursor-plugin/plugin.json    # Cursor manifest\n├── .claude-plugin/plugin.json    # Claude Code manifest\n├── openclaw.plugin.json          # OpenClaw manifest\n├── package.json                  # OpenClaw package metadata\n├── assets/logo.png               # Plugin logo\n├── skills/                       # 16 curated skills\n├── rules/cellcog-routing.mdc     # Auto-routes tasks to CellCog\n├── commands/cellcog-setup.md     # /cellcog-setup (install + auth)\n├── CHANGELOG.md\n├── LICENSE\n└── README.md\n```\n\n## Links\n\n- **Website**: https://cellcog.ai\n- **SDK**: https://pypi.org/project/cellcog/\n- **API Keys**: https://cellcog.ai/profile?tab=api-keys\n- **Open Plugins Spec**: https://open-plugins.com\n\n## License\n\nMIT\n",
  "bytes": 3638,
  "sha": "4f68f41b8fb862f4128ef50e07b32396c21382203b147ed3bb37569ad649f599",
  "repo_slug": "cellcog/cellcog-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_cellcog_cellcog_plugin_cellcog_7f0153d9/readme"
}