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-knowledgenpx skills add beclab/Olares --skill olares-knowledgegit 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-knowledge)<a href="https://agentmods.dev/skills/beclab/olares/olares-knowledge"><img src="https://agentmods.dev/badge/skills/beclab/olares/olares-knowledge.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 | $0.00080 | $0.01245 |
| Opus 5 | $0.00040 | $0.00622 |
| Sonnet 5 | $0.00016 | $0.00249 |
| Haiku 4.5 | $0.00008 | $0.00125 |
Grade A, and why
olares-knowledge 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 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.
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
6 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-knowledge-download-files.md 1.3 KB
- references/olares-knowledge-download-inspect.md 2.8 KB
- references/olares-knowledge-download-lifecycle.md 9.3 KB
- references/olares-knowledge-download-settings.md 1000 B
- references/olares-knowledge-download-sync.md 3.1 KB
- references/olares-knowledge-download-torrent.md 2.5 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.
- 5d ago First seen · 59 lines · 80 tokens per session scan A 98af8166b41f
olares-knowledge is a skill published in the GitHub repository beclab/Olares (5,247 stars, last pushed today), licensed AGPL-3.0. It adds 80 tokens to every session and 1,245 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
reminder
Set reminders for yourself or family members. Natural language time parsing supports relative times ("in 2 hours"), absolute times ("tomorrow 9:00 am", "at 14:30"), day offsets with an explicit time ("in 2 days at 17:00"), and shorthand ("30m", "2h").
todo
Manage personal and family todo lists via chat.
release
Cut a Piper release — choosing the version, the green-tip gate, tagging, verifying goreleaser's output, smoke-testing the published installer, and publishing notes. Use when asked to cut, tag, or publish a release, or to promote an RC to final.
superplane-dashboard-and-widgets
Implements and configures SuperPlane canvas consoles (markdown, node, table, board, chart, number, scorecard panels), widget data sources, CEL/templates, table row trigger actions, and console YAML. Use when editing console UI, panelTypes, useWidgetData, WidgetTable, WidgetBoard, canvasconsoleyml…
superplane-changelog
When generating a SuperPlane changelog from merged commits. Use for "what's new" summaries with new integrations, new components/triggers, improvements, security updates, and bug fixes. Output is user-focused markdown in tmp/.
commit-and-pr-messages
Write Git commit messages and pull request titles/descriptions using the Chris Beams / Tim Pope conventions (subject/body split, 50-char subject, imperative mood, why-not-how body) plus ASD-STE100 Simplified Technical English for bodies and PR descriptions. Use when creating commits, drafting or editing PR…