Borrowing it
Nothing to install: this file belongs to projectbluefin/dakota. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/projectbluefin/dakota/testing/.agents/skills/dakota-image/SKILL.mdgit clone --depth 1 https://github.com/projectbluefin/dakotaWrote 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/projectbluefin/dakota/dakota-image)<a href="https://agentmods.dev/skills/projectbluefin/dakota/dakota-image"><img src="https://agentmods.dev/badge/skills/projectbluefin/dakota/dakota-image/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/projectbluefin/dakota/dakota-image"><img src="https://agentmods.dev/badge/skills/projectbluefin/dakota/dakota-image.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.00025 | $0.00908 |
| Opus 5 | $0.00013 | $0.00454 |
| Sonnet 5 | $0.00005 | $0.00182 |
| Haiku 4.5 | $0.00003 | $0.00091 |
Grade A, and why
dakota-image 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dakota Image Integration
Use this skill when filesystem content crosses from BuildStream artifacts into OCI layers, or when testing and booting a local Dakota image.
When to Use
- Modifying layer composition under
elements/oci/layers/ - Changing post-install integration steps in
elements/oci/bluefin.bst - Running local VM boot tests (
just boot-test,just boot-fast,just boot-vm) - Validating transactional OTA updates or testing local registries (
references/local-ota.md) - Enforcing the installer boundary between Dakota and live installer tools
When NOT to Use
- Building individual source packages or libraries → load
dakota-packaging - Packaging GNOME Shell extensions → load
dakota-extensions - Modifying GitHub Actions CI export or publication → load
dakota-ci
Core Process
- Layer Composition: Compose layers with
kind: compose. Build dependencies define layer contents. - Order Post-Install Steps:
systemd-sysusers --root /layerglib-compile-schemas /layer/usr/share/glib-2.0/schemasdconf update /layer/etc/dconf/dbldconfig -r /layer(must run LAST beforebuild-oci)
- Validate: Run
just validateto verify the composition graph. - Boot Verification Ladder:
- Level 1:
just validate(graph structure) - Level 2:
just lint(bootc container structure) - Level 3:
just boot-test(automated headless smoke test) - Level 4:
just boot-fast(interactive ephemeral VM with virtiofs) - Level 5: Local OTA testing (
references/local-ota.md) for hardware verification
- Level 1:
Invariants
- Layer Element Kind: All layer elements in
elements/oci/layers/MUST usekind: compose.kind: stackproduces empty artifacts and will break filesystem generation. - Linker Cache Load-Bearing Invariant:
ldconfig -r /layermust execute after all library updates and beforebuild-oci. Any command altering/usr/libmust precedeldconfig. - Installer Separation: Installer-specific Flatpaks or setup tools are purged on first boot via
files/firstboot/. Installer UI changes belong inprojectbluefin/bootc-installer, not Dakota. - Evidence Before Assertion: Never assert boot success without executing one of the boot test recipes.
What ships with it
1 file 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.
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.
- yesterday Changed · +24 lines 556adab448e6
- 10d ago First seen · 55 lines · 25 tokens per session scan A fac0e02eaf30
dakota-image is a skill published in the GitHub repository projectbluefin/dakota (150 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 908 once invoked, about $0.0001 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
holoscan-install-container
Install Holoscan SDK via the NGC Docker container. Use for container-based installs; not for native apt/pip/Conda installs.
doca-urom-svc
Operate the DOCA UROM Service container on BlueField Arm for remote memory operations (puts, gets, atomics, collectives) enqueued by a paired host using doca-urom: pull the NGC image, choose the UCX component, size queues, configure Comch pairing, and align host and service versions. SECURITY: the service has no…
hsb-setup
Clone the latest NVIDIA Holoscan Sensor Bridge repo, ask which supported devkit is being used, configure the host per platform, build the correct demo container, run it, and verify HSB connectivity by pinging 192.168.0.2. Use for Holoscan Sensor Bridge setup, build, container launch, and first-connectivity bring-up.
holoscan-install-source
Build Holoscan SDK from source via the in-tree ./run script. Use only when published packages don't meet the user's needs.
xpu-container-run
Launch a Docker container with Intel GPU access on Linux. Encodes the correct combination of --device /dev/dri, render-group access, --ipc=host, ZEAFFINITYMASK pinning, Hugging Face cache mount, and --entrypoint /bin/bash for interactive use. Use when running any Intel-XPU container (vLLM-XPU, sglang-xpu, torch-XPU…
together-kueue
Install and use the Kueue job-queueing controller on a Together AI Kubernetes GPU cluster to gate jobs on quota. Covers installing Kueue, defining ResourceFlavor, ClusterQueue, and LocalQueue quota, submitting jobs to a queue, and watching quota admit or suspend them. Reach for it when a Together cluster's GPU pool…