skills$openclaw/slides-cog
nitishgargiitd8.3k

by nitishgargiitd

slides-cog – OpenClaw Skill

slides-cog is an OpenClaw Skills integration for coding workflows. Presentation generation powered by CellCog. Create PPTX presentations, pitch decks, keynotes, slide designs, image slideshows, professional presentations. AI-powered presentation builder.

8.3k stars5.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameslides-cog
descriptionPresentation generation powered by CellCog. Create PPTX presentations, pitch decks, keynotes, slide designs, image slideshows, professional presentations. AI-powered presentation builder. OpenClaw Skills integration.
ownernitishgargiitd
repositorynitishgargiitd/slides-cog
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @nitishgargiitd/slides-cog
last updatedFeb 7, 2026

Maintainer

nitishgargiitd

nitishgargiitd

Maintains slides-cog in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
458 B
SKILL.md
8.4 KB
SKILL.md

name: slides-cog description: Presentation generation powered by CellCog. Create PPTX presentations, pitch decks, keynotes, slide designs, image slideshows, professional presentations. AI-powered presentation builder. metadata: openclaw: emoji: "📽️"

Slides Cog - Presentations Powered by CellCog

Create professional presentations with AI - from pitch decks to keynotes to image slideshows.


Prerequisites

This skill requires the CellCog mothership skill for SDK setup and API calls.

clawhub install cellcog

Read the cellcog skill first for SDK setup. This skill shows you what's possible.

Quick pattern (v1.0+):

# Fire-and-forget - returns immediately
result = client.create_chat(
    prompt="[your presentation request]",
    notify_session_key="agent:main:main",
    task_label="presentation-task",
    chat_mode="agent"  # Agent mode for most presentations
)
# Daemon notifies you when complete - do NOT poll

What Presentations You Can Create

Pitch Decks

Investor and stakeholder presentations:

  • Startup Pitch: "Create a 12-slide pitch deck for a fintech startup disrupting small business lending"
  • Investor Update: "Build a quarterly investor update presentation covering metrics, milestones, and roadmap"
  • Funding Ask: "Create a Series A pitch deck for an AI healthcare company seeking $5M"

Business Presentations

Corporate and professional presentations:

  • Quarterly Business Review: "Create a QBR presentation covering sales performance, challenges, and next quarter plans"
  • Strategy Presentation: "Build a strategic planning presentation for entering the European market"
  • Board Deck: "Create a board meeting presentation with financials, KPIs, and key decisions needed"
  • Project Proposal: "Build a project proposal presentation for implementing a new CRM system"

Sales Presentations

Customer-facing decks:

  • Product Demo Deck: "Create a product demo presentation for our project management software"
  • Capabilities Deck: "Build a company capabilities presentation for enterprise sales"
  • Case Study Presentation: "Create a case study presentation showing how Client X achieved 3x ROI"
  • Pricing Presentation: "Build a pricing and packaging presentation for our three tiers"

Educational Presentations

Teaching and training content:

  • Course Slides: "Create lecture slides for an introduction to machine learning"
  • Training Deck: "Build employee onboarding slides covering company culture and policies"
  • Workshop Presentation: "Create workshop slides for a design thinking session"
  • Tutorial Slides: "Build a step-by-step tutorial presentation for using Excel pivot tables"

Event Presentations

Conferences and special events:

  • Keynote: "Create a keynote presentation on the future of artificial intelligence"
  • Conference Talk: "Build a 20-minute conference presentation on scaling engineering teams"
  • All-Hands: "Create an all-hands meeting presentation covering company updates and wins"
  • Product Launch: "Build a product launch presentation for unveiling our new feature"

Image Slideshows

Visual storytelling with images:

  • Portfolio Slideshow: "Create a photography portfolio slideshow with minimal text"
  • Travel Presentation: "Build a vacation recap slideshow with photos and captions"
  • Event Highlights: "Create an event highlight slideshow from conference photos"
  • Visual Story: "Build a brand story slideshow using images and minimal text"

Presentation Features

CellCog presentations can include:

ElementDescription
Title SlidesBold, impactful opening slides
Content SlidesText, bullets, and layouts
Charts & GraphsBar, line, pie, and more
ImagesAI-generated or placeholder for your images
Data TablesClean, formatted tables
TimelinesVisual timelines and roadmaps
Comparison SlidesSide-by-side comparisons
Quote SlidesTestimonials and callouts

PDF (Strongly Recommended)

CellCog generates presentations best in PDF format.

Why PDF?

  • AI has full creative control over layout and design
  • Perfect rendering across all devices
  • Professional, polished results every time
  • Supports images, charts, complex layouts without compromise

If your human requests PPTX or DOCX:

  1. Recommend PDF first: "CellCog produces significantly better results in PDF format—professional quality with perfect layouts. Would PDF work for your needs?"
  2. If they insist on PPTX: Be transparent that results will be noticeably lower quality (~30-40% as good as PDF). CellCog can attempt it, but PPTX/DOCX formats weren't designed for AI generation.
  3. Suggest workflow: Generate PDF, then use external tools to convert if editable format is essential.
FormatQualityUse Case
PDF⭐⭐⭐⭐⭐ ExcellentDefault choice for all presentations
Interactive HTML⭐⭐⭐⭐ GreatWeb-based presentations, internal tools
PPTX⭐⭐ LimitedOnly when editing in PowerPoint is absolutely required

Why This Matters

PPTX and DOCX formats were designed for humans to manually build documents with complex editing features. AI excels at a different paradigm: generating complete, beautiful output directly. PDF captures AI's full creative capability; PPTX constrains it.

This isn't a limitation—it's CellCog using the right tool for AI-generated content.


Chat Mode for Presentations

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


Example Presentation Prompts

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


Tips for Better Presentations

  1. Specify slide count: "10-12 slides" helps scope appropriately. Pitch decks are typically 10-15 slides. Training can be 20-30.

  2. List the slides you want: Even a rough outline helps. "Include: Problem, Solution, Market, Team, Ask."

  3. Provide key content: Actual metrics, quotes, and facts make better slides than placeholders.

  4. Design direction: "Minimal and modern", "Corporate professional", "Bold and colorful", specific colors.

  5. Mention the audience: "For investors", "For technical team", "For executives" changes tone and detail level.

  6. Specify format: "PPTX for editing" or "PDF for sharing."

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

This skill requires the CellCog mothership skill for SDK setup and API calls. ```bash clawhub install cellcog ``` **Read the cellcog skill first** for SDK setup. This skill shows you what's possible. **Quick pattern (v1.0+):** ```python

FAQ

How do I install slides-cog?

Run openclaw add @nitishgargiitd/slides-cog in your terminal. This installs slides-cog into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/nitishgargiitd/slides-cog. Review commits and README documentation before installing.