← 返回 Skills 市场
xutianliang77-create

openclaw-reportstudio-community

作者 xutianliang77-create · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1084
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-reportstudio-community
功能描述
Generate polished, read-only business reports from CSV/XLSX into static deliverables (xlsx+pdf+pptx) using ReportStudio Community. Use when a user says things like “用这个表生成月报/周报/经营分析/PPT+PDF汇报材料”, provides a file path, asks for trends (day/week/month), TopN breakdowns by a dimension/metric, or wants professional exports without hallucinated claims.
安全使用建议
This skill appears to do exactly what it says: run a local ReportStudio CLI on a CSV/XLSX and return artifacts. The primary remaining risk is that it will execute whatever 'reportstudio' code is available in the Python environment — that code could perform network requests, access other files, or be malicious if you installed an untrusted package. Before installing/using: (1) ensure the reportstudio package you rely on is from a trusted source or run the skill in an isolated virtualenv/container, (2) avoid passing sensitive files unless you have verified ReportStudio's behavior, (3) do not point repo_dir at untrusted locations, and (4) run the acceptance checklist (references/acceptance.md) and an interactive python -m reportstudio.cli.main --help to confirm behavior. If you need stronger guarantees, require network egress controls or run in a locked-down sandbox.
功能分析
Type: OpenClaw Skill Name: openclaw-reportstudio-community Version: 1.0.0 The `SKILL.md` file instructs the AI agent to execute a `python -m` command, providing an example where user-controlled parameters like `<PATH>`, `<OUT_DIR>`, `<DIM_COL>`, and `<MEASURE_COL>` are passed without quotes. This creates a shell injection vulnerability if the agent directly constructs and executes this command in a shell. Although a safer wrapper script (`scripts/run_reportstudio.py`) exists that uses `subprocess.run` with a list (mitigating shell injection), the `SKILL.md` states its use is 'optional' and to 'prioritize running directly', implying the agent might not use the wrapper. This represents a critical vulnerability (RCE risk) but lacks clear evidence of malicious intent, as the skill explicitly claims 'read-only' and 'no default external network access'.
能力评估
Purpose & Capability
Name/description match the implementation: the SKILL.md and wrapper script call the ReportStudio CLI on a local file to produce xlsx/pdf/pptx artifacts. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
Runtime instructions stay on-task (parse user params, run reportstudio, validate artifact files, return JSON + human summary). The SKILL.md includes safety guidelines (read-only, no DB writes, avoid external network) but these are policy-level constraints and not enforced by the wrapper — ReportStudio itself (the Python module) could perform network I/O or other actions depending on its implementation. The wrapper does not read or transmit unrelated files or env vars.
Install Mechanism
No install spec is provided (instruction-only + small wrapper). Nothing is downloaded or written by the skill itself. The only runtime dependency is that a reportstudio Python package be importable/executable in the environment.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to its stated purpose. The only privilege requested is the ability to run the local Python module and read the user-specified input file and write artifacts to out_dir.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system-wide config. It spawns a subprocess to run reportstudio on-demand, which is appropriate for its function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-reportstudio-community
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-reportstudio-community 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of openclaw-reportstudio-community — an interface for generating professional business reports from CSV/XLSX files. - Converts user input and spreadsheet files into read-only XLSX, PDF, and PPTX deliverables. - Automatically extracts reporting parameters (e.g., trends, breakdowns, TopN) from natural language requests. - Protects original data: generates reports without modifying sources or writing to external databases. - Enforces strict reporting boundaries: only produces data-supported, quantifiable insights; flags insufficient data with clear warnings. - Summarizes results and any processing issues in output for easy acceptance checking.
元数据
Slug openclaw-reportstudio-community
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

openclaw-reportstudio-community 是什么?

Generate polished, read-only business reports from CSV/XLSX into static deliverables (xlsx+pdf+pptx) using ReportStudio Community. Use when a user says things like “用这个表生成月报/周报/经营分析/PPT+PDF汇报材料”, provides a file path, asks for trends (day/week/month), TopN breakdowns by a dimension/metric, or wants professional exports without hallucinated claims. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1084 次。

如何安装 openclaw-reportstudio-community?

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

openclaw-reportstudio-community 是免费的吗?

是的,openclaw-reportstudio-community 完全免费(开源免费),可自由下载、安装和使用。

openclaw-reportstudio-community 支持哪些平台?

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

谁开发了 openclaw-reportstudio-community?

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

💬 留言讨论