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
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/beclab/Olaresnpx agentmods add skills/beclab/olares/olares-routerWrote 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-router)<a href="https://agentmods.dev/skills/beclab/olares/olares-router"><img src="https://agentmods.dev/badge/skills/beclab/olares/olares-router/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/beclab/olares/olares-router"><img src="https://agentmods.dev/badge/skills/beclab/olares/olares-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00202 | $0.03079 |
| Opus 5 | $0.00101 | $0.01540 |
| Sonnet 5 | $0.00040 | $0.00616 |
| Haiku 4.5 | $0.00020 | $0.00308 |
Grade A, and why
olares-router 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 today.
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
10 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-router-architecture.md 6.7 KB
- references/olares-router-calling.md 27 KB
- references/olares-router-console.md 8.4 KB
- references/olares-router-diagnosis.md 11 KB
- references/olares-router-external.md 6.4 KB
- references/olares-router-governance.md 11 KB
- references/olares-router-local-llm.md 10 KB
- references/olares-router-local-multimodal.md 14 KB
- references/olares-router-usage.md 9.3 KB
- references/olares-router-voice.md 9.4 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.
- today Changed · +1 lines e6c1ba3d05c5
- 10d ago First seen · 90 lines · 202 tokens per session scan A 8092651538c5
olares-router is a skill published in the GitHub repository beclab/Olares (5,261 stars, last pushed today), licensed AGPL-3.0. It adds 202 tokens to every session and 3,079 once invoked, about $0.0010 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
aima-tts
Text-to-speech using AIMA's current local TTS model. Generate audio files from text.
aima-asr
Transcribe audio files using AIMA's current local ASR model (speech-to-text).
aima-image-gen
Generate images using AIMA's local z-image model (OpenAI-compatible API).
image-understanding
Enable image understanding capabilities for describing/analyzing images, reading text, and answering questions about visual content.
config-evals
Builds and maintains configuration-based evaluations on a workflow with the eval-config tool. Use when the user asks to set up, add, view, change, or remove an evaluation, score, grade, or judge a workflow's output, or measure answer quality against a test dataset. This is the only eval form Instance AI handles — it…
rlm-reasoning-skill
Guides the RLM agent to use REPL code execution with recursive LM calls for complex reasoning, decomposition, and multi-step problem solving.