report-generator

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "report-generator" with this command: npx skills add juguangyuan520-dotcom/report-generator

Report Generator Skill

This skill generates a beautifully formatted HTML report based on a clean, minimal business template style (Light & Concise).

Capabilities

  1. Refine Content: Structures raw text into a 4-quadrant format (Goal, Q1-Q4 details, Summary).
  2. Generate HTML: Creates a responsive HTML file.
  3. Screenshot: (Instruction) Guides the agent to convert the HTML to an image using the browser tool.

Usage

1. Prepare Data

You need to extract the following information from the user's input:

  • title: Report Title
  • goal: One-sentence goal (Top section)
  • q1 to q4: Four main sections, each containing:
    • title: Short title (e.g., "稳交付")
    • subtitle: Explanatory subtitle
    • slogan: Catchy slogan
    • items: List of bullet points (Array of strings)
  • summary: Array of 4 keywords for the bottom summary

2. Run Generation Script

Execute the python script with the JSON data:

python3 scripts/generate.py --output "workspace/reports" --data '{"title": "...", ...}'

3. Convert to Image (Agent Action)

After the script returns the html_path, use the browser tool to screenshot it:

  1. Open the file: file://<html_path>
  2. Take a screenshot of the full page.

Example Data Structure

{
  "title": "2024 Q3 述职报告",
  "goal": "构建可规模化的非平台件能力体系",
  "q1": {
    "title": "稳交付",
    "subtitle": "解决扛量问题",
    "slogan": "保交付,争第一",
    "items": ["保障核心需求上线", "降低事故概率"]
  },
  "q2": { ... },
  "q3": { ... },
  "q4": { ... },
  "summary": ["稳定性", "增长", "效率", "反馈"]
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Wangdongjie Cfo Skill

基于王东杰26年实战经验,提供A+H双市场IPO操盘、资本杠杆设计、业财融合和AI数字化风控咨询。

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for Chinese bank trading desk. Use when user asks "生成晨报", "股市晨报", "今日股市", "港股晨報", or any similar HK stock mark...

Registry SourceRecently Updated
General

Nansen Mpp Payment

Pay-per-call access to the Nansen API via MPP (Tempo). Use when a user wants anonymous Nansen access without an API key and without managing their own Base/S...

Registry SourceRecently Updated
General

Etsy Autolist

Auto-create and manage digital product listings on Etsy. Creates listings from existing digital product files (PDFs, templates, spreadsheets) using Etsy Open...

Registry SourceRecently Updated