officecli-pitch-deck

Generates fundraising pitch decks as .pptx files using the OfficeCLI command-line tool.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Grong/openhub-client --skill officecli-pitch-deck-grong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: officecli-pitch-deck
Source: https://github.com/Grong/openhub-client/tree/main/crates/backend/openhub-app/assets/builtin-skills/officecli-pitch-deck
Command: npx skills add https://github.com/Grong/openhub-client --skill officecli-pitch-deck-grong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building an investor pitch deck requires both narrative expertise (stage-appropriate metrics, VC-expected slide order) and precise slide layout work. This Skill encodes both, producing a polished .pptx fundraising deck without manual slide design. ## Core Features & Use Cases - Stage Diagnosis: Decision tables map Seed, Series A/B/C, and bridge rounds to slide counts, narrative weights, and must-have metrics. - Vertical Arc Templates: Five ready-made slide skeletons for B2B SaaS, consumer, deep tech, marketplace, and bio/life sciences decks. - 10 Key-Slide Recipes: Runnable OfficeCLI command blocks for cover, problem, solution, market, product, model, traction, team, financials, and ask slides, with layout geometry and QA checks. - Use Case: A founder raising a Series B says "build me a Series B deck, $18M ARR, $35M raise" and receives a complete 18-22 slide .pptx with unit economics, traction charts, and a four-bucket use-of-funds ask slide. ## Quick Start Ask the AI to build a Series B investor pitch deck for your company as a .pptx file, including your ARR, raise amount, and key metrics.

Frequently Asked Questions about officecli-pitch-deck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Series A pitch deck with AI?

Describe your round, revenue, and raise amount, and the Skill selects the Series A stage row (12-16 slides, PMF proof, bottom-up TAM/SAM) and generates the deck as a .pptx using OfficeCLI commands. It inherits all base pptx layout rules from the officecli-pptx skill.

What slides should a fundraising pitch deck include?

The canonical order is cover, problem, solution, market, product, model, traction, team, financials, and ask. Each slide has a runnable recipe with layout geometry, and stage-specific must-haves like unit economics from Series A onward are enforced.

Does this skill work for non-SaaS startups like biotech or marketplaces?

Yes. It provides five vertical arc templates (SaaS, consumer, deep tech, marketplace, bio/life sciences) with substitute metrics, such as burn-to-milestone for biotech and GMV plus take rate for marketplaces, replacing SaaS unit economics.

When should I use officecli-pptx instead of the pitch deck skill?

Use the base officecli-pptx skill for board reviews, sales decks, all-hands, product launches, and training decks. The pitch deck skill applies only when raising capital with a specific round and at least four fundraising elements like traction, team credentials, and use of funds.

Why does my deck show missing dollar amounts like an empty raise figure?

Double-quoted shell strings expand $35M into an empty value, silently stripping amounts. The skill requires single-quoting every shape text containing a dollar sign so values like $35M or $1.2B TAM render correctly.