openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Pitch

Pitch development and presentation coaching for founders and salespeople. Use when user mentions investor pitches, sales presentations, elevator pitches, pit...

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v2.1.0

统计:⭐ 0 · 155 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:agistack/pitch-pro

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's code and instructions are generally consistent with pitch coaching and only write data locally, but the SKILL.md overclaims multiple modules and scripts that are not present and has small path/documentation mismatches — this inconsistency warrants caution.

目的

The name/description (pitch coaching) matches the included scripts (foundation builder, elevator pitch generator, objection prep, follow-up drafts). No credentials or network access are requested. However the SKILL.md and Module Reference claim additional scripts and reference files (coach_delivery.py, save_meeting_notes.py, generate_deck_outline.py, analyze_pitch.py and multiple reference markdowns) that are not present in the bundle; this is…

说明范围

Runtime instructions are explicit about using local scripts and keeping data local. The scripts only read/write JSON under a local path (~/.openclaw/workspace/memory/pitch) and print outputs; they do not call external services, send email, or access unrelated system data. The mismatch between the SKILL.md examples (which reference missing scripts) and available scripts could cause the agent to attempt to run commands that don't exist, producin…

安装机制

There is no install spec (instruction-only with included scripts). Nothing is downloaded or written beyond the scripts bundled in the skill, which lowers installation risk.

证书

The skill requests no environment variables, no credentials, and no config paths outside a single local workspace directory. All data reads/writes are to a local directory under the user's home; these permissions are proportionate to the stated purpose.

持久

The skill does persist state (writes JSON files) under ~/.openclaw/workspace/memory/pitch, which is reasonable for a coaching tool. always:false (normal). It does not request system-wide privileges or modify other skills' configs.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Pitch」。简介:Pitch development and presentation coaching for founders and salespeople. Use w…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/agistack/pitch-pro/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: pitch-pro
description: 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.
---

# 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 Delivery
```
User: "Coach me on my pitch delivery"
→ Use scripts/coach_delivery.py --pitch-id "PITCH-456"
→ Provide feedback on structure, clarity, and persuasion
```

## Module Reference

For detailed implementation:
- **Foundation Building**: See [references/foundation.md](references/foundation.md)
- **Elevator Pitches**: See [references/elevator-pitches.md](references/elevator-pitches.md)
- **Objection Handling**: See [references/objections.md](references/objections.md)
- **Audience Tailoring**: See [references/audiences.md](references/audiences.md)
- **Follow-Up Strategy**: See [references/follow-up.md](references/follow-up.md)
- **Delivery Coaching**: See [references/delivery.md](references/delivery.md)

## Scripts Reference

| Script | Purpose |
|--------|---------|
| `build_foundation.py` | Develop core pitch elements |
| `create_elevator_pitch.py` | Generate 30/60/120-second pitches |
| `prep_objections.py` | Prepare for likely questions |
| `draft_followup.py` | Create meeting follow-ups |
| `coach_delivery.py` | Provide delivery feedback |
| `save_meeting_notes.py` | Log pitch outcomes |
| `generate_deck_outline.py` | Create pitch deck structure |
| `analyze_pitch.py` | Review pitch for gaps |

## Disclaimer

This skill provides pitch coaching and preparation support only. Success in fundraising or sales depends on many factors beyond pitch quality. No guarantee of outcomes is implied or provided.