vm-commands

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

A command reference for controlling Orka virtual machines, which are software-based computers running on Orka infrastructure. It lists syntax, options, examples, and platform limits for common VM operations.

In plain words
What is it for?
Use it to deploy, list, delete, save, commit, resize, start, stop, suspend, resume, revert, or push virtual machines, depending on the platform.
Why use it?
It makes VM administration commands easier to find and use correctly from the command line.

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/vm-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 vm-commands

README.md
[![agentmods](https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/vm-commands.svg)](https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/vm-commands)
Your own site
<a href="https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/vm-commands"><img src="https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/vm-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 2,160 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.02160
Opus 5 $0.00000 $0.01080
Sonnet 5 $0.00000 $0.00432
Haiku 4.5 $0.00000 $0.00216

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

Security

Grade A, and why

vm-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/vm-commands.md · 270 lines

How it starts

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

VM Commands Reference

This reference provides detailed syntax and examples for VM-related Orka3 CLI commands.

Contents

orka3 vm deploy

Deploy a VM with specified configuration.

Syntax:

orka3 vm deploy [<NAME>] --image <IMAGE> [flags]
orka3 vm deploy [<NAME>] --config <TEMPLATE> [flags]

Options:

  • -i, --image string - (Required if no --config) Base image (local or OCI)
  • --config string - VM configuration template
  • -c, --cpu int - Number of CPU cores (default: 3)
  • -m, --memory float - RAM in gigabytes
  • --node string - Specific node for deployment
  • --tag string - Node affinity tag
  • --tag-required - Require tagged nodes
  • --generate-name - Generate unique name with suffix
  • --scheduler string - Scheduler: 'default' or 'most-allocated'
  • --metadata stringToString - Custom metadata (key1=value1,key2=value2)
  • -p, --ports strings - Port mapping (NODE_PORT:VM_PORT[/tcp|/udp]); protocol defaults to TCP if omitted
  • --timeout int - Deployment timeout in minutes (default: 10)
  • -n, --namespace string - Target namespace
  • -o, --output string - Output format: json|wide

Intel-only Options:

  • --iso string - ISO name to attach
  • --gpu - Enable GPU passthrough (requires --disable-vnc)
  • --system-serial string - Custom serial number
  • --disable-net-boost - Disable network performance boost
  • --disable-vnc - Disable VNC

Read the full file on GitHub · 270 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 · 270 lines · 0 tokens per session scan A 20ecd1e9c894

Subscribe to this mod's changes

vm-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 2,160 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.