vm-config-commands

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

A reference for commands that create and configure virtual-machine templates in Orka3, a command-line system for managing virtual machines. It lists command syntax, required images, CPU and memory settings, scheduling, networking, and some Intel-only options.

In plain words
What is it for?
Use it to create VM configurations, choose an image, set CPU and RAM, attach an ISO, enable GPU passthrough, control VNC or networking, and check naming requirements.
Why use it?
It gives developers the exact command forms and configuration rules needed to create repeatable VM templates without searching through separate documentation.

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-config-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-config-commands

README.md
[![agentmods](https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/vm-config-commands.svg)](https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/vm-config-commands)
Your own site
<a href="https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/vm-config-commands"><img src="https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/vm-config-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 539 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.00539
Opus 5 $0.00000 $0.00269
Sonnet 5 $0.00000 $0.00108
Haiku 4.5 $0.00000 $0.00054

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

Security

Grade A, and why

vm-config-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 5d 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-config-commands.md · 71 lines

What it actually says

VM Configuration Commands Reference

This reference provides detailed syntax and examples for VM configuration template commands in Orka3 CLI.

orka3 vm-config create (alias: vmc)

Create a VM configuration template.

Syntax:

orka3 vm-config create <NAME> [flags]

Options:

  • -i, --image string - (Required) Base image (local or OCI)
  • -c, --cpu int - Number of CPU cores (default: 3)
  • -m, --memory float - RAM in gigabytes
  • --scheduler string - Scheduler: 'default' or 'most-allocated'
  • --tag string - Node affinity tag
  • --tag-required - Require tagged nodes
  • --disable-vnc - Disable VNC

Intel-only Options:

  • --iso string - ISO name to attach
  • --gpu - Enable GPU passthrough
  • --system-serial string - Custom serial number
  • --disable-net-boost - Disable network boost

Config Name Requirements:

  • Max 50 characters
  • Lowercase alphanumeric or dashes
  • Starts with alphabetic, ends with alphanumeric
  • Unique to cluster

Examples:

orka3 vmc create medium-ventura-vm --image 90gbventurassh.img --cpu 6
orka3 vmc create small-arm-vm -i ghcr.io/org/orka-images/orka-arm:latest --cpu 4
orka3 vmc create medium-vm --image sonoma.orkasi --memory 5
orka3 vmc create build-vm --image sonoma.orkasi --tag jenkins-builds --tag-required

orka3 vm-config list (alias: vmc)

Show information about VM configurations.

Syntax:

orka3 vm-config list [<NAME>] [--output <FORMAT>] [flags]

Options:

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

Examples:

orka3 vmc list
orka3 vmc list --output wide
orka3 vmc list small-ventura-vm
orka3 vmc list --output wide | grep '[email protected]'

orka3 vm-config delete (alias: vmc)

Delete VM configuration templates.

Syntax:

orka3 vm-config delete <NAME> [<NAME2> ...] [flags]
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. 5d ago First seen · 71 lines · 0 tokens per session scan A 3f7ec56d486f

Subscribe to this mod's changes

vm-config-commands is a command published in the GitHub repository macstadium/orka3-cli-agent-skill (3 stars, last pushed 10d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 539 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.