skills/skills.volces.com/kai-report-creator

kai-report-creator

SKILL.md

kai-report-creator

Generate beautiful, single-file HTML reports with mixed text, charts, KPIs, timelines, diagrams, and images — zero build dependencies, mobile responsive, embeddable anywhere, and machine-readable for AI pipelines.

Core Principles

  1. Zero Dependencies — Single HTML files with all CSS/JS inline or from CDN. No npm, no build tools.
  2. User Provides Data, AI Provides Structure — Never fabricate numbers or facts. Use placeholder text ([INSERT VALUE]) if data is missing.
  3. Progressive Disclosure for AI — Output HTML embeds a 3-layer machine-readable structure (summary JSON → section annotations → component raw data) so downstream AI agents can read reports efficiently.
  4. Mobile Responsive — Reports render correctly on both desktop and mobile.
  5. Plan Before Generate — For complex reports, --plan creates a .report.md IR file first; --generate renders it to HTML.

Command Routing

When invoked as /report [flags] [content], parse flags and route:

Flag Action
--plan "topic" Generate a .report.md IR file only. Do NOT generate HTML. Save as report-<slug>.report.md.
Installs
5
First Seen
Apr 22, 2026