olares-knowledge

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

A skill for managing downloads through Olares Knowledge, a system for handling sources such as video sites, torrents, Hugging Face, and cloud storage.

In plain words
What is it for?
Use it to create, inspect, pause, resume, cancel, remove, synchronise, and check supported Olares download tasks.
Why use it?
It provides one workflow for checking download tasks and changing their state instead of handling each supported source separately.

Skill for Claude CodeCodex

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

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-knowledge
Any agent
npx skills add beclab/Olares --skill olares-knowledge
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-knowledge

README.md
[![agentmods](https://agentmods.dev/badge/skills/beclab/olares/olares-knowledge.svg)](https://agentmods.dev/skills/beclab/olares/olares-knowledge)
Your own site
<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>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,245 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 $0.00080 $0.01245
Opus 5 $0.00040 $0.00622
Sonnet 5 $0.00016 $0.00249
Haiku 4.5 $0.00008 $0.00125

Measured 5d ago against content hash 98af8166b41f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

cli/skills/olares-knowledge/SKILL.md · 59 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

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.

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. 5d ago First seen · 59 lines · 80 tokens per session scan A 98af8166b41f

Subscribe to this mod's changes

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.

Related

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").

famclaw/famclaw · 69 tokens

todo

Manage personal and family todo lists via chat.

famclaw/famclaw · 10 tokens

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.

piperbox/piper · 56 tokens

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…

superplanehq/superplane · 90 tokens

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/.

superplanehq/superplane · 50 tokens

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…

superplanehq/superplane · 97 tokens