officecli-pitch-deck

officecli-pitch-deck is a skill for Claude Code, Codex from CES-Ltd/TitanX. It costs 119 tokens per session (5,187 once invoked), scanned C, original, Apache-2.0.

A tool for creating PowerPoint presentations such as investor decks, product launches, sales presentations, and business proposals.

In plain words
What is it for?
Use it to prepare fundraising, investor, product, sales, or business proposal presentations.
Why use it?
It helps turn a presentation idea into a single PowerPoint file with designed slides, charts, tables, key figures, and speaker notes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to prepare fundraising, investor, product, sales, or business proposal presentations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ces-ltd/titanx/officecli-pitch-deck
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CES-Ltd/TitanX --skill officecli-pitch-deck
Clone the repo
git clone --depth 1 https://github.com/CES-Ltd/TitanX

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for officecli-pitch-deck

README.md
[![agentmods](https://agentmods.dev/badge/skills/ces-ltd/titanx/officecli-pitch-deck.svg)](https://agentmods.dev/skills/ces-ltd/titanx/officecli-pitch-deck)
Your own site
<a href="https://agentmods.dev/skills/ces-ltd/titanx/officecli-pitch-deck"><img src="https://agentmods.dev/badge/skills/ces-ltd/titanx/officecli-pitch-deck.svg" alt="Measured on agentmods" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,187 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00119 $0.05187
Opus 5 $0.00060 $0.02593
Sonnet 5 $0.00024 $0.01037
Haiku 4.5 $0.00012 $0.00519

Measured 8d ago against content hash 77200ae3a805, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

officecli-pitch-deck scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh | bash
src/process/resources/skills/officecli-pitch-deck/SKILL.md · 301 lines

How it starts

The opening of the file, as written. The whole thing — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Pitch Deck Skill

Create professional pitch presentations from scratch -- investor decks, product launches, enterprise sales decks, and business proposals. Output is a single .pptx file with gradient backgrounds, modern charts, styled tables, stat callouts, and speaker notes on every content slide.


BEFORE YOU START (CRITICAL)

Every time before using officecli, run this check:

if ! command -v officecli &> /dev/null; then
    echo "Installing officecli..."
    curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh | bash
    # Windows: irm https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.ps1 | iex
else
    CURRENT=$(officecli --version 2>&1 | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | head -1)
    LATEST=$(curl -fsSL https://api.github.com/repos/iOfficeAI/OfficeCLI/releases/latest | grep '"tag_name"' | sed -E 's/.*"v?([0-9.]+)".*/\1/')
    if [ "$CURRENT" != "$LATEST" ]; then
        echo "Upgrading officecli $CURRENT -> $LATEST..."
        curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh | bash
    else
        echo "officecli $CURRENT is up to date"
    fi
fi
officecli --version

Use When

  • User wants to create an investor pitch deck (seed, Series A/B/C)
  • User wants a product launch or feature announcement presentation
  • User wants an enterprise sales deck or client-facing pitch
  • User wants a business proposal or strategy presentation in slides
  • User mentions "pitch deck", "investor deck", "sales deck", "fundraising presentation"

Don't Use When

User Request Correct Skill
Morph-animated or cinematic presentations morph-ppt
Edit/modify an existing .pptx officecli-pptx (editing.md)
Excel dashboard or data report officecli-data-dashboard
Word document officecli-docx
Request is primarily about animation/motion effects morph-ppt

Read the full file on GitHub · 301 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 301 lines · 119 tokens per session scan C 77200ae3a805

Subscribe to this mod's changes

officecli-pitch-deck is a skill published in the GitHub repository CES-Ltd/TitanX (48 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 119 tokens to every session and 5,187 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

taste-profile

Build a scoped taste profile packet from examples, preferences, and explicit dislikes so downstream agents can make style decisions without inventing the user's taste.

runxhq/runx · 31 tokens

ai-image-generation-master

Expert-level guide to AI image generation across Midjourney, DALL-E, and Stable Diffusion covering prompt engineering for visual output, style control, composition techniques, upscaling workflows, and production pipelines for consistent, high-quality results. Use when the user asks about ai image generation master…

FerroxLabs/wayland · 99 tokens

wayland-build-investor-deck

Build an investor pitch deck end to end: from the narrative story arc through slide-level briefs, full slide content, narrative tightening, and speaker notes. The agent infers the story arc that makes the round credible to the investor archetype, drafts each slide's argument and proof, then tightens the narrative and…

FerroxLabs/wayland · 131 tokens

image-generation

Generate images using structured prompts and optional reference images. Supports character design, scenes, product visualization, and any visual content creation. Use this skill when the user requests to generate, create, imagine, draw, or visualize images, characters, portraits, scenes, products, or any visual…

comisai/comis · 72 tokens

podcast-generation

Convert text content into two-host conversational podcast audio. Transforms articles, reports, documentation, or any written content into natural dialogue between male and female hosts, then synthesizes speech audio. Use this skill when the user requests to generate, create, or produce a podcast from text content -…

comisai/comis · 79 tokens

video-generation

Generate videos using structured prompts and optional reference images. Supports scene generation with camera, dialogue, and audio specifications. Use this skill when the user requests to generate, create, or produce videos, clips, animations, or motion content -- even if they just say "make a video of X" or "animate…

comisai/comis · 66 tokens