image-commands

image-commands is a command for coding agents from macstadium/orka3-cli-agent-skill. It costs 0 tokens per session (1,371 once invoked), scanned A, original, Apache-2.0.

A reference for Orka3 command-line tools that manage virtual-machine images in an Orka cluster, including locally stored images and image caches.

In plain words
What is it for?
Use it when working with Orka images: listing images, copying them under new names, generating empty images on Intel systems, and handling image-cache operations on Apple Silicon.
Why use it?
It gives developers the command syntax, options, and examples needed to inspect, copy, generate, and manage images without guessing the CLI format.

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/macstadium/orka3-cli-agent-skill/image-commands
Clone the repo
git clone --depth 1 https://github.com/macstadium/orka3-cli-agent-skill

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for image-commands

README.md
[![agentmods](https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/image-commands.svg)](https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/image-commands)
Your own site
<a href="https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/image-commands"><img src="https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/image-commands.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,371 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00000 $0.01371
Opus 5 $0.00000 $0.00685
Sonnet 5 $0.00000 $0.00274
Haiku 4.5 $0.00000 $0.00137

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

Security

Grade A, and why

image-commands scanned grade A with 0 findings 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 3d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

orka3-cli/references/commands/image-commands.md · 195 lines

How it starts

The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Image Commands Reference

This reference provides detailed syntax and examples for image-related Orka3 CLI commands, including image cache operations.

Contents

Local Image Commands

orka3 image list

List locally stored images in your Orka cluster.

Syntax:

orka3 image list [<NAME>] [--output <FORMAT>] [flags]

Options:

  • -o, --output string - Output format: table|wide|json

Examples:

orka3 image list
orka3 image list sonoma-90gb-orka3-arm
orka3 image list --output json
orka3 image list --arch amd64

orka3 image copy

Copy an image and set a new name for the copy.

Syntax:

orka3 image copy <SOURCE> <DESTINATION> [--description '<DESC>'] [flags]

Options:

  • -d, --description string - Custom description for the copy

Notes:

  • Async operation - check status with orka3 image list <NAME>
  • Copies description from source by default

orka3 image generate (Intel only)

Generate a new empty image with the specified size.

Syntax:

orka3 image generate <NAME> <SIZE> [--description '<DESC>'] [flags]

Options:

  • -d, --description string - Custom description

Examples:

orka3 image generate 120gbemptyimage 120G

Notes:

  • Intel-only (amd64 architecture)
  • Async operation
  • Used for fresh macOS installs from ISO

orka3 image set-description

Set a custom description for an image.

Syntax:

orka3 image set-description <NAME> <DESCRIPTION> [flags]

CAUTION: Overrides existing description (cannot be undone).

orka3 image delete

Delete the specified locally stored images.

Syntax:

orka3 image delete <NAME> [<NAME2> ...] [flags]

CAUTION: Cannot be undone. Affects VMs/configs using this image.

Image Cache Commands (Apple Silicon only)

orka3 imagecache add (alias: ic)

Cache an image on specified node(s).

Read the full file on GitHub · 195 lines

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. 3d ago First seen · 195 lines · 0 tokens per session scan A 6f68d992ee87

Subscribe to this mod's changes

image-commands is a command published in the GitHub repository macstadium/orka3-cli-agent-skill (3 stars, last pushed 9d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,371 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.