Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

pitch-deck-generator沥青甲板生成器

Agent Skill

pitch-deck-generator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,466

周安装

305

GitHub Stars

公开资料未说明

下载量

2,391
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pitch-deck-generator(沥青甲板生成器)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/pitch-deck-generator
安装命令:
openclaw skills install pitch-deck-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install pitch-deck-generator

简介

pitch-deck-generator 用于根据初创公司数据和公司信息生成专业的推介材料大纲。

  • 它基于预设的 10 亿美元融资公式结构化输出内容框架,适用于商业计划书撰写场景。
  • 通过 clawhub 安装后可直接调用生成逻辑,支持自然语言输入转换为标准模块。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
Pitch Deck Outline Generator
description
Generate professional pitch deck outlines using the $1B pitch formula based on startup data and company information.

Overview

The Pitch Deck Outline Generator is a professional presentation platform that leverages proven venture capital investment formulas to create comprehensive, investor-ready pitch deck structures. Designed for founders, startup teams, and pitch coaches, this API transforms raw business data into a structured outline following the $1B pitch deck formula—a methodology proven to attract institutional investment.

This tool automates the cognitive load of organizing complex startup information into a compelling narrative arc. Rather than starting from a blank page, entrepreneurs receive a professionally-structured outline that addresses all critical investor concerns: the problem, solution, market opportunity, business model, traction, competitive advantage, team credentials, and financial ask.

Ideal users include early-stage founders preparing for seed funding, startup accelerator programs, pitch competition participants, and venture capital coaches seeking to standardize pitch preparation workflows.

Usage

Sample Request

{
  "startupData": {
    "companyName": "CloudSecure AI",
    "industry": "Cybersecurity",
    "problemStatement": "Enterprises lack real-time threat detection for zero-day vulnerabilities in cloud infrastructure, resulting in millions in breach costs.",
    "solution": "AI-powered threat detection platform that identifies anomalous patterns in cloud activity using machine learning models trained on 500M+ security events.",
    "targetMarket": "Mid-market to enterprise SaaS companies with 500+ employees in AWS, Azure, and GCP environments.",
    "marketSize": "$45B global cloud security market, growing at 18% CAGR through 2030.",
    "businessModel": "SaaS subscription model: $5K-$50K MRR per enterprise customer based on cloud spend and user seats.",
    "traction": "12 paying customers, $180K ARR, 40% MoM growth, partnerships with 3 major managed security service providers.",
    "competition": "CrowdStrike dominates endpoint, but no integrated cloud-native threat detection at our price point. Wiz and Lacework focus on misconfigurations.",
    "fundingAsk": "$2M Series A to expand sales team, build API integrations, and develop advanced ML detection modules.",
    "teamInfo": "CEO: 10-year background in cloud infrastructure at Google. CTO: Former security researcher at Microsoft. Head of Sales: Ex-Gartner analyst covering security.",
    "uniqueValue": "Only cloud-native platform combining real-time behavioral analysis with compliance automation (SOC2, PCI, HIPAA), reducing MTTR from 6 hours to 12 minutes.",
    "timeline": "Q1: Launch API marketplace. Q2: Break $500K ARR. Q3: Expand to APAC. Q4: Achieve FedRAMP compliance.",
    "sessionId": "session-12345",
    "timestamp": "2024-01-15T10:30:00Z"
  },
  "sessionId": "session-12345",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z"
}

Sample Response

{
  "status": "success",
  "pitchDeckOutline": {
    "slideStructure": [
      {
        "slideNumber": 1,
        "title": "Cover Slide",
        "content": "CloudSecure AI - Real-Time Cloud Threat Detection",
        "speakerNotes": "Hook investors with the core value proposition: speed and precision in threat detection."
      },
      {
        "slideNumber": 2,
        "title": "The Problem",
        "content": "Enterprises lack real-time threat detection for zero-day vulnerabilities in cloud infrastructure, resulting in millions in breach costs.",
        "keyPoints": [
          "Average breach detection time: 6+ hours",
          "Cost per breach: $4.45M average",
          "Cloud workloads growing 30% annually"
        ]
      },
      {
        "slideNumber": 3,
        "title": "The Solution",
        "content": "AI-powered threat detection platform with real-time anomaly detection",
        "keyPoints": [
          "ML models trained on 500M+ security events",
          "Automated response workflows",
          "Integrated compliance reporting"
        ]
      },
      {
        "slideNumber": 4,
        "title": "Market Opportunity",
        "content": "$45B cloud security market, 18% CAGR through 2030",
        "addressableMarket": "$8.2B serviceable market (mid-market and enterprise)"
      },
      {
        "slideNumber": 5,
        "title": "Business Model",
        "content": "SaaS subscription: $5K-$50K MRR per enterprise customer",
        "unitEconomics": {
          "acv": "$60K-$600K",
          "paybackPeriod": "9 months"
        }
      },
      {
        "slideNumber": 6,
        "title": "Traction",
        "content": "12 paying customers, $180K ARR, 40% MoM growth",
        "metrics": [
          "3 enterprise pilots closing Q1",
          "3 MSSP partnerships signed"
        ]
      },
      {
        "slideNumber": 7,
        "title": "Competitive Advantage",
        "content": "Only cloud-native platform combining behavioral analysis with compliance automation",
        "differentiation": [
          "MTTR reduced from 6 hours to 12 minutes",
          "Native SOC2, PCI, HIPAA compliance",
          "5x faster detection than competitors"
        ]
      },
      {
        "slideNumber": 8,
        "title": "The Team",
        "content": "Experienced founders with deep security and go-to-market expertise",
        "teamHighlights": [
          "CEO: 10 years cloud infrastructure (Google)",
          "CTO: Security researcher (Microsoft)",
          "Head of Sales: Gartner analyst (security)"
        ]
      },
      {
        "slideNumber": 9,
        "title": "Financials & Ask",
        "content": "$2M Series A investment",
        "useOfFunds": {
          "salesExpansion": "40%",
          "productDevelopment": "35%",
          "operations": "25%"
        }
      },
      {
        "slideNumber": 10,
        "title": "18-Month Roadmap",
        "content": "Clear milestones from Q1 API marketplace to Q4 FedRAMP compliance"
      }
    ],
    "designRecommendations": {
      "primaryColor": "#20002c",
      "secondaryColor": "#cbb4d4",
      "fontRecommendation": "Montserrat (headlines), Open Sans (body)",
      "themeStyle": "Modern, security-focused, professional"
    }
  },
  "generatedAt": "2024-01-15T10:35:22Z"
}

Endpoints

GET /

Description: Root endpoint providing API availability status.

Response: Returns JSON object confirming API is running.


GET /health

Description: Health check endpoint for monitoring API uptime and service status.

Response: Returns JSON object with health status.


POST /api/pitchdeck/generate

Description: Generate a comprehensive pitch deck outline based on startup data using the $1B pitch formula.

Request Body:

ParameterTypeRequiredDescription
startupDataStartupData objectYesCore startup information including company details, business model, traction, and team info
sessionIdstringYesUnique session identifier for tracking and audit purposes
userIdinteger or nullNoOptional user ID for analytics and personalization
timestampstringYesISO 8601 timestamp of request (e.g., "2024-01-15T10:30:00Z")

StartupData Schema:

FieldTypeRequiredDescription
companyNamestringYesOfficial company name
industrystringYesIndustry vertical (e.g., Cybersecurity, FinTech, HealthTech)
problemStatementstringYesClear description of the customer problem being solved
solutionstringYesExplanation of how the product solves the problem
targetMarketstringYesDescription of ideal customer profile and market segment
marketSizestringYesTotal addressable market (TAM) with growth projections
businessModelstringYesRevenue model and pricing structure
tractionstringYesCurrent metrics: MRR, ARR, user count, growth rate, partnerships
competitionstringYesCompetitive landscape and differentiation factors
fundingAskstringYesAmount seeking and use of funds breakdown
teamInfostringYesFounder credentials, relevant experience, and advisory board
uniqueValuestringYesCore value proposition and competitive moat
timelinestringYes12-18 month roadmap with key milestones
primaryColorstringNoPrimary brand color in hex format (default: "#20002c")
secondaryColorstringNoSecondary brand color in hex format (default: "#cbb4d4")
sessionIdstringYesUnique session identifier (same as parent request)
timestampstringYesISO 8601 timestamp (same as parent request)

Response (200 - Success):

Returns JSON object with:

  • status: "success"
  • pitchDeckOutline: Structured slide-by-slide outline following the $1B pitch formula
  • designRecommendations: Primary/secondary colors, font suggestions, theme style
  • generatedAt: Timestamp of outline generation

Response (422 - Validation Error):

Returns validation error details indicating which required fields are missing or invalid.

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/creative/pitch-deck-generator
  • API Docs: https://api.mkkpro.com:8076/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.1%
按下载量换算2,178

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills