visual-page

Generate self-contained HTML pages with charts, diagrams, and styled layouts for visual communication.

1.3k|142|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/MiniMax-AI/minimax-code --skill visual-page-minimax-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visual-page
Source: https://github.com/MiniMax-AI/minimax-code/tree/main/packages/local-runtime/assets/skills/visual-page
Command: npx skills add https://github.com/MiniMax-AI/minimax-code --skill visual-page-minimax-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Plain text and markdown often fail to communicate diagrams, data comparisons, timelines, and interactive layouts clearly. This Skill creates polished, self-contained HTML pages that convey complex information visually instead of through dense paragraphs. ## Core Features & Use Cases - Chart-First Visualization: Renders flowcharts, architecture diagrams, bar/line/pie charts, and timelines using inline SVG, CSS, Mermaid, or Chart.js matched to the data shape. - Design System Rules: Enforces curated typography (Outfit, DM Serif Display, JetBrains Mono), restrained color palettes, and layout patterns across three page modes: Data UI, Report, and Terminal. - Self-Contained Delivery: Produces a single local HTML file with inlined CSS/JS, responsive layout, and no broken references, delivered directly to the user. - Use Case: When asked to compare database options, the Skill generates a report-style page with bench-bar comparison charts and a decision timeline rather than a wall of markdown text. ## Quick Start Create a visual HTML page comparing the performance benchmarks of these three frameworks with charts and a summary table.

Frequently Asked Questions about visual-page

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

FAQPage Schema
How do I create a visual HTML page from text content?

Describe the content you want visualized and the Skill generates a complete HTML file with inlined CSS and JavaScript. It picks charts, diagrams, or tables based on your data shape and delivers the file ready to open in a browser.

What charting libraries does the visual page generator use?

It uses Chart.js for pie, bar, and line charts with more than eight data points, and Mermaid for flowcharts with four or more nodes. Smaller datasets are hand-rolled with CSS and inline SVG to avoid unnecessary dependencies.

When should I use a visual page instead of markdown?

Use a visual page for diagrams, data comparisons, timelines, interactive demos, and visual layouts where text cannot convey structure clearly. If the content is simple prose or short lists, markdown remains the better choice.

Does the generated HTML page work offline?

The page is self-contained with all CSS and JavaScript inlined, so it opens directly in any browser. Pages using CDN fonts or libraries like Chart.js need internet access for those specific resources.

Can I update a previously generated visual page?

Yes, the Skill edits the existing HTML file directly so prior references stay valid. If the original file is unavailable, it creates a new page and notifies you of the change.