skills$openclaw/pitch-gen
lxgicstudios8.9k

by lxgicstudios

pitch-gen – OpenClaw Skill

pitch-gen is an OpenClaw Skills integration for coding workflows. Generate startup pitch deck content with AI. Use when building investor decks or startup presentations.

8.9k stars4.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namepitch-gen
descriptionGenerate startup pitch deck content with AI. Use when building investor decks or startup presentations. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/pitch-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/pitch-gen
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains pitch-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
src
cli.ts
840 B
index.ts
766 B
_meta.json
276 B
package-lock.json
30.2 KB
package.json
576 B
README.md
296 B
SKILL.md
2.6 KB
tsconfig.json
251 B
SKILL.md

name: pitch-gen description: Generate startup pitch deck content with AI. Use when building investor decks or startup presentations.

Pitch Gen

Need to pitch investors but staring at a blank deck? This tool generates pitch deck content. Problem statements, market sizing, business models, competitive analysis. All the slides that take forever to write.

One command. Zero config. Just works.

Quick Start

npx ai-pitch "AI-powered code review platform for teams"

What It Does

  • Generates full pitch deck content from a single idea description
  • Creates problem/solution slides with compelling narratives
  • Builds market size estimates with TAM/SAM/SOM breakdowns
  • Writes competitive positioning and moat analysis
  • Produces business model and go-to-market slides

Usage Examples

# Generate pitch content from an idea
npx ai-pitch "marketplace for freelance AI engineers"

# Specify output format
npx ai-pitch "B2B SaaS for inventory management" --format markdown

# Focus on specific sections
npx ai-pitch "mobile app for pet owners" --sections problem,solution,market

Best Practices

  • Be specific about your idea - "AI code review" is vague. "AI code review for security vulnerabilities in fintech" gives much better output.
  • Add context about your target market - The tool can't read your mind about who you're selling to.
  • Use this as a starting point - The output is a first draft. Your unique insights make it compelling.
  • Run multiple times - Different runs give different angles. Pick the best bits from each.

When to Use This

  • Building your first pitch deck and don't know where to start
  • Need to quickly prototype how an idea would pitch to investors
  • Want a structure to fill in with your own research and data
  • Brainstorming how to position your startup against competitors

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.

Find more:

Requirements

No install needed. Just run with npx. Node.js 18+ recommended.

npx ai-pitch --help

How It Works

The tool takes your startup idea and runs it through a structured prompt that covers standard pitch deck sections. It uses GPT to generate investor-ready copy for each slide, following patterns from successful pitch decks.

License

MIT. Free forever. Use it however you want.

README.md

ai-pitch

Generate startup pitch deck content with AI.

Install

npm install -g ai-pitch

Usage

npx ai-pitch "AI-powered code review tool for teams"
npx ai-pitch "marketplace for freelance designers" -o deck.md

Setup

export OPENAI_API_KEY=sk-...

Permissions & Security

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

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. ```bash npx ai-pitch --help ```

FAQ

How do I install pitch-gen?

Run openclaw add @lxgicstudios/pitch-gen in your terminal. This installs pitch-gen 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/lxgicstudios/pitch-gen. Review commits and README documentation before installing.