← 返回 Skills 市场
0x-professor

Ml Experiment Tracker

作者 Muhammad Mazhar Saeed · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
568
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install ml-experiment-tracker
功能描述
Plan reproducible ML experiment runs with explicit parameters, metrics, and artifacts. Use before model training to standardize tracking-ready experiment def...
安全使用建议
This skill appears coherent and low-risk: it only generates experiment plans and writes them to a user-specified output path. Before running, (1) choose a safe output path to avoid overwriting important files, (2) inspect the included script if you have concerns — it's short and uses only standard libraries, (3) if you plan to integrate the plan with an external tracker (e.g., MLflow), provide credentials to that tracker separately and review any integration code before giving secrets, and (4) run the script in a sandbox or CI environment if you are running untrusted inputs. Overall, no unrelated credentials or network calls are requested by the skill.
功能分析
Type: OpenClaw Skill Name: ml-experiment-tracker Version: 0.1.0 The `scripts/build_experiment_plan.py` script allows arbitrary file read via the `--input` argument and arbitrary file write via the `--output` argument. While the script itself does not exhibit malicious intent, these capabilities, when exposed to an AI agent, create a significant vulnerability for Local File Inclusion/Disclosure and arbitrary file write through prompt injection. A malicious prompt could instruct the agent to read sensitive files (e.g., `/etc/passwd`, `~/.ssh/id_rsa`) or write to critical system locations, leading to potential data exfiltration or system compromise. This is classified as suspicious due to the presence of a critical vulnerability that could be exploited by a malicious agent prompt.
能力评估
Purpose & Capability
Name/description match the provided script and docs: the skill generates structured experiment plans and suggests logging to trackers. There are no unexpected required binaries, env vars, or services.
Instruction Scope
SKILL.md directs the agent to run the bundled script and read the local tracking guide. The script only reads an optional JSON input, validates size, and writes an output file in json/md/csv formats — it does not access external endpoints or arbitrary system credentials.
Install Mechanism
No install spec — instruction-only plus a small Python script. This is low-risk; the script uses only Python stdlib and writes local output files.
Credentials
The skill requests no environment variables or secrets. Recommendations to log to MLflow are advisory only and do not require embedded credentials in the skill.
Persistence & Privilege
Skill is not forced always-on and does not modify agent/system configurations. It is user-invocable and may be invoked by the model (normal behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ml-experiment-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ml-experiment-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of ml-experiment-tracker. - Plan ML experiment runs with explicit parameters, metrics, and artifacts. - Standardize experiment definitions for tracking and reproducibility. - Generate structured run plans before model training. - Provides scripts for creating run plans and reference guides for best practices.
元数据
Slug ml-experiment-tracker
版本 0.1.0
许可证
累计安装 4
当前安装数 3
历史版本数 1
常见问题

Ml Experiment Tracker 是什么?

Plan reproducible ML experiment runs with explicit parameters, metrics, and artifacts. Use before model training to standardize tracking-ready experiment def... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 568 次。

如何安装 Ml Experiment Tracker?

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

Ml Experiment Tracker 是免费的吗?

是的,Ml Experiment Tracker 完全免费(开源免费),可自由下载、安装和使用。

Ml Experiment Tracker 支持哪些平台?

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

谁开发了 Ml Experiment Tracker?

由 Muhammad Mazhar Saeed(@0x-professor)开发并维护,当前版本 v0.1.0。

💬 留言讨论