node-commands

A command reference for managing Orka nodes, which are the machines that run Orka virtual machines. It documents commands for viewing nodes and adding or removing deployment tags.

In plain words
What is it for?
Use it to list nodes, choose output formats or namespaces, tag a node for targeted virtual-machine deployment, and remove a tag.
Why use it?
It puts the required command syntax, options, and examples in one place, so you do not have to guess how to inspect or target nodes.

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/node-commands
Clone the repo
git clone --depth 1 https://github.com/macstadium/orka3-cli-agent-skill
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 494 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.00494
Opus 5 $0.00000 $0.00247
Sonnet 5 $0.00000 $0.00099
Haiku 4.5 $0.00000 $0.00049

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

Security

Grade A, and why

node-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 2d 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/node-commands.md · 82 lines

What it actually says

Node Commands Reference

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

orka3 node list

Show information about Orka nodes.

Syntax:

orka3 node list [<NAME>] [--namespace <NS>] [--output <FORMAT>] [flags]

Options:

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

Examples:

orka3 node list
orka3 node list --output wide
orka3 node list mini-1
orka3 node list --namespace orka-test
orka3 node list mini-arm -o wide

orka3 node tag (Admin)

Tag a node for targeted VM deployment (set node affinity).

Syntax:

orka3 node tag <NODE_NAME> <TAG> [--namespace <NS>] [flags]

Tag Requirements:

  • Max 63 characters
  • Alphanumeric, dashes, underscores, or periods
  • Begins and ends with alphanumeric
  • One tag at a time

Examples:

orka3 node tag mini-1 jenkins
orka3 node tag mini-1 jenkins --namespace orka-test
orka3 node list mini-1 --output wide  # Verify tag

orka3 node untag (Admin)

Remove a tag from a node.

Syntax:

orka3 node untag <NODE_NAME> <TAG> [--namespace <NS>] [flags]

Examples:

orka3 node untag mini-1 my-tag
orka3 node untag mini-1 my-tag --namespace orka-test

orka3 node namespace (Admin)

Move Orka nodes across namespaces.

Syntax:

orka3 node namespace <NODE> [--namespace <CURRENT_NS>] <TARGET_NS> [flags]

Options:

  • -n, --namespace string - Current namespace (default: "orka-default")

Examples:

orka3 node namespace mini-1 orka-test
orka3 node namespace mini-1 --namespace orka-test orka-production
orka3 node namespace mini-1 --namespace orka-production orka-default
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. 2d ago First seen · 82 lines · 0 tokens per session scan A 771df5d324cc

Subscribe to this mod's changes

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