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/node-commandsgit clone --depth 1 https://github.com/macstadium/orka3-cli-agent-skillWhat 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.00494 |
| Opus 5 | $0.00000 | $0.00247 |
| Sonnet 5 | $0.00000 | $0.00099 |
| Haiku 4.5 | $0.00000 | $0.00049 |
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.
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
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.
- 2d ago First seen · 82 lines · 0 tokens per session scan A 771df5d324cc
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.
Other commands, from other repositories
app
Control macOS apps via peekaboo app.
mcp
Run Peekaboo as an MCP server via peekaboo mcp.
type
Inject keystrokes via peekaboo type.
dock
Automate macOS Dock interactions via peekaboo dock.
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.