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.
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 skills/beclab/olares/olares-chartnpx skills add beclab/Olares --skill olares-chartgit clone --depth 1 https://github.com/beclab/OlaresWrote 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/beclab/olares/olares-chart)<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>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.00085 | $0.03651 |
| Opus 5 | $0.00043 | $0.01826 |
| Sonnet 5 | $0.00017 | $0.00730 |
| Haiku 4.5 | $0.00009 | $0.00365 |
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.
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.
What ships with it
24 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.
- references/olares-chart-accelerator.md 11 KB
- references/olares-chart-archetype-gui.md 8.0 KB
- references/olares-chart-archetype-headless.md 6.3 KB
- references/olares-chart-compose.md 3.1 KB
- references/olares-chart-custom-domain.md 11 KB
- references/olares-chart-deploy.md 16 KB
- references/olares-chart-dind.md 7.2 KB
- references/olares-chart-env-defaults.md 4.6 KB
- references/olares-chart-env.md 10 KB
- references/olares-chart-from-compose.md 12 KB
- references/olares-chart-gpu.md 6.3 KB
- references/olares-chart-image.md 12 KB
- references/olares-chart-lint.md 6.0 KB
- references/olares-chart-llm-init-integration.md 4.1 KB
- references/olares-chart-llm-models.md 4.8 KB
- references/olares-chart-llm-ops.md 3.7 KB
- references/olares-chart-manifest.md 12 KB
- references/olares-chart-middleware.md 9.5 KB
- references/olares-chart-run-as-user.md 9.9 KB
- references/olares-chart-secrets.md 6.1 KB
- references/olares-chart-shared.md 5.9 KB
- references/olares-chart-system-values.md 9.0 KB
- references/olares-chart-versioning.md 5.8 KB
- references/olares-chart-workflow.md 5.7 KB
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.
- 7d ago First seen · 153 lines · 85 tokens per session scan A 0781299cd02d
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.
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.
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…
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.
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.
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…
image-pull-debug
Diagnose container image pull failures (ErrImagePull / ImagePullBackOff). Checks pod status, containerd logs, and events to identify root cause.