← 返回 Skills 市场
bytesagain-lab

Ml Visualizer

作者 bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
218
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ml-visualizer
功能描述
Visual analysis and diagnostic tools to help machine learning model selection. ml-visualizer, python, anaconda, estimator, machine-learning, matplotlib.
安全使用建议
This skill appears to be a simple local journal/logger for ML workflows and is internally consistent with that purpose. Before installing, consider: - The script writes logs to ~/.local/share/ml-visualizer by default. If you plan to record sensitive dataset paths or metadata, those will be stored as plain text on disk and included in exports. - SKILL.md claims an ML_VISUALIZER_DIR env var override, but the included script does not use it—so the data directory is hardcoded unless you modify the script. - There are minor metadata mismatches (SKILL.md name/version differs from registry metadata); these are likely sloppy packaging rather than malicious behavior. If you’re comfortable with local plain-text logs and/or you review/modify the script to change the data directory or tighten file permissions, this skill is coherent and low-risk. If you need the env-override behavior or stricter storage controls, ask the author for a corrected release or inspect and edit the script before use.
功能分析
Type: OpenClaw Skill Name: ml-visualizer Version: 1.0.0 The skill is classified as suspicious due to a significant discrepancy between its stated purpose (ML visualization using matplotlib and anaconda) and its actual implementation, which is a simple bash script that only logs text strings to local files. Furthermore, the `search` command in `scripts/script.sh` is vulnerable to argument injection because it passes user input directly to `grep` without using the `--` delimiter, and the `_export` function is susceptible to JSON injection as it does not sanitize logged values before formatting them into a JSON structure.
能力评估
Purpose & Capability
The declared purpose (ML visualization / data pipeline journaling) matches the shipped code: a Bash script that records timestamped entries and exports logs. Minor inconsistencies: SKILL.md's YAML header names the project 'Yellowbrick' while the skill is published as 'Ml Visualizer', and SKILL.md claims an environment variable ML_VISUALIZER_DIR can override the data directory, but the script hardcodes DATA_DIR to ${HOME}/.local/share/ml-visualizer and does not read ML_VISUALIZER_DIR.
Instruction Scope
Runtime instructions and the script operate only on log files inside the data directory and stdout. The SKILL.md examples include example text like s3:// paths, but the tool treats those as plain strings (it does not access S3). The script does not read other system config, secrets, or network endpoints.
Install Mechanism
There is no install spec (instruction-only skill plus a bundled script). Nothing is downloaded or executed from remote URLs during install, so risk is limited to code shipped with the skill.
Credentials
The skill requests no environment variables or credentials. SKILL.md documents ML_VISUALIZER_DIR as an override, but the script does not honor that variable — a mismatch but not a security concern. No secrets or unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and requests no elevated privileges. It only writes files under the invoking user's home directory; it does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ml-visualizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ml-visualizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug ml-visualizer
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Ml Visualizer 是什么?

Visual analysis and diagnostic tools to help machine learning model selection. ml-visualizer, python, anaconda, estimator, machine-learning, matplotlib. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 218 次。

如何安装 Ml Visualizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ml-visualizer」即可一键安装,无需额外配置。

Ml Visualizer 是免费的吗?

是的,Ml Visualizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ml Visualizer 支持哪些平台?

Ml Visualizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ml Visualizer?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v1.0.0。

💬 留言讨论