Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Pitch Deck V2

v1.0.0

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

0· 106·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for krishnakumarmahadevan-cmd/pitch-deck-v2.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pitch Deck V2" (krishnakumarmahadevan-cmd/pitch-deck-v2) from ClawHub.
Skill page: https://clawhub.ai/krishnakumarmahadevan-cmd/pitch-deck-v2
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pitch-deck-v2

ClawHub CLI

Package manager switcher

npx clawhub@latest install pitch-deck-v2
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name and description (pitch deck generator) align with the included SKILL.md and openapi.json: endpoints, request/response shapes, and PPTX generation are all coherent with the stated functionality. No unrelated binaries, env vars, or permissions are requested.
!
Instruction Scope
The runtime instructions explicitly tell the agent to POST complete startupData (company strategy, traction, funding ask, team info, etc.) to /api/pitchdeck/generate and /api/pitchdeck/generate-pptx. Sample responses include download links hosted at api.mkkpro.com. The SKILL.md/openapi.json do not include an explicit server host configuration or privacy policy, and the skill does not explain how submitted data is stored, retained, or protected. Because the instructions require sending potentially sensitive business information to an external service of unknown provenance, this is a significant privacy/exfiltration risk.
Install Mechanism
Instruction-only skill with no install spec and no code files to write to disk; this minimizes code-install risk. The regex scanner had no files to analyze beyond the SKILL.md/openapi.json.
!
Credentials
The skill requests no credentials or environment variables (which is proportionate), but it nonetheless requires transmitting full startup data externally. The absence of required credentials does not mitigate the sensitivity of the data being sent. There is no indication why the service needs additional credentials, nor any privacy/retention guarantees. Users should treat all transmitted startup content as potentially accessible to the third-party host.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent agent-level privileges or modify other skills/config. No elevated or permanent privileges are declared.
Scan Findings in Context
[no_regex_matches] expected: The scanner found no code files to analyze (instruction-only). This is expected for an instruction-only API-integration skill, but static regex scanning could not evaluate network/data-transmission behavior described in SKILL.md.
What to consider before installing
This skill appears to do what it says (generate pitch outlines and PPTX files), but it requires you to POST potentially sensitive startup information to an external API of unknown origin (sample download URLs reference api.mkkpro.com). Before installing or using it: (1) Verify the service owner and review a privacy/security policy — who hosts api.mkkpro.com and how long are files retained? (2) Never send secrets, investor lists, unreleased financials, or IP you don't want shared; test with dummy data first. (3) Prefer skills from known vendors or those that run locally/offline if you need to keep content private. (4) If you must use the service, monitor network logs and verify TLS and endpoint hostnames, and ask for data-deletion guarantees. These uncertainties justify caution; more publisher/hosting details would increase confidence.

Like a lobster shell, security has layers — review code before you run it.

latestvk974resnefe8fst4daqjqxty9183g3mh
106downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

Comments

Loading comments...