registry-commands

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

A reference for administrator-only Orka3 commands that add or replace credentials for OCI container registries, such as GitHub Container Registry.

In plain words
What is it for?
Use it to configure registry credentials, choose a namespace, replace existing credentials, or allow an insecure HTTP connection when required.
Why use it?
It gives the exact command options for supplying registry usernames and passwords, including safer password input from standard input.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/registry-commands.svg)](https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/registry-commands)
Your own site
<a href="https://agentmods.dev/commands/macstadium/orka3-cli-agent-skill/registry-commands"><img src="https://agentmods.dev/badge/commands/macstadium/orka3-cli-agent-skill/registry-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 502 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.00502
Opus 5 $0.00000 $0.00251
Sonnet 5 $0.00000 $0.00100
Haiku 4.5 $0.00000 $0.00050

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

Security

Grade A, and why

registry-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.

orka3-cli/references/commands/registry-commands.md · 58 lines

What it actually says

OCI Registry Commands Reference

This reference provides detailed syntax and examples for OCI registry credential management in Orka3. These are admin-only operations.

orka3 registrycredential add (alias: regcred)

Add credentials for an OCI registry server.

Syntax:

orka3 registrycredential add <SERVER> --username <USER> {--password <PASS>|--password-stdin} [--replace] [--allow-insecure] [--namespace <NS>] [flags]

Options:

  • -u, --username string - (Required) Username
  • -p, --password string - Password
  • --password-stdin - Read password from stdin
  • --replace - Replace existing credentials
  • --allow-insecure - Fall back to HTTP if HTTPS unavailable
  • -n, --namespace string - Target namespace

Server Address Requirements:

  • Must include scheme and hostname (and optionally port)
  • Examples: https://ghcr.io, https://10.221.188.5:30080

Examples:

orka3 regcred add https://ghcr.io --username "$REGISTRY_USER" --password "$REGISTRY_TOKEN"
echo -n "$REGISTRY_TOKEN" | orka3 regcred add https://ghcr.io --username "$REGISTRY_USER" --password-stdin
orka3 regcred add --allow-insecure http://10.221.188.5:30080 --username "$REGISTRY_USER" --password "$REGISTRY_TOKEN"
orka3 regcred add --replace https://ghcr.io --username "$REGISTRY_USER" --password "$REGISTRY_TOKEN"

orka3 registrycredential list (alias: regcred)

List OCI registry servers with stored credentials.

Syntax:

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

Options:

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

orka3 registrycredential remove (alias: regcred)

Remove authentication credentials for a registry server.

Syntax:

orka3 registrycredential remove <SERVER> [--namespace <NS>] [flags]

Options:

  • -n, --namespace string - Target namespace
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. 5d ago First seen · 58 lines · 0 tokens per session scan A 781b0b3190d8

Subscribe to this mod's changes

registry-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 502 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.