← 返回 Skills 市场
152
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install py-math-viz
功能描述
Create clear math/data visualizations in Python and export to PNG (matplotlib/seaborn; optional OpenCV post-processing). Use when the user asks to plot funct...
安全使用建议
This skill appears to be what it says: a small Python plotting toolkit with an OpenCV tiler and a weather-example that fetches data from api.open-meteo.com. Before using: (1) confirm you trust the source — the full scripts are included so you can inspect them (good practice); (2) run inside an isolated environment/venv or sandbox (SKILL.md references /root/.openclaw/workspace/.venv-math/bin/python but you can use any Python with the listed libs); (3) only pass CSV/image file paths you intend to expose — the scripts will read any path you provide; (4) expect the weather script to perform outbound HTTP requests (no credentials required); (5) there are no required secrets or installers embedded, so risk is typical for running third-party scripts (review and sandbox if you have sensitive data).
功能分析
Type: OpenClaw Skill
Name: py-math-viz
Version: 0.1.1
The skill bundle provides legitimate tools for data visualization and weather reporting using Python libraries like matplotlib, seaborn, and OpenCV. It includes scripts for rendering plots from JSON specifications (plot_from_spec.py), tiling images (tile_images.py), and fetching weather data from the public Open-Meteo API (weather.py). The code is well-structured, follows its stated purpose, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (plot PNGs with matplotlib/seaborn and optional OpenCV) align with the bundled scripts: plot_from_spec.py (JSON→PNG renderer), tile_images.py (OpenCV image tiling), and weather.py (fetches weather + renders a 24h sprite). The weather script is an expected convenience example for plotting.
Instruction Scope
SKILL.md instructs running the provided scripts and writing outputs to out/. plot_from_spec.py reads CSVs or inline arrays from a spec you provide (so it will read any file paths you supply). weather.py makes an outbound HTTP call to api.open-meteo.com to fetch forecast data. These behaviors are coherent with plotting, but the scripts will read and write files you point them at and the weather helper performs a network request — review inputs you pass and expect network traffic when using the weather script.
Install Mechanism
No install spec or remote download; this is an instruction/code-only skill. The SKILL.md notes a specific virtualenv path and expected Python packages (matplotlib, seaborn, numpy, opencv-python-headless), which is a runtime assumption rather than an installer fetching arbitrary code.
Credentials
The skill requests no environment variables, no credentials, and no config paths. There are no hidden secrets requested; external network access is limited to the open-meteo API called by weather.py (expected for a weather plotting helper).
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It only writes output files to paths you or the instructions specify (out/ by default).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install py-math-viz - 安装完成后,直接呼叫该 Skill 的名称或使用
/py-math-viz触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Add weather sprite helper (Open-Meteo based), multi-panel PNG output, and doc updates
v0.1.0
Initial release: PNG-first plotting via matplotlib/seaborn; JSON spec; bar (grouped/stacked); OpenCV tiling; recipes
元数据
常见问题
Py Math Viz 是什么?
Create clear math/data visualizations in Python and export to PNG (matplotlib/seaborn; optional OpenCV post-processing). Use when the user asks to plot funct... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。
如何安装 Py Math Viz?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install py-math-viz」即可一键安装,无需额外配置。
Py Math Viz 是免费的吗?
是的,Py Math Viz 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Py Math Viz 支持哪些平台?
Py Math Viz 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Py Math Viz?
由 ilysha(@rokokol)开发并维护,当前版本 v0.1.1。
推荐 Skills