Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

pitch-deck-v2宣传材料 v2

Agent Skill

pitch-deck-v2 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,175

周安装

135

GitHub Stars

公开资料未说明

下载量

1,112
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install pitch-deck-v2

简介

由人工智能驱动的专业融资方案大纲生成器,使用 10 美元的融资方案公式进行初创公司演示。

SKILL.md

name
Pitch Deck Outline Generator
description
AI-powered professional pitch deck outline generator using the $1B Pitch Deck Formula for startup presentations.

Overview

The Pitch Deck Outline Generator is a professional presentation platform designed to help startups and entrepreneurs create compelling pitch decks based on the proven $1B Pitch Deck Formula. This tool transforms detailed startup information into structured, investor-ready presentation outlines that follow best practices for venture capital pitching.

The platform provides two core capabilities: generating comprehensive pitch deck outlines in JSON format for further customization, and directly generating ready-to-use PowerPoint presentations (PPTX files). By systematizing the pitch process, the tool ensures consistency, professionalism, and alignment with investor expectations across all key presentation elements including problem statement, solution, market opportunity, business model, traction, team, and funding ask.

Ideal users include early-stage founders, startup accelerator programs, pitch coaches, and entrepreneurs seeking to communicate their vision effectively to potential investors, partners, and stakeholders.

Usage

Generate Pitch Deck Outline

To generate a pitch deck outline, POST your startup information to the /api/pitchdeck/generate endpoint:

Sample Request:

{
  "startupData": {
    "companyName": "TechVenture AI",
    "industry": "Artificial Intelligence",
    "problemStatement": "Enterprise companies struggle to integrate AI into legacy systems without massive infrastructure overhauls",
    "solution": "Cloud-native AI integration platform with zero-code connectors for enterprise systems",
    "targetMarket": "Enterprise software companies with 1000+ employees",
    "marketSize": "$45 billion total addressable market in enterprise AI integration",
    "businessModel": "SaaS subscription model with tiered pricing based on data volume and API calls",
    "traction": "50 beta customers, $2M ARR, 30% month-over-month growth",
    "competition": "Informatica, Talend, and custom in-house solutions; differentiated by AI-first approach",
    "fundingAsk": "$5 million Series A to expand sales team and develop industry-specific modules",
    "teamInfo": "Founder CEO with 15 years enterprise software experience; VP Engineering from Google; VP Sales from Salesforce",
    "uniqueValue": "Only platform combining AI-driven integration with enterprise security and compliance by default",
    "timeline": "Q1: Launch sales acceleration; Q2: Release healthcare module; Q3: Achieve $10M ARR",
    "primaryColor": "#1e40af",
    "secondaryColor": "#60a5fa"
  },
  "sessionId": "sess_abc123xyz789",
  "userId": 42,
  "timestamp": "2024-01-15T10:30:00Z"
}

Sample Response:

{
  "status": "success",
  "pitchDeckOutline": {
    "title": "TechVenture AI - Series A Pitch Deck",
    "totalSlides": 12,
    "slides": [
      {
        "slideNumber": 1,
        "title": "Cover",
        "content": "TechVenture AI - Enterprise AI Integration Platform"
      },
      {
        "slideNumber": 2,
        "title": "The Problem",
        "content": "Enterprise companies struggle to integrate AI into legacy systems without massive infrastructure overhauls",
        "keyPoints": ["Legacy system constraints", "High integration costs", "Rapid AI innovation gap"]
      },
      {
        "slideNumber": 3,
        "title": "The Solution",
        "content": "Cloud-native AI integration platform with zero-code connectors for enterprise systems",
        "benefits": ["Rapid deployment", "No legacy system changes required", "AI-powered automation"]
      }
    ],
    "designTheme": {
      "primaryColor": "#1e40af",
      "secondaryColor": "#60a5fa",
      "fontFamily": "Inter, sans-serif"
    },
    "estimatedPresenterTime": "8 minutes"
  },
  "generatedAt": "2024-01-15T10:30:45Z"
}

Generate PowerPoint Presentation

To generate a complete PowerPoint file, POST to the /api/pitchdeck/generate-pptx endpoint with the same request structure. The response will include a download link or base64-encoded PPTX file.

Sample Request: (identical structure to outline generation)

Sample Response:

{
  "status": "success",
  "filename": "TechVenture_AI_Pitch_Deck_20240115.pptx",
  "fileSize": "2.4 MB",
  "downloadUrl": "https://api.mkkpro.com/files/temp/pptx_abc123xyz.pptx",
  "expiresIn": "7 days",
  "generatedAt": "2024-01-15T10:31:30Z"
}

Endpoints

GET /

Description: Root endpoint

Method: GET

Parameters: None

Response: Returns service information and status.


GET /health

Description: Health check endpoint for monitoring API availability and status.

Method: GET

Parameters: None

Response: Returns service health status and operational information.


POST /api/pitchdeck/generate

Description: Generate a comprehensive pitch deck outline in JSON format based on provided startup information.

Method: POST

Parameters:

NameTypeRequiredDescription
startupDataobjectYesContainer for all startup information
startupData.companyNamestringYesOfficial company name
startupData.industrystringYesPrimary industry or sector (e.g., "SaaS", "FinTech", "HealthTech")
startupData.problemStatementstringYesClear description of the market problem being addressed
startupData.solutionstringYesHow the company solves the identified problem
startupData.targetMarketstringYesDescription of ideal customer profile and market segment
startupData.marketSizestringYesTotal addressable market (TAM) estimate or size description
startupData.businessModelstringYesRevenue generation method and pricing strategy
startupData.tractionstringYesCurrent metrics, milestones, customer counts, or revenue
startupData.competitionstringYesCompetitive landscape and differentiation strategy
startupData.fundingAskstringYesAmount seeking and use of proceeds
startupData.teamInfostringYesKey team members, backgrounds, and relevant experience
startupData.uniqueValuestringYesCore unique value proposition or competitive advantage
startupData.timelinestringYesRoadmap and key milestones for next 12-24 months
startupData.primaryColorstringNoPrimary brand color in hex format (default: "#20002c")
startupData.secondaryColorstringNoSecondary brand color in hex format (default: "#cbb4d4")
startupData.sessionIdstringYesUnique session identifier for tracking
startupData.timestampstringYesISO 8601 timestamp of session start
sessionIdstringYesSession identifier from request tracking
userIdintegerNoOptional user ID for analytics and audit logging
timestampstringYesISO 8601 timestamp of request generation

Response: Returns JSON object containing structured pitch deck outline with slide titles, content blocks, design theme specifications, and presenter timing estimates.


POST /api/pitchdeck/generate-pptx

Description: Generate an actual PowerPoint presentation (PPTX) file with professional formatting, branding, and layouts based on startup information.

Method: POST

Parameters:

NameTypeRequiredDescription
startupDataobjectYesContainer for all startup information (see /api/pitchdeck/generate for subfield definitions)
startupData.companyNamestringYesOfficial company name
startupData.industrystringYesPrimary industry or sector
startupData.problemStatementstringYesMarket problem description
startupData.solutionstringYesSolution approach
startupData.targetMarketstringYesTarget customer profile
startupData.marketSizestringYesTAM estimate
startupData.businessModelstringYesRevenue model
startupData.tractionstringYesCurrent metrics and achievements
startupData.competitionstringYesCompetitive analysis
startupData.fundingAskstringYesFundraising request
startupData.teamInfostringYesTeam composition and experience
startupData.uniqueValuestringYesUnique value proposition
startupData.timelinestringYesProduct and business roadmap
startupData.primaryColorstringNoPrimary brand color (default: "#20002c")
startupData.secondaryColorstringNoSecondary brand color (default: "#cbb4d4")
startupData.sessionIdstringYesSession identifier
startupData.timestampstringYesSession start timestamp
sessionIdstringYesSession tracking identifier
userIdintegerNoOptional user ID
timestampstringYesRequest generation timestamp

Response: Returns JSON object containing generated PowerPoint file metadata including filename, file size, secure download URL, expiration time, and generation timestamp. The PPTX file is formatted with professional layouts, brand colors, and all content properly structured for immediate use in investor meetings.


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-v2
  • API Docs: https://api.mkkpro.com:8077/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

76.71%
按下载量换算853

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills