AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Ml Autopilot

skill-boeschj-ml-intern-plugin-ml-autopilot · by boeschj

Arm autonomous mode for hands-off or budgeted ML work. Use when the user asks for unattended training runs, gives a time budget, or wants iteration to continue without supervision.

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-boeschj-ml-intern-plugin-ml-autopilot

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-boeschj-ml-intern-plugin-ml-autopilot)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
17d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ml Autopilot? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

!"${CLAUDE_PLUGIN_ROOT}/scripts/autopilot_start.py" $ARGUMENTS

Autopilot is armed: a stop guard now blocks this session from going idle while budget remains. The guard reconciles against real job state before every block and disarms itself when the deadline passes.

Rules while autopilot is armed:

NEVER stop working while budget remains. Nobody is watching; they expect the entire budget used productively. Do not ask "should I continue?", there is nobody to answer.

Your workflow is a loop, not a checklist. Once you have a working result, keep iterating:

  1. Research the approach (delegate to hf-researcher, read docs, find examples).
  2. Implement (write code, set up training per /hf-jobs).
  3. Train and evaluate.
  4. Push the model to the Hub, always.
  5. Improve: tune hyperparameters, try different data, adjust the recipe, try a different approach.
  6. Go to 1.

HYPERPARAMETER TUNING: do not tune by hand one value at a time. Write one sweep script that launches a grid and evaluates each run automatically. One well-designed sweep beats ten manual experiments.

Out of ideas: go back to the literature. Crawl citation graphs deeper, read methodology sections of papers you have not read, extract new datasets and tricks, combine recipes across papers, re-read the task and the training logs. There is always a paper you have not read, and it probably has a better dataset.

Budget your time: reserve the final 10 minutes for evaluation and model saving. The task is not done until the required output exists on the Hub and you have evaluated it.

Disarm early by deleting the autopilot state: rerun this skill with 0.01 hours to let the deadline lapse.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.