orka: Skill for Codex

.agents/skills/orka-kind-deploy/SKILL.md

orka-kind-deploy is a skill for Codex from orka-agents/orka. It costs 63 tokens per session (457 once invoked), scanned A, original, MIT.

A repeatable deployment process for rebuilding the Orka controller and worker images in a local kind cluster. kind is a Kubernetes cluster that runs locally in containers.

In plain words
What is it for?
Use it to refresh a local Orka environment, install its custom resources and controller, wait for the controller to start, and summarize the resulting pods, services, and deployments.
Why use it?
It avoids manually repeating build, image-loading, installation, and readiness steps after Orka code changes.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is orka-agents/orka's own configuration. It tells Codex how to work on orka itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything orka configures →

Reuse

Borrowing it

Nothing to install: this file belongs to orka-agents/orka. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/orka-agents/orka/main/.agents/skills/orka-kind-deploy/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/orka-agents/orka

Made for: Codex.

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 orka-kind-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/orka-agents/orka/orka-kind-deploy/github.svg)](https://agentmods.dev/skills/orka-agents/orka/orka-kind-deploy)
Your own site
<a href="https://agentmods.dev/skills/orka-agents/orka/orka-kind-deploy"><img src="https://agentmods.dev/badge/skills/orka-agents/orka/orka-kind-deploy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orka-kind-deploy

Your own site · 80×15
<a href="https://agentmods.dev/skills/orka-agents/orka/orka-kind-deploy"><img src="https://agentmods.dev/badge/skills/orka-agents/orka/orka-kind-deploy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 457 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00063 $0.00457
Opus 5 $0.00032 $0.00229
Sonnet 5 $0.00013 $0.00091
Haiku 4.5 $0.00006 $0.00046

Measured 12d ago against content hash 5ebd9695a9c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

orka-kind-deploy 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/deploy_orka_kind.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/orka-kind-deploy/SKILL.md · 30 lines

What it actually says

Orka Kind Deploy

Use the bundled script for the standard local deploy path instead of retyping the Makefile sequence.

Workflow

  1. Ensure the working directory is an Orka repository checkout with Makefile, config/manager/kustomization.yaml, and the workers/ tree.
  2. Prefer the active kubectl context. If it targets a kind cluster, derive the cluster name from it. If not, pass --cluster explicitly; when --context is omitted, the script uses kind-<cluster>.
  3. Run the script:
    • Default: scripts/deploy_orka_kind.sh
    • Explicit repo or cluster: scripts/deploy_orka_kind.sh --repo /path/to/repo --cluster codex
  4. Let the script:
    • build controller:kind plus all worker images
    • load them into the target kind cluster with make test-e2e-setup-only
    • install CRDs and deploy the controller with make install deploy IMG=controller:kind
    • wait for deployment/orka-controller-manager in orka-system
    • restore config/manager/kustomization.yaml after the deploy so the worktree stays clean
  5. Summarize the resulting pods, services, and deployments in orka-system.

Guardrails

  • Use this skill for local kind-based Orka deployments. For remote or shared clusters, inspect the intended registry and tag flow before deploying.
  • If the active context is not a kind context and no explicit cluster is provided, stop and explain the mismatch instead of guessing.
  • If rollout fails, inspect kubectl -n orka-system describe deployment/orka-controller-manager, kubectl -n orka-system get pods, and kubectl -n orka-system logs deployment/orka-controller-manager.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 30 lines · 63 tokens per session scan A 5ebd9695a9c8

Subscribe to this mod's changes

orka-kind-deploy is a skill published in the GitHub repository orka-agents/orka (24 stars, last pushed today), licensed MIT. It adds 63 tokens to every session and 457 once invoked, about $0.0003 per session on Opus 5. 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-30.