report-generatorGenerates a structured report HTML based on a specific template. Invoke when user wants to create a report, slide, or summary card from raw content.
Install via ClawdBot CLI:
clawdbot install juguangyuan520-dotcom/report-generatorThis 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://{
"title": "2024 Q3 述职报告",
"goal": "构建可规模化的非平台件能力体系",
"q1": {
"title": "稳交付",
"subtitle": "解决扛量问题",
"slogan": "保交付,争第一",
"items": ["保障核心需求上线", "降低事故概率"]
},
"q2": { ... },
"q3": { ... },
"q4": { ... },
"summary": ["稳定性", "增长", "效率", "反馈"]
}
Generated Mar 1, 2026
Executives and managers use this skill to transform raw performance data into structured HTML reports for quarterly reviews. It helps visualize goals, key results across four quadrants, and summary takeaways, facilitating clear communication in meetings or presentations.
Project teams apply this skill to generate responsive HTML dashboards that track project progress, milestones, and risks. The four-quadrant format organizes details like deliverables, challenges, and next steps, making it easy to share updates with stakeholders via screenshots.
Marketing professionals use this skill to create concise HTML reports summarizing campaign results, such as metrics across channels, creative performance, and ROI. The structured output supports quick sharing as images for social media or internal briefings.
Researchers and educators leverage this skill to convert study findings or lecture notes into HTML-based slides. The template organizes content into goal, sections, and summary, enabling easy screenshot capture for publications or online courses.
Individuals utilize this skill to document personal goals, quarterly achievements, and reflections in a structured HTML format. It aids in self-assessment and sharing progress with mentors or peers through visual reports.
Integrate this skill into a subscription-based software platform that automates report generation for clients. Offer tiered plans based on report volume or customization, generating revenue through monthly fees and upselling advanced features like analytics integration.
Consulting firms embed this skill into their service offerings to deliver polished HTML reports as part of client engagements. Charge based on project scope or report complexity, enhancing value with quick turnaround and professional visuals.
Freelancers use this skill to offer report design services to small businesses or individuals. Price per report or on an hourly basis, leveraging the skill's efficiency to handle multiple clients and upsell related services like data analysis.
💬 Integration Tip
Ensure the agent has access to a browser tool for screenshot capture and a Python environment to run the generation script, and validate JSON input structure before execution to avoid errors.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
Generate QR codes from text or URL for mobile scanning.