# Ml Autopilot

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-boeschj-ml-intern-plugin-ml-autopilot`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [boeschj](https://agentstack.voostack.com/s/boeschj)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [boeschj](https://github.com/boeschj)
- **Source:** https://github.com/boeschj/ml-intern-plugin/tree/main/skills/ml-autopilot
- **Website:** https://github.com/boeschj/ml-intern-plugin#quickstart

## Install

```sh
agentstack add skill-boeschj-ml-intern-plugin-ml-autopilot
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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.

- **Author:** [boeschj](https://github.com/boeschj)
- **Source:** [boeschj/ml-intern-plugin](https://github.com/boeschj/ml-intern-plugin)
- **License:** Apache-2.0
- **Homepage:** https://github.com/boeschj/ml-intern-plugin#quickstart

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-boeschj-ml-intern-plugin-ml-autopilot
- Seller: https://agentstack.voostack.com/s/boeschj
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
