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.
curl -O https://raw.githubusercontent.com/orka-agents/orka/main/.agents/skills/orka-kind-deploy/SKILL.mdgit clone --depth 1 https://github.com/orka-agents/orkaWrote 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/skills/orka-agents/orka/orka-kind-deploy)<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.
<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>- NVIDIA SkillSpector pass
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.1 | $0.00063 | $0.00457 |
| Opus 5 | $0.00032 | $0.00229 |
| Sonnet 5 | $0.00013 | $0.00091 |
| Haiku 4.5 | $0.00006 | $0.00046 |
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.
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
Orka Kind Deploy
Use the bundled script for the standard local deploy path instead of retyping the Makefile sequence.
Workflow
- Ensure the working directory is an Orka repository checkout with
Makefile,config/manager/kustomization.yaml, and theworkers/tree. - Prefer the active
kubectlcontext. If it targets a kind cluster, derive the cluster name from it. If not, pass--clusterexplicitly; when--contextis omitted, the script useskind-<cluster>. - Run the script:
- Default:
scripts/deploy_orka_kind.sh - Explicit repo or cluster:
scripts/deploy_orka_kind.sh --repo /path/to/repo --cluster codex
- Default:
- Let the script:
- build
controller:kindplus 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-managerinorka-system - restore
config/manager/kustomization.yamlafter the deploy so the worktree stays clean
- build
- Summarize the resulting
pods,services, anddeploymentsinorka-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, andkubectl -n orka-system logs deployment/orka-controller-manager.
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.
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.
- 12d ago First seen · 30 lines · 63 tokens per session scan A 5ebd9695a9c8
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.
Other skills, from other repositories
github-actions-templates
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
vigilante-issue-implementation-on-kubernetes
Implement a GitHub issue end-to-end when Vigilante dispatches work for a Kubernetes-focused repository with manifest hardening and workload security guidance.
docker-compose-launch
Launch worktree-scoped local services for issue implementation when a monorepo skill requires database dependencies.
vigilante-issue-implementation-on-docker
Implement a GitHub issue end-to-end when Vigilante dispatches work for a Docker-focused repository with Dockerfile best practices, image hardening, and secret-safe build guidance.
deployment
CI/CD pipeline verification, Docker container security, environment management, and deployment workflow.
docker-dev
Assistance with Local Development using Docker (Compose, DevContainers).