Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture.
Generates a structured report HTML based on a specific template. Invoke when user wants to create a report, slide, or summary card from raw content.
Generates a structured report HTML based on a specific template. Invoke when user wants to create a report, slide, or summary card from raw content.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
This skill generates a beautifully formatted HTML report based on a clean, minimal business template style (Light & Concise).
You need to extract the following information from the user's input:
title: Short title (e.g., "稳交付")subtitle: Explanatory subtitleslogan: Catchy sloganitems: List of bullet points (Array of strings)Execute the python script with the JSON data:
python3 scripts/generate.py --output "workspace/reports" --data '{"title": "...", ...}'
After the script returns the
html_path, use the browser tool to screenshot it:
file://<html_path>{ "title": "2024 Q3 述职报告", "goal": "构建可规模化的非平台件能力体系", "q1": { "title": "稳交付", "subtitle": "解决扛量问题", "slogan": "保交付,争第一", "items": ["保障核心需求上线", "降低事故概率"] }, "q2": { ... }, "q3": { ... }, "q4": { ... }, "summary": ["稳定性", "增长", "效率", "反馈"] }
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.