Great slides need two things: content worth presenting and design worth looking at. CellCog takes both seriously.
Pitch decks, keynotes, board presentations, image slideshows — ready to present, not ready to fix.
For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.
OpenClaw (fire-and-forget):
result = client.create_chat(
prompt="[your task prompt]",
notify_session_key="agent:main:main",
task_label="my-task",
chat_mode="agent",
)
All agents except OpenClaw (blocks until done):
from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
prompt="[your task prompt]",
task_label="my-task",
chat_mode="agent",
)
print(result["message"])
CellCog generates presentations in multiple formats. Each has its strengths:
When you say "create a presentation" or "make a slide deck" without specifying a format, CellCog generates PDF:
When you explicitly request PPTX ("create a PowerPoint", "make a .pptx"), CellCog generates native PowerPoint directly:
Just ask for PPTX and you'll get it. No need to justify why you want an editable format.
Investor and stakeholder presentations:
Corporate and professional presentations:
Customer-facing decks:
Teaching and training content:
Conferences and special events:
Visual storytelling with images:
CellCog presentations can include:
| Element | Description |
|---|---|
| --------- | ------------- |
| Title Slides | Bold, impactful opening slides |
| Content Slides | Text, bullets, and layouts |
| Charts & Graphs | Bar, line, pie, and more |
| Images | AI-generated or placeholder for your images |
| Data Tables | Clean, formatted tables |
| Timelines | Visual timelines and roadmaps |
| Comparison Slides | Side-by-side comparisons |
| Quote Slides | Testimonials and callouts |
| Format | When to Use |
|---|---|
| -------- | ------------- |
| Default when no format specified — polished, presentation-ready | |
| PPTX | When you request PowerPoint — editable, collaborative, team workflows |
| Interactive HTML | Web-based presentations, internal tools |
| Scenario | Recommended Mode |
|---|---|
| ---------- | ------------------ |
| Standard decks, educational slides, image slideshows, training materials | "agent" |
| Investor pitch decks, board presentations, keynotes requiring narrative craft | "agent team" |
Use "agent" for most presentations. Standard business decks, training materials, and informational slides execute well in agent mode.
Use "agent team" for high-stakes presentations where narrative flow, persuasion, and multi-angle thinking matter—investor pitches, board decks, conference keynotes where every slide needs to build a compelling story.
Startup pitch deck:
> "Create a 12-slide Series A pitch deck for 'DataSync' - a B2B SaaS company that helps enterprises sync data across cloud applications.
>
> Include slides for: Problem, Solution, Product Demo, Market Size, Business Model, Traction, Team, Competition, Go-to-Market, Financials, Ask, Contact.
>
> Key metrics: $50K MRR, 30 customers, 15% MoM growth, seeking $5M for expansion.
>
> Modern, professional design. Blue and white color scheme."
Quarterly business review:
> "Create a QBR presentation for Q4 2025:
>
> 1. Executive Summary
> 2. Revenue Performance (hit 95% of target)
> 3. Customer Metrics (NPS improved to 72)
> 4. Key Wins (3 enterprise deals closed)
> 5. Challenges (churn increased in SMB segment)
> 6. Q1 2026 Priorities
> 7. Resource Asks
>
> Include relevant charts. Corporate professional style."
Educational slides:
> "Create a 15-slide presentation for teaching 'Introduction to Python Programming':
>
> 1. What is Python?
> 2. Why Learn Python?
> 3. Setting Up Your Environment
> 4. Variables and Data Types
> 5. Basic Operations
> 6. Strings
> 7. Lists
> 8. Conditionals (if/else)
> 9. Loops
> 10. Functions
> 11. Simple Project: Calculator
> 12. Resources for Learning More
>
> Beginner-friendly, include code examples, clean modern design."
Image slideshow:
> "Create a visual slideshow presentation showcasing 10 images of modern architecture around the world. Each slide should have: one stunning building image, the building name, location, and architect. Minimal text, maximum visual impact. Generate the images."
PowerPoint presentation:
> "Create a 10-slide sales deck as PPTX. Our team needs to customize it for different clients before presenting."
Run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate.
OpenClaw users: Run clawhub install cellcog instead.
Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.
共 3 个版本