download

A command for downloading completed Modellix job results to a local folder. The remote result links expire after about seven days.

In plain words
What is it for?
It helps find a completed job, download its images, videos, or audio, preserve existing files, and report the saved paths and sizes.
Why use it?
It saves results before their temporary links disappear and avoids resubmitting a job just to retrieve its files.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/modellix/modellix-plugin/download
Clone the repo
git clone --depth 1 https://github.com/Modellix/modellix-plugin
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 325 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00015 $0.00325
Opus 5 $0.00008 $0.00162
Sonnet 5 $0.00003 $0.00065
Haiku 4.5 $0.00002 $0.00032

Measured 2d ago against content hash 25a8911c52d5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

download scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

4. If the download fails with a private or reserved network error (common when a local proxy maps `file.modellix.ai` into `198.18.0.0/15`), retry with `--allow-private-network` for trusted Modellix CDN hosts, or fetch `r
commands/download.md · 23 lines

What it actually says


description: Download Modellix task results to a local directory before the resource URLs expire. argument-hint: [optional task id] [optional output directory]

Download Modellix results. Target: $ARGUMENTS

Read-only against the API: downloading costs nothing and never resubmits a task.

  1. Resolve the task id: use the one in $ARGUMENTS, otherwise take the most recent successful entry from modellix-cli task history --limit 20 --json and say which one you picked.
  2. Download to ./outputs unless $ARGUMENTS names a directory:
modellix-cli task download <task_id> --output-dir ./outputs --json

Existing files are preserved by default; pass --overwrite only when the user asks for it.

  1. If the task is not in a successful terminal state yet, stop and use /modellix:tasks to wait — do not submit a new task.
  2. If the download fails with a private or reserved network error (common when a local proxy maps file.modellix.ai into 198.18.0.0/15), retry with --allow-private-network for trusted Modellix CDN hosts, or fetch result.resources[].url with curl and name files modellix-{model_slug}-{timestamp}.{ext} (slashes in the slug become hyphens).
  3. Resource URLs expire in about 7 days. If they are already gone, say so plainly instead of silently regenerating.
  4. Report the local file paths and byte counts.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 23 lines · 0 tokens per session scan A 25a8911c52d5

Subscribe to this mod's changes

download is a command published in the GitHub repository Modellix/modellix-plugin (1 stars, last pushed 21d ago), licensed MIT. It adds 15 tokens to every session and 325 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.