olares-cluster

olares-cluster is a skill for Claude Code, Codex from beclab/Olares. It costs 77 tokens per session (1,229 once invoked), scanned A, original, AGPL-3.0.

A guide for viewing and controlling the runtime objects of an Olares Kubernetes cluster through the olares command-line tool. Kubernetes is a system that runs applications in containers and organizes them into objects such as pods, workloads, jobs, namespaces, and nodes.

In plain words
What is it for?
Use it to inspect pods, containers, workloads, logs, jobs, scheduled jobs, namespaces, nodes, and middleware, or to execute commands, scale workloads, restart objects, and delete Kubernetes objects.
Why use it?
It provides a way to inspect what is running and examine logs when a containerized application has problems. It also separates runtime operations from application lifecycle management, dashboards, and host installation.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **Shared front door:** load [`../olares-shared/SKILL.md`](../olares-shared/SKILL.md) for suite routing, active-profile selection, platform entry points, and the.

Good fit Use it to inspect pods, containers, workloads, logs, jobs, scheduled jobs, namespaces, nodes, and middleware, or to execute commands, scale workloads, restart objects, and delete Kubernetes objects.

Compare 6 skills from other repositories ↓
About the project

Olares is an open-source personal cloud operating system that uses Kubernetes to combine a user’s hardware, storage, networking, applications, AI agents, and language models in one self-hosted environment. Individuals and small teams use it to run agents and local AI on computers they own while accessing their resources through a browser. The catalogue skills help users manage and operate Olares.

beclab/Olares · 5,257 stars · on GitHub · olares.com

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/beclab/Olares
agentmods
npx agentmods add skills/beclab/olares/olares-cluster

Made for: Claude Code, 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 olares-cluster

README.md
[![agentmods](https://agentmods.dev/badge/skills/beclab/olares/olares-cluster.svg)](https://agentmods.dev/skills/beclab/olares/olares-cluster)
Your own site
<a href="https://agentmods.dev/skills/beclab/olares/olares-cluster"><img src="https://agentmods.dev/badge/skills/beclab/olares/olares-cluster.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,229 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
SkillSpector: 1 finding, up to low

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • low Excessive Agency · line 63
    Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.
    Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
How audits are shown
Origin unknown 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.00077 $0.01229
Opus 5 $0.00039 $0.00615
Sonnet 5 $0.00015 $0.00246
Haiku 4.5 $0.00008 $0.00123

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

Security

Grade A, and why

olares-cluster 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 9d 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.

cli/skills/olares-cluster/SKILL.md · 66 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 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. 9d ago First seen · 66 lines · 77 tokens per session scan A d157e92147b9

Subscribe to this mod's changes

olares-cluster is a skill published in the GitHub repository beclab/Olares (5,257 stars, last pushed today), licensed AGPL-3.0. It adds 77 tokens to every session and 1,229 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

timoni

Use when deploying applications to Kubernetes with Timoni. Covers installing and upgrading module instances from OCI registries, composing multi-app deployments with bundles, injecting values from clusters or CI with runtimes, targeting multiple clusters, and authoring, testing, signing and publishing modules with CUE.

stefanprodan/timoni · 59 tokens

detecting-container-drift-at-runtime

Detect unauthorized modifications to running containers by monitoring for binary execution drift, file system changes, and configuration deviations from the original container image.

xalgorix/xalgorix · 34 tokens

detecting-privilege-escalation-in-kubernetes-pods

Detect and prevent privilege escalation in Kubernetes pods by monitoring security contexts, capabilities, and syscall patterns with Falco and OPA policies.

xalgorix/xalgorix · 40 tokens

implementing-kubernetes-network-policy-with-calico

Implement Kubernetes network segmentation using Calico NetworkPolicy and GlobalNetworkPolicy for zero-trust pod-to-pod communication.

xalgorix/xalgorix · 33 tokens

implementing-kubernetes-pod-security-standards

Pod Security Standards (PSS) define three levels of security policies -- Privileged, Baseline, and Restricted -- enforced by the Pod Security Admission (PSA) controller built into Kubernetes 1.25+. PS.

xalgorix/xalgorix · 54 tokens

implementing-opa-gatekeeper-for-policy-enforcement

Enforce Kubernetes admission policies using OPA Gatekeeper with ConstraintTemplates, Rego rules, and the Gatekeeper policy library.

xalgorix/xalgorix · 37 tokens