olares-chart

olares-chart is a skill for Claude Code, Codex from beclab/Olares. It costs 85 tokens per session (3,651 once invoked), scanned A, original, AGPL-3.0.

A toolkit for packaging and deploying applications on Olares, including authoring and checking Helm-based application charts.

In plain words
What is it for?
Use it to build or push images, create or edit Olares manifests, connect storage and middleware, configure entrances and environment variables, and deploy applications.
Why use it?
It helps turn an existing repository, Docker Compose setup, or Helm chart into an Olares application package and diagnose runtime problems.

Skill for Claude CodeCodex

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

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,247 stars · on GitHub · olares.com

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 skills/beclab/olares/olares-chart
Any agent
npx skills add beclab/Olares --skill olares-chart
Clone the repo
git clone --depth 1 https://github.com/beclab/Olares

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-chart

README.md
[![agentmods](https://agentmods.dev/badge/skills/beclab/olares/olares-chart.svg)](https://agentmods.dev/skills/beclab/olares/olares-chart)
Your own site
<a href="https://agentmods.dev/skills/beclab/olares/olares-chart"><img src="https://agentmods.dev/badge/skills/beclab/olares/olares-chart.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,651 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00085 $0.03651
Opus 5 $0.00043 $0.01826
Sonnet 5 $0.00017 $0.00730
Haiku 4.5 $0.00009 $0.00365

Measured 7d ago against content hash 0781299cd02d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

olares-chart 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 7d 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-chart/SKILL.md · 153 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

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. 7d ago First seen · 153 lines · 85 tokens per session scan A 0781299cd02d

Subscribe to this mod's changes

olares-chart is a skill published in the GitHub repository beclab/Olares (5,247 stars, last pushed today), licensed AGPL-3.0. It adds 85 tokens to every session and 3,651 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

nvcf-self-managed-prerequisite

Install the prerequisites the NVCA operator / compute plane needs before nvcf-nvca-install can succeed: the operator tool nvcf-cli (required by the compute-plane stack's register-cluster step), KAI Scheduler (for the KAIScheduler feature gate), and the SMB CSI driver (for the sharedStorage Samba sidecar PVCs). The two…

NVIDIA/nvcf · 195 tokens

nvca-self-managed-install

Install or validate the NVCA Operator chart against a self-managed NVCF control plane from the native monorepo. Use when the control plane comes from deploy/stacks/self-managed and NVCA must be installed with stack-derived image repository settings.

NVIDIA/nvcf · 55 tokens

k8s-agent-sandbox-mcp

An MCP server skill for managing Kubernetes sandboxes. Enables creating, executing commands, managing files, and terminating instances via the official kubernetes-sigs/agent-sandbox MCP server.

kubernetes-sigs/agent-sandbox · 46 tokens

portal-relay

Set up and run a public Portal relay on any Linux host with a public IP — Docker Compose deployment, embedded authoritative DNS with one-time NS delegation, optional TCP/UDP lease ports for game hosting, and registration in the public relay pool. Use when the user asks to run their own relay, contribute a relay to the…

gosuda/portal-tunnel · 111 tokens

image-pull-debug

Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.

scitix/siclaw · 36 tokens