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/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/config-commands)<a href="https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/config-commands"><img src="https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/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.00910 |
| Opus 5 | $0.00000 | $0.00455 |
| Sonnet 5 | $0.00000 | $0.00182 |
| Haiku 4.5 | $0.00000 | $0.00091 |
Grade C, and why
config-commands scanned grade C with 1 finding 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 4d 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.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
- Token stored in `~/.kube/config` How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Configuration and Utility Commands Reference
This reference provides detailed syntax and examples for configuration, authentication, and utility Orka3 CLI commands.
Contents
- Configuration Commands
- Default Namespace Detection (v3.5.2+)
- Authentication Commands
- Utility Commands
Configuration Commands
orka3 config set
Set the Orka service URL for your environment.
Syntax:
orka3 config set --api-url <URL> [flags]
Options:
-a, --api-url string- (Required) The Orka service URL-h, --help- Display help
Examples:
orka3 config set --api-url http://10.221.188.20
orka3 config set --api-url https://company.orka.app
Common API URLs:
http://10.221.188.20— Standard Orka 2.1+ on-premises / MSDChttps://company.orka.app— Domain-based access (replacecompanywith your org)- Check with your MacStadium team or [email protected] if you don't know your API URL
orka3 config view
View the current local Orka CLI configuration.
Syntax:
orka3 config view [flags]
Default Namespace Detection (v3.5.2+)
The Orka CLI now automatically reads the default namespace from your orka kubeconfig context, eliminating the need to repeatedly specify namespaces in commands.
Namespace Resolution Hierarchy (highest to lowest priority):
--namespace/-nflag on commandORKA_DEFAULT_NAMESPACEenvironment variable- Namespace from orka kubeconfig context
- Falls back to
orka-default
Setting a Custom Default Namespace:
# Option 1: Environment variable (session or persistent)
export ORKA_DEFAULT_NAMESPACE=my-team-namespace
orka3 vm list # Uses my-team-namespace
# Option 2: kubectl context (persistent)
kubectl config set-context orka --namespace=orka-default
Requirements:
- Orka CLI version 3.5.2 or later
- Valid orka kubeconfig file with configured context
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.
- 4d ago First seen · 150 lines · 0 tokens per session scan C 16c21eb063a7
config-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 910 tokens. A static security scan graded it C with 1 finding (reaches for credential files). 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.
drag
Execute drag-and-drop flows via peekaboo drag.
move
Position the cursor via peekaboo move.
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.