返回顶部
p

pitch-deck-visuals投资者演示视觉设计

Investor pitch deck structure with slide-by-slide framework, visual design rules, and data presentation. Covers the 12-slide framework, chart types, team slides, and common investor turn-offs. Use for: fundraising decks, investor presentations, startup pitch, demo day, grant proposals. Triggers: pitch deck, investor deck, startup pitch, fundraising deck, demo day, pitch presentation, investor presentation, seed deck, series a deck, pitch slides, startup presentation, vc pitch, investor meeting

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.5
安全检测
已通过
849
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

pitch-deck-visuals

演示文稿视觉设计

通过inference.sh CLI创建投资者级别的演示文稿视觉设计。

快速开始

bash
curl -fsSL https://cli.inference.sh | sh && infsh login

生成幻灯片背景

infsh app run infsh/html-to-image --input { html:

问题

团队每周浪费12小时在手动报告上

来源:Forrester Research, 2024

}

安装说明: 安装脚本仅检测您的操作系统/架构,从dist.inference.sh下载匹配的二进制文件,并验证其SHA-256校验和。无需提升权限或后台进程。提供手动安装与验证

12页幻灯片框架

#幻灯片时长内容
1标题15秒公司名称、标语、您的姓名
2
问题 | 45秒 | 带有数据的痛点 | | 3 | 解决方案 | 45秒 | 一句话描述您的产品 | | 4 | 演示/产品 | 60秒 | 截图或现场演示 | | 5 | 市场规模 | 30秒 | TAM → SAM → SOM | | 6 | 商业模式 | 30秒 | 您如何盈利 | | 7 | 发展势头 | 45秒 | 增长指标、客户 | | 8 | 竞争 | 30秒 | 定位,而非功能列表 | | 9 | 团队 | 30秒 | 为什么您们能赢 | | 10 | 财务 | 30秒 | 收入预测、单位经济 | | 11 | 融资需求 | 15秒 | 融资金额、用途 | | 12 | 联系方式 | 10秒 | 邮箱、后续步骤 |

总计:约6分钟。 切勿超过20页。

幻灯片设计规则

排版

元素尺寸(1920x1080)规则
幻灯片标题48-72px最多6个词
关键数据/数字
96-144px | 每页一个,适用时 | | 正文 | 24-32px | 最多6个要点 | | 说明/来源 | 16-20px | 引用数据来源 | | 字体 | 仅限无衬线字体 | Inter、Helvetica、SF Pro或类似字体 |

1-6-6规则

  • - 每页幻灯片 1 个想法
  • 每个要点最多 6 个词
  • 每页幻灯片最多 6 个要点

如果需要更多文字,就需要更多幻灯片。

色彩

元素指南
背景深色(藏青、炭灰)或干净的白色——选择一种,坚持使用
强调色
一种品牌色用于强调 | | 文字 | 深色背景上白色,或浅色背景上深灰色(#333) | | 图表 | 最多2-3种颜色,您的品牌色代表您 | | 避免 | 文字渐变、霓虹色、超过3种颜色 |

布局

规则原因
一致的边距(80-100px)专业、整洁
文字左对齐(切勿居中正文)
易于浏览 | | 每页一个视觉元素 | 集中注意力 | | 幻灯片编号 | 帮助投资者引用特定页面 | | 角落放置Logo | 微妙的品牌强化 |

逐页视觉指南

1. 标题页

bash
infsh app run infsh/html-to-image --input {
html:

DataFlow

数据团队的自动化报告

种子轮 — 2025年第一季度


}

2. 问题页

一个大数据 + 一句话。

bash
infsh app run infsh/html-to-image --input {
html:

问题

12小时/周

数据分析师平均每周花费12小时
手动构建报告

来源:Forrester Research, 2024


}

5. 市场规模(TAM/SAM/SOM)

使用同心圆,而非饼图:

bash
infsh app run infsh/python-executor --input {
code: import matplotlib.pyplot as plt\nimport matplotlib\nmatplotlib.use(\Agg\)\n\nfig, ax = plt.subplots(figsize=(19.2, 10.8))\nfig.patch.setfacecolor(\#0f0f23\)\nax.setfacecolor(\#0f0f23\)\n\ncircles = [\n (0, 0, 4.0, \#1e1e4a\, \TAM\\n$50B\, 40),\n (0, 0, 2.8, \#2a2a5a\, \SAM\\n$8B\, 32),\n (0, 0, 1.4, \#818cf8\, \SOM\\n$800M\, 28)\n]\n\nfor x, y, r, color, label, fontsize in circles:\n circle = plt.Circle((x, y), r, color=color, ec=\#333366\, linewidth=2)\n ax.addpatch(circle)\n ax.text(x, y, label, ha=\center\, va=\center\, fontsize=fontsize, color=\white\, fontweight=\bold\)\n\nax.setxlim(-5, 5)\nax.setylim(-5, 5)\nax.setaspect(\equal\)\nax.axis(\off\)\nax.text(0, 4.8, \市场机会\, ha=\center\, fontsize=36, color=\white\, fontweight=\bold\)\nplt.tight_layout()\nplt.savefig(\market-size.png\, dpi=100, facecolor=\#0f0f23\)\nprint(\已保存\)
}

7. 发展势头页

展示增长,而非仅仅数字。 向右上角上升的图表。

bash
infsh app run infsh/python-executor --input {
code: import matplotlib.pyplot as plt\nimport matplotlib\nmatplotlib.use(\Agg\)\n\nfig, ax = plt.subplots(figsize=(19.2, 10.8))\nfig.patch.setfacecolor(\#0f0f23\)\nax.setfacecolor(\#0f0f23\)\n\nmonths = [\1月\, \2月\, \3月\, \4月\, \5月\, \6月\, \7月\, \8

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pitch-deck-visuals-1776332405 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 pitch-deck-visuals-1776332405 技能

通过命令行安装

skillhub install pitch-deck-visuals-1776332405

下载

⬇ 下载 pitch-deck-visuals v0.1.5(免费)

文件大小: 5.27 KB | 发布时间: 2026-4-17 16:15

v0.1.5 最新 2026-4-17 16:15
pitch-deck-visuals 0.1.5

- Added detailed slide-by-slide templates for a 12-slide investor pitch deck framework.
- Included visual design rules covering typography, color, and layout best practices.
- Provided CLI-based code samples for generating professional slide backgrounds and charts (e.g., market size, traction).
- Clarified best practices for data presentation and cautions against common investor turn-offs.
- Expanded slide-specific guidance (e.g., Problem, Market Size, Traction, Competition) for startup fundraising presentations.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部