financing-presentation

Generate a 12-page HTML financing presentation from a JSON data file.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Within-7/minto-plugin-tools --skill financing-presentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: financing-presentation
Source: https://github.com/Within-7/minto-plugin-tools/tree/main/financing-presentation/skills
Command: npx skills add https://github.com/Within-7/minto-plugin-tools --skill financing-presentation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill automates the creation of a 12-page HTML financing presentation from project data, saving time and ensuring a consistent, investor-ready format.

Core Features & Use Cases

  • Generate a complete 12-slide HTML investor pitch deck from structured project data.
  • Enforce a consistent structure (cover to investment highlights) and utilize the financing_template.html for professional visuals.
  • Use cases include startups preparing fundraising materials, accelerators producing demo decks, and teams standardizing investor communications.

Quick Start

Prepare a JSON file containing project_name, slogan, founder_name, contact_info, and a pages array, then run: python3 scripts/generate_presentation.py input.json output.html

Frequently Asked Questions about financing-presentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an HTML investor pitch deck from JSON data?

To generate an HTML investor pitch deck, prepare a JSON file with project_name, slogan, founder_name, contact_info, and a pages array, then run the generate_presentation.py script to render the final output.

What is the best way to automate creating a 12-page investor presentation?

Automating a 12-page investor presentation is done by mapping structured JSON project data into an HTML template using a Python script, ensuring a consistent, investor-ready pitch deck format from cover to investment highlights.

Do I need specific software to create an HTML financing presentation?

You need a Python environment to execute the generation script and a JSON input file. The skill uses a predefined HTML template to produce the final financing presentation without requiring additional presentation software.

Can I use this approach to build a pitch deck for a startup accelerator demo?

Yes, this approach works for accelerator demo decks by enforcing a consistent 12-slide structure tailored for investor pitches, covering essential sections from the cover slide to investment highlights.

What limitations exist when using an HTML template for an investor pitch deck?

The main limitation is that the presentation is strictly bound to the provided 12-page HTML template structure and requires predefined JSON fields, meaning custom slide layouts outside the template are not supported.