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 instructions/feiskyer/openclaw-kubernetes/agents-mdgit clone --depth 1 https://github.com/feiskyer/openclaw-kubernetesWrote 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/instructions/feiskyer/openclaw-kubernetes/agents-md)<a href="https://agentmods.dev/instructions/feiskyer/openclaw-kubernetes/agents-md"><img src="https://agentmods.dev/badge/instructions/feiskyer/openclaw-kubernetes/agents-md.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.1 | $0.01902 | $0.01902 |
| Opus 5 | $0.00951 | $0.00951 |
| Sonnet 5 | $0.00380 | $0.00380 |
| Haiku 4.5 | $0.00190 | $0.00190 |
Grade B, and why
openclaw-kubernetes AGENTS.md scanned grade B with 2 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- User: `vibe` (UID/GID 1024), non-root with sudo - Installs: `openclaw` (npm), `@openai/codex` (npm), Claude Code, `uv` (Python) Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
TOKEN=$(curl -s "https://ghcr.io/token?scope=repository:berriai/litellm:pull" | jq -r .token) How it starts
The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to AI coding agents when working with code in this repository.
Overview
This is a Helm chart repository for deploying OpenClaw (a personal AI assistant gateway) to Kubernetes. The chart deploys two components: an OpenClaw StatefulSet (single-instance, persistent storage) and an optional LiteLLM proxy Deployment for model provider decoupling. It also includes a Dockerfile for the OpenClaw container image.
Links
- OpenClaw (formerly Moltbot/Clawdbot)
- Source Code
Development Commands
# Lint the chart against all values files
./scripts/helm-lint.sh
# Render templates to verify correctness (output discarded)
./scripts/helm-test.sh
# Render templates to stdout for inspection
helm template openclaw . -f values.yaml
# Render with a specific values file
helm template openclaw . -f values-production.yaml --set secrets.openclawGatewayToken=test
# Lint with chart-testing tool (used in CI)
ct lint --config ct.yaml
# Package and publish chart to GHCR (requires authentication)
helm registry login ghcr.io -u <username> -p <token>
./scripts/publish-chart.sh
All lint/test scripts pass --set secrets.openclawGatewayToken=lint-token automatically to satisfy the required secret validation.
Version Bump
Follow these steps to release a new chart version:
- Update chart version — Bump
versionandappVersioninChart.yaml(e.g.,0.1.11→0.1.12). - Update changelog — Run
git log v<previous>..HEAD --onelineto list all commits since the last version tag. For any merge commits (e.g.,Merge pull request #N), also inspect the individual commits they brought in (git log v<previous>..HEAD --onelinewill include them). Ensure every non-version-bump commit — including those introduced via merged PRs — is reflected inCHANGELOG.md. Add a summary following the existing format (date, bullet points describing changes). - Commit — Stage
Chart.yamlandCHANGELOG.md, commit with messagechore: bump chart version to <new-version>. - Tag — Create an annotated tag:
git tag v<new-version>. - Push — Ask the user whether to push the main branch and new tag (
git push origin main && git push origin v<new-version>).
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.
- 5d ago First seen · 167 lines · 1,902 tokens per session scan B 0b09a773ec0c
openclaw-kubernetes AGENTS.md is an instructions file published in the GitHub repository feiskyer/openclaw-kubernetes (23 stars, last pushed 2mo ago), licensed MIT. It adds 1,902 tokens to every session, about $0.0095 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
timoni AGENTS.md
AGENTS.md instructions for stefanprodan/timoni, covering agents.md, what timoni is, common commands, architecture and cmd/timoni/ — cli (cobra).
openclaw-operator CLAUDE.md
Claude Code instructions for paperclipinc/openclaw-operator, covering claude.md — openclaw kubernetes operator, project overview, commands, architecture and reconciliation rules.
Kubeli CLAUDE.md
Claude Code instructions for atilladeniz/Kubeli, covering kubeli - kubernetes management desktop app, project overview, quick start, development (tauri + vite) and web only development.
aks-mcp copilot-instructions.md
Copilot instructions for Azure/aks-mcp, covering copilot instructions, project overview, architecture, high-level structure and key components.
charts CLAUDE.md
Claude Code instructions for duyet/charts, covering claude.md - project philosophy & development guide, the vision, core principles, 1. simplicity without losing power and 2. consistency is kindness.
helm-zabbix CLAUDE.md
Instructions for zabbix-community/helm-zabbix, covering claude.md, repository overview, common commands, architecture and template/value organization.