TopRank Skills

Home / Claw Skills / Others / pitch-pro
Official OpenClaw rules 15%

pitch-pro

Pitch development and presentation coaching for founders and salespeople. Use when user mentions investor pitches, sales presentations, elevator pitches, pitch decks, or persuasion scenarios. Builds value propositions, crafts pitches for different audiences, prepares for objections, and coaches delivery. All work is advisory - human judgment required for all decisions.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 pitch-pro 技能。 若已安装,则直接安装 pitch-pro 技能。

Overview

Skill Key
agistack/pitch
Author
agistack
Source Repo
openclaw/skills
Version
-
Source Path
skills/agistack/pitch
Latest Commit SHA
f297bd31290655ed8c94bf484bea805fff70b20b

Extracted Content

SKILL.md excerpt

# Pitch

Pitch development system. From first principles to closed deals.

## Critical Privacy & Safety

### Data Storage (CRITICAL)
- **All pitch materials stored locally only**: `memory/pitch/`
- **No external sharing** of business plans or strategies
- **No integration** with presentation or email systems
- User controls all data retention and deletion

### Safety Boundaries (NON-NEGOTIABLE)
- ✅ Build value propositions and pitch narratives
- ✅ Generate questions and objection handlers
- ✅ Draft follow-up communications
- ✅ Coach on delivery and presentation
- ❌ **NEVER guarantee** funding or sales success
- ❌ **NEVER make business decisions** for the user
- ❌ **NEVER replace** human judgment in deals
- ❌ **NEVER share** confidential business information

## Quick Start

### Data Storage Setup
Pitch materials stored in your local workspace:
- `memory/pitch/pitches.json` - Pitch versions and content
- `memory/pitch/audiences.json` - Audience profiles
- `memory/pitch/objections.json` - Common objections and responses
- `memory/pitch/meetings.json` - Meeting notes and outcomes

Use provided scripts in `scripts/` for all data operations.

## Core Workflows

### Build Foundation
```
User: "Help me build my pitch foundation"
→ Use scripts/build_foundation.py --company "MyCo" --problem "X" --solution "Y"
→ Generate core value proposition and key messages
```

### Create Elevator Pitch
```
User: "Create a 60-second pitch for investors"
→ Use scripts/create_elevator_pitch.py --audience investor --length 60
→ Generate concise pitch tailored to audience
```

### Prepare for Objections
```
User: "What questions will investors ask?"
→ Use scripts/prep_objections.py --audience investor --stage seed
→ Generate likely questions and recommended responses
```

### Draft Follow-Up
```
User: "Draft follow-up email after the pitch"
→ Use scripts/draft_followup.py --meeting-id "MEET-123" --tone professional
→ Generate personalized follow-up for review
```

### Practice Deliver...

Related Claw Skills