返回顶部
r

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
3,470
下载量
0
收藏
概述
安装方式
版本历史

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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 report-generator-1776079203 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 report-generator-1776079203 技能

通过命令行安装

skillhub install report-generator-1776079203

下载 Zip 包

⬇ 下载 report-generator v1.0.2

文件大小: 5.1 KB | 发布时间: 2026-4-14 13:50

v1.0.2 最新 2026-4-14 13:50
- No changes detected in this version.
- SKILL.md contents remain the same.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部