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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install report-generator或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install report-generator⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/report-generator/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: "report-generator" description: "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." ---
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 subtitle - slogan: Catchy slogan - items: 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://{
"title": "2024 Q3 述职报告",
"goal": "构建可规模化的非平台件能力体系",
"q1": {
"title": "稳交付",
"subtitle": "解决扛量问题",
"slogan": "保交付,争第一",
"items": ["保障核心需求上线", "降低事故概率"]
},
"q2": { ... },
"q3": { ... },
"q4": { ... },
"summary": ["稳定性", "增长", "效率", "反馈"]
}安装 Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture. 后,可以对 AI 说这些话来触发它
Help me get started with Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture.
Explains what Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture. does, walks through the setup, and runs a quick demo based on your current project
Use Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture. to generates a structured report HTML based on a specific template
Invokes Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture. with the right parameters and returns the result directly in the conversation
What can I do with Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture. in my documents & notes workflow?
将技能文件夹放到 ~/.claude/skills/report-generator/ 目录(个人级,所有项目可用),或 .claude/skills/report-generator/(项目级)。重启 AI 客户端后,用 /report-generator 主动调用,或让 AI 根据上下文自动发现并使用。
Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture. 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Lists the top use cases for Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture., with example commands for each scenario
Automate my documents & notes tasks using Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture.
Identifies repetitive steps in your workflow and sets up Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture. to handle them automatically
Generate responsive HTML pages suitable for reporting, supporting resizing and screenshot capture. 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。