安全扫描
OpenClaw
安全
high confidenceThe skill is internally consistent: it only contains matplotlib templates, style guidelines, and instructions to pick/modify examples to produce Python plotting code — no external credentials, network endpoints, or risky install steps are requested.
评估建议
This skill appears coherent and safe: it ships only matplotlib templates, style guides, and instructions to pick/modify examples and output Python plotting code. There are a few practical things to note before running generated code: (1) Example scripts save images to the current working directory (plt.savefig) — expect local file writes. (2) All examples reference a macOS font path (/System/Library/Fonts/STHeiti Light.ttc); on other OSes you may need to adjust the font path or install an approp...详细分析 ▾
✓ 用途与能力
Name/description (generate professional matplotlib code in three styles) matches the shipped assets and requirements: the repo contains examples, references, and a SKILL.md describing how to pick templates and produce code. No extraneous credentials, binaries, or unrelated capabilities are requested.
✓ 指令范围
SKILL.md directs the agent to analyze data, select a chart type, prefer examples/ templates in examples/, consult references/visualization_spec.md, and output Python code. The instructions do not ask the agent to read unrelated system files, access environment variables, or transmit data externally. They do instruct producing runnable code and the example scripts save images to disk (plt.savefig), which is expected for this purpose.
✓ 安装机制
No install specification; the skill is instruction-only with included example scripts. There are no downloads or package installs described in SKILL.md or the manifest. Risk from installation is minimal.
✓ 凭证需求
The skill requires no environment variables, no credentials, and no config paths. The only system dependency in the code is an explicit font path (/System/Library/Fonts/STHeiti Light.ttc), which is a cross-platform compatibility detail (not a secret) and not a credential request.
✓ 持久化与权限
The skill is not always-enabled (always: false) and does not request persistent privileges or modify other skills or global agent settings. It performs normal local file writes (saving PNGs) when example scripts are run, which is appropriate for plotting templates.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/20
Initial release with professional multi-style data visualization code generation using matplotlib: - Intelligently selects optimal chart type based on data type and user scenario. - Supports three professional style templates: BCG (default green), The Economist (media red-blue), McKinsey (bright cyan/grey). - Provides complete runnable Python script examples for each style and chart type. - Enforces strict visual guidelines, color schemes, and formatting for each style. - Offers clear workflow and chart selection guidance for fast, standardized visualization output.
● 无害
安装命令
点击复制官方npx clawhub@latest install veezvg-data-visualization
镜像加速npx clawhub@latest install veezvg-data-visualization --registry https://cn.longxiaskill.com镜像同步中