config-commands

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

A reference for Orka3 command-line tools that configure the service connection, authentication, and other utility settings.

In plain words
What is it for?
Use it to set or view the Orka API URL, work with the default namespace from a Kubernetes configuration, and handle authentication and utility commands.
Why use it?
It helps developers connect the CLI to the correct Orka service and inspect or update local settings without relying on undocumented commands.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/config-commands.svg)](https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/config-commands)
Your own site
<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>
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 910 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00910
Opus 5 $0.00000 $0.00455
Sonnet 5 $0.00000 $0.00182
Haiku 4.5 $0.00000 $0.00091

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

Security

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`
orka3-cli/references/commands/config-commands.md · 150 lines

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

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 / MSDC
  • https://company.orka.app — Domain-based access (replace company with 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):

  1. --namespace / -n flag on command
  2. ORKA_DEFAULT_NAMESPACE environment variable
  3. Namespace from orka kubeconfig context
  4. 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

Read the full file on GitHub · 150 lines

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. 4d ago First seen · 150 lines · 0 tokens per session scan C 16c21eb063a7

Subscribe to this mod's changes

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.