incus-doc

incus-doc is a skill for Claude Code from fruafr/skills. It costs 63 tokens per session (1,605 once invoked), scanned A, original, Apache-2.0.

A reference guide for Incus, software used to run and manage virtual machines and containers. It grounds answers, scripts, and commands in offline Incus command-line documentation.

In plain words
What is it for?
Use it when asking about Incus, writing scripts that call the Incus command line, or running Incus commands.
Why use it?
It reduces the risk of using nonexistent commands, flags, or configuration options.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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/fruafr/skills/incus-doc
Any agent
npx skills add fruafr/skills --skill incus-doc
Clone the repo
git clone --depth 1 https://github.com/fruafr/skills

Made for: Claude Code.

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 incus-doc

README.md
[![agentmods](https://agentmods.dev/badge/skills/fruafr/skills/incus-doc.svg)](https://agentmods.dev/skills/fruafr/skills/incus-doc)
Your own site
<a href="https://agentmods.dev/skills/fruafr/skills/incus-doc"><img src="https://agentmods.dev/badge/skills/fruafr/skills/incus-doc.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,605 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00063 $0.01605
Opus 5 $0.00032 $0.00803
Sonnet 5 $0.00013 $0.00321
Haiku 4.5 $0.00006 $0.00161

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

Security

Grade A, and why

incus-doc 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 6d 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.

skills/incus-doc/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: incus-doc

  • Purpose: Ground every Incus-related answer, command, and script in authoritative CLI help and documentation to eliminate hallucinations.
  • Use when: The user asks a question about Incus, asks to write a script using incus CLI commands, asks to run incus commands, or any context where Incus is mentioned.
  • Don't use when: The question is purely about general Linux/container concepts unrelated to Incus syntax or behavior.
  • Success looks like: Every incus CLI invocation, flag, subcommand, and configuration option is verified against the skill's reference files before being emitted; no fabricated flags, subcommands, or behaviors.

Inputs

This skill does not require explicit inputs — it activates on context (incus mentions). The skill's own reference files serve as the input.

Assumptions:

  • The references/ directory within the skill folder (incus-doc/references/) exists and is up to date.
  • incus-doc/references/cli-help.md contains the authoritative list of all incus commands and subcommands with links to per-command help in incus-doc/references/cli/.
  • incus-doc/references/cli-man.md contains the authoritative list of all incus man pages with links to per-command man pages in incus-doc/references/man/.
  • incus-doc/references/docs/index.md contains the authoritative documentation tree with links to markdown files in incus-doc/references/docs/.

Output

Format: Grounded answer / corrected script / verified command

Every incus command, flag, or configuration option must be traceable to a reference file. If the reference does not contain the claim, the claim must not be emitted.

Reasoning

  1. Understand — Parse the user request; identify all incus commands, subcommands, flags, and configuration options.
  2. Plan — Determine which reference files to consult:
    • Command/subcommand existence and flags → incus-doc/references/cli-help.md then incus-doc/references/cli/<command>.txt
    • Man page lookup (man-page-style options, descriptions) → incus-doc/references/cli-man.md then incus-doc/references/man/<command>.txt
    • Conceptual/configuration/documentation/REST API → incus-doc/references/docs/index.md then relevant markdown file in incus-doc/references/docs/
  3. Generate — Produce answer with every incus-specific element verified.
  4. Verify — Re-read relevant reference lines to confirm every flag, subcommand, and option exists.

Read the full file on GitHub · 101 lines

Files

What ships with it

60 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. 6d ago First seen · 101 lines · 63 tokens per session scan A 842c573f6871

Subscribe to this mod's changes

incus-doc is a skill published in the GitHub repository fruafr/skills (4 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 63 tokens to every session and 1,605 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

datarobot-workload-api

Use when the user wants to create, configure, scale, debug, observe, or roll out container workloads on DataRobot's Workload API. Triggers include: deploying a container as a managed service, listing/starting/stopping workloads, changing replica counts or autoscaling, picking CPU/GPU compute bundles, injecting…

datarobot-oss/datarobot-agent-skills · 152 tokens

containers

Use when building or debugging container images. Covers multi-stage builds, layer caching, image size, non-root users, signal handling, and the security defaults most Dockerfiles get wrong.

nimadorostkar/Claude-Skills-collection · 38 tokens

kubernetes

Use when deploying to or debugging Kubernetes. Covers workload configuration, resource requests and limits, probes, rollout strategy, networking, and the failure modes that produce CrashLoopBackOff and OOMKilled.

nimadorostkar/Claude-Skills-collection · 42 tokens

dockerfile-best-practices

Create and optimize Dockerfiles and Compose files with BuildKit, multi-stage builds, cache mounts, and non-root hardening. Also triggers on container images, build performance, or Docker security, even without the word 'Dockerfile'.

obeone/claude-skills · 53 tokens

helm-bjw-s-chart

Generate production-ready Helm charts on the bjw-s-labs common library (app-template v5, v4 legacy). Use for new charts, Compose-to-Helm conversion, sidecars, init containers, services, ingress, persistence, StatefulSets, HPAs, Service/PodMonitors, and NetworkPolicies.

obeone/claude-skills · 70 tokens

speckit.devops

Docker Infrastructure & Security Hardening Specialist — Port ENV-first.

wedabro/bro-skills · 18 tokens