← All skills
Tencent SkillHub · Content Creation

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
scripts/generate.py, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Report Generator Skill

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

Capabilities

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

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: Open the file: file://<html_path> Take a screenshot of the full page.

Example Data Structure

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

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/generate.py Scripts