← Back to Skills Marketplace
0x-professor

Ml Experiment Tracker

cross-platform ⚠ suspicious
568
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install ml-experiment-tracker
Description
Plan reproducible ML experiment runs with explicit parameters, metrics, and artifacts. Use before model training to standardize tracking-ready experiment def...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ml-experiment-tracker
  3. After installation, invoke the skill by name or use /ml-experiment-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ml-experiment-tracker
Version 0.1.0
License
All-time Installs 4
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Ml Experiment Tracker?

Plan reproducible ML experiment runs with explicit parameters, metrics, and artifacts. Use before model training to standardize tracking-ready experiment def... It is an AI Agent Skill for Claude Code / OpenClaw, with 568 downloads so far.

How do I install Ml Experiment Tracker?

Run "/install ml-experiment-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ml Experiment Tracker free?

Yes, Ml Experiment Tracker is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Ml Experiment Tracker support?

Ml Experiment Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ml Experiment Tracker?

It is built and maintained by Muhammad Mazhar Saeed (@0x-professor); the current version is v0.1.0.

💬 Comments