openclaw-kubernetes AGENTS.md

openclaw-kubernetes AGENTS.md is an instructions file for Codex, OpenCode from feiskyer/openclaw-kubernetes. It costs 1,902 tokens per session, scanned B, original, MIT.

A set of instructions for coding agents working on a Helm chart, which is a package of templates for deploying software to Kubernetes. The project deploys an OpenClaw assistant gateway and optionally a LiteLLM proxy.

In plain words
What is it for?
Use it when editing this Kubernetes chart, running lint checks, rendering deployment templates, testing values files, or publishing the chart.
Why use it?
It gives the agent the project context and the commands needed to check that chart changes are valid across configuration files.

Instructions file for CodexOpenCode

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 instructions/feiskyer/openclaw-kubernetes/agents-md
Clone the repo
git clone --depth 1 https://github.com/feiskyer/openclaw-kubernetes

Made for: Codex, OpenCode.

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 openclaw-kubernetes AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/feiskyer/openclaw-kubernetes/agents-md.svg)](https://agentmods.dev/instructions/feiskyer/openclaw-kubernetes/agents-md)
Your own site
<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>
Per session 1,902 This file is loaded in full into every session.
When invoked 1,902 The same file — it is already loaded in full.
Security scan B 2 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.1 $0.01902 $0.01902
Opus 5 $0.00951 $0.00951
Sonnet 5 $0.00380 $0.00380
Haiku 4.5 $0.00190 $0.00190

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

Security

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)
AGENTS.md · 167 lines

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.

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:

  1. Update chart version — Bump version and appVersion in Chart.yaml (e.g., 0.1.110.1.12).
  2. Update changelog — Run git log v<previous>..HEAD --oneline to 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 --oneline will include them). Ensure every non-version-bump commit — including those introduced via merged PRs — is reflected in CHANGELOG.md. Add a summary following the existing format (date, bullet points describing changes).
  3. Commit — Stage Chart.yaml and CHANGELOG.md, commit with message chore: bump chart version to <new-version>.
  4. Tag — Create an annotated tag: git tag v<new-version>.
  5. Push — Ask the user whether to push the main branch and new tag (git push origin main && git push origin v<new-version>).

Read the full file on GitHub · 167 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. 5d ago First seen · 167 lines · 1,902 tokens per session scan B 0b09a773ec0c

Subscribe to this mod's changes

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.