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.
npx agentmods add commands/macstadium/orka3-cli-agent-skill/image-commandsgit clone --depth 1 https://github.com/macstadium/orka3-cli-agent-skillWrote 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.
[](https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/image-commands)<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>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.
| Model | Per session | Once 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 |
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.
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).
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.
- 3d ago First seen · 195 lines · 0 tokens per session scan A 6f68d992ee87
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.
Other commands, from other repositories
build
Build the BruceOS ISO locally using podman.
app
Control macOS apps via peekaboo app.
mcp
Run Peekaboo as an MCP server via peekaboo mcp.
set-value
Set accessibility element values directly via peekaboo set-value.
merge-and-status
Merge the current PR, pull main, surface any open contributor PRs and untriaged contributor issues, and show open milestone issues.
index
Command "index" from thrashr888/agentkernel, covering commands, quick reference, daily drivers (root level), sandbox lifecycle (sandbox / sb) and ssh (ssh).