← Back to Skills Marketplace
xutianliang77-create

openclaw-reportstudio-community

cross-platform ⚠ suspicious
1084
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-reportstudio-community
Description
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.
Usage Guidance
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.
Capability Analysis
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'.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-reportstudio-community
  3. After installation, invoke the skill by name or use /openclaw-reportstudio-community
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-reportstudio-community
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1084 downloads so far.

How do I install openclaw-reportstudio-community?

Run "/install openclaw-reportstudio-community" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclaw-reportstudio-community free?

Yes, openclaw-reportstudio-community is completely free (open-source). You can download, install and use it at no cost.

Which platforms does openclaw-reportstudio-community support?

openclaw-reportstudio-community is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-reportstudio-community?

It is built and maintained by xutianliang77-create (@xutianliang77-create); the current version is v1.0.0.

💬 Comments