Chart
PassAudited by ClawScan on May 1, 2026.
Overview
This skill coherently generates charts locally and stores chart history/images in a disclosed local folder, with no evidence of network access, credential use, or destructive behavior.
This appears safe for local chart generation. Before installing, make sure Python 3 and matplotlib come from trusted sources, and remember that chart titles, labels, and values are saved locally in the OpenClaw workspace.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
You may need to provide Python and matplotlib yourself, and should install dependencies from a trusted source.
The package has limited provenance metadata and does not machine-declare the Python/matplotlib runtime requirements described in SKILL.md. This is a setup/provenance note, not evidence of hidden installation or remote code execution.
Source: unknown; Homepage: none; Required binaries (all must exist): none; No install spec — this is an instruction-only skill.
Confirm Python 3 and matplotlib are already installed from trusted sources before using the skill.
Data used to make charts may remain in local history and could be seen later by the user or other local processes with access to that workspace.
The script saves user-provided chart titles, labels, values, and output paths into persistent local chart history.
"title": args.title,
"type": args.type,
"labels": labels,
"values": values,
"output_path": output_pathAvoid charting highly sensitive data unless local persistence is acceptable, and delete ~/.openclaw/workspace/memory/chart if you want to remove saved chart history.
