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/vm-config-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/vm-config-commands)<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>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.00539 |
| Opus 5 | $0.00000 | $0.00269 |
| Sonnet 5 | $0.00000 | $0.00108 |
| Haiku 4.5 | $0.00000 | $0.00054 |
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.
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]
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.
- 5d ago First seen · 71 lines · 0 tokens per session scan A 3f7ec56d486f
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.
Other commands, from other repositories
open-internet
Set up your own private server for unrestricted internet access — buy it, configure it, connect to it, and keep it working.
deploy
Build and deploy the BruceOS docs site to Cloudflare Pages.
cost-optimize
You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, GCP, and OCI. Where provider-specific code appears below, adapt…
account
This API allows you to manage your Scaleway Projects.
deploy
Build, test, deploy with staged rollout.
deploy
Deploy a frontend (React, Next.js, or static HTML) to a live URL on Butterbase.