Data Analysis Pro

v1.0.5

Data analysis pro skill providing three core functions: data analysis, data interpretation, and data visualization. **Use Cases**: (1) Data Analysis - Statis...

0· 252·0 current·0 all-time
byChartGen AI@chartgen-ai·duplicate of @chartgen-ai/analysis-data
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (data analysis, interpretation, visualization) match the included scripts and the ChartGen API client. Required env var CHARTGEN_API_KEY aligns with the stated ChartGen integration.
Instruction Scope
Runtime instructions and scripts only read the provided --file or --json input, base64-encode file contents, and POST them to chartgen.ai endpoints. This is within scope but means user data (files/JSON) is transmitted to an external service—an expected but important privacy/coverage consideration.
Install Mechanism
No install spec (instruction-only with included scripts) — nothing is downloaded or installed by the skill itself. The code depends on Python standard libraries and the third-party 'requests' package; the skill does not declare or install dependencies automatically.
Credentials
Only CHARTGEN_API_KEY is required and is appropriate for an external API client. No unrelated credentials, config paths, or extra secrets are requested.
Persistence & Privilege
always is false and the skill does not alter other skills or system-wide settings. It writes output HTML files to /tmp/openclaw/charts by default, which is reasonable for a visualization tool.
Assessment
This skill is internally coherent, but it sends whatever file or JSON you provide to https://chartgen.ai for processing. Before installing or running it: (1) Verify you trust chartgen.ai and review their privacy/billing policies (especially for sensitive data). (2) Restrict the CHARTGEN_API_KEY (use minimal-permission key and billing/credit limits). (3) Test with non-sensitive sample data first. (4) Ensure your environment has the Python 'requests' package available. (5) Note the skill will save generated HTML to /tmp/openclaw/charts by default—clean up if that is a concern. If you need an offline/air-gapped workflow, this skill is not suitable.

Like a lobster shell, security has layers — review code before you run it.

latestvk9762bs9z1xzrp9ne216p1pwks8402vg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

EnvCHARTGEN_API_KEY

Comments