← 返回 Skills 市场
charlie-morrison

client-report-generator

作者 charlie-morrison · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install client-report-generator
功能描述
Generate professional client-facing reports from raw data, metrics, and KPIs. Supports analytics summaries, project status reports, monthly/weekly performanc...
使用说明 (SKILL.md)

Client Report Generator

Generate polished, client-ready reports from raw data. Feed it CSV, JSON, analytics exports, or plain text metrics — get back a professional report formatted for delivery.

Workflow

1. Ingest Data

Determine input type and extract data:

  • CSV/TSV file → Read and parse into structured data
  • JSON file/API response → Parse and extract key metrics
  • Pasted text/numbers → Parse inline data
  • URL (dashboard/analytics) → Use web_fetch to extract visible data
  • Multiple sources → Combine into unified dataset

Run scripts/parse_data.py to normalize any structured input:

python3 scripts/parse_data.py \x3Cinput-file> [--format csv|json|auto]

Output: normalized JSON with detected metrics, dimensions, and time ranges.

2. Analyze & Summarize

Before generating the report, analyze the data:

  1. Key metrics — Identify top-line numbers (revenue, growth, conversions, etc.)
  2. Trends — Period-over-period changes (up/down/flat + percentage)
  3. Highlights — Best-performing items, records, milestones
  4. Concerns — Underperforming areas, declining trends, anomalies
  5. Context — Infer reporting period, industry, and audience from data

3. Select Report Template

Choose based on user request or data type. See references/report-templates.md for detailed templates.

Template Best For
Performance Review Monthly/weekly KPI summaries
Campaign Report Marketing campaign results
Project Status Development/project progress updates
Analytics Summary Website/app analytics overview
Custom User-specified structure

4. Generate Report

Structure every report with:

# [Report Title]
**Period:** [date range]  |  **Prepared for:** [client name]  |  **Date:** [today]

## Executive Summary
[2-3 sentences: what happened, key takeaway, recommendation]

## Key Metrics
| Metric | Current | Previous | Change |
|--------|---------|----------|--------|
| ...    | ...     | ...      | +X%    |

## [Detailed Sections — template-specific]

## Highlights & Wins
- ...

## Areas for Improvement
- ...

## Recommendations & Next Steps
1. ...

5. Format Output

Default output: Markdown (clean, portable, renders in most tools)

Other formats on request:

  • HTML → Run scripts/report_to_html.py for styled HTML with inline CSS
  • Plain text → Stripped formatting for email body
  • Structured data → JSON summary of all metrics and analysis
python3 scripts/report_to_html.py \x3Creport.md> [--template default|minimal|branded]

Customization Options

Users can specify:

  • Client name — appears in header and throughout
  • Reporting period — "last week", "March 2026", "Q1 2026"
  • Tone — professional (default), friendly, executive-brief
  • Sections — include/exclude specific sections
  • Branding — company name, colors (for HTML output)
  • Comparison — vs previous period, vs target/goal, vs benchmark
  • Charts — include ASCII/text charts for key metrics (when data supports it)
  • Language — generate in specified language

Data Handling

  • Automatically detect metric types (currency, percentages, counts, rates)
  • Format numbers appropriately (commas, decimal places, currency symbols)
  • Calculate period-over-period changes when historical data is available
  • Flag statistical anomalies or significant changes (>20% swings)
  • Round appropriately for audience (executives get rounded numbers, analysts get precision)

Tips

  • For executive audiences: lead with the bottom line, keep it to 1 page equivalent
  • For marketing reports: emphasize ROI and conversion metrics
  • For project status: focus on timeline, blockers, and deliverables
  • When data is incomplete: note gaps clearly, don't fabricate numbers
  • Include "So what?" after every metric — explain why the number matters
安全使用建议
This skill appears to do what it says: it reads user-provided CSV/TSV/JSON files or (if you supply a URL) fetches visible data from web pages, then produces markdown and optional HTML. Before installing or using it, consider: 1) Only provide non-sensitive files or dashboards (the SKILL.md allows web_fetch for URLs). 2) The scripts run locally with Python and will read any input file path you give them — don't point it at system files or secrets. 3) The HTML converter uses simple regex-based markdown handling and does not comprehensively sanitize arbitrary HTML in inputs (avoid feeding untrusted HTML-marked content if you care about XSS-like issues). 4) There are no requested credentials or external installs. If you want extra assurance, review or run the two scripts on sample data in a sandboxed environment before using them with real client data.
功能分析
Type: OpenClaw Skill Name: client-report-generator Version: 1.0.0 The client-report-generator skill bundle is a legitimate tool designed to automate the creation of professional reports from raw data. The included Python scripts, scripts/parse_data.py and scripts/report_to_html.py, use standard libraries to parse structured data and convert Markdown to styled HTML, respectively. The instructions in SKILL.md provide a clear and logical workflow for an AI agent, and there is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the included assets: two Python scripts implement data parsing and markdown→HTML conversion, templates and instructions cover expected report types. No unexpected env vars, binaries, or remote services are required.
Instruction Scope
SKILL.md stays focused on ingest→analyze→template→generate. It does instruct the agent that URLs may be accepted and to 'Use `web_fetch` to extract visible data' when given dashboard/analytics URLs — this is reasonable for a report tool but implies the agent will fetch remote pages if the user supplies URLs, so users should avoid giving sensitive dashboard links. The instructions also tell the agent to read local files provided as inputs (CSV/JSON), which is expected.
Install Mechanism
There is no install spec — the skill is instruction-only with included Python scripts. No downloads from remote or package installs are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not reference external secrets or unrelated services.
Persistence & Privilege
always is false and the skill does not request persistent/always-on presence or modify other skills. It is user-invocable and can be called autonomously by agents (platform default), which is normal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install client-report-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /client-report-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug client-report-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

client-report-generator 是什么?

Generate professional client-facing reports from raw data, metrics, and KPIs. Supports analytics summaries, project status reports, monthly/weekly performanc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 client-report-generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install client-report-generator」即可一键安装,无需额外配置。

client-report-generator 是免费的吗?

是的,client-report-generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

client-report-generator 支持哪些平台?

client-report-generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 client-report-generator?

由 charlie-morrison(@charlie-morrison)开发并维护,当前版本 v1.0.0。

💬 留言讨论