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/derekvery666/dsmctl/nas-setupnpx skills add derekvery666/dsmctl --skill nas-setupgit clone --depth 1 https://github.com/derekvery666/dsmctlWrote 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/derekvery666/dsmctl/nas-setup)<a href="https://agentmods.dev/skills/derekvery666/dsmctl/nas-setup"><img src="https://agentmods.dev/badge/skills/derekvery666/dsmctl/nas-setup.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.00233 | $0.01827 |
| Opus 5 | $0.00117 | $0.00914 |
| Sonnet 5 | $0.00047 | $0.00365 |
| Haiku 4.5 | $0.00023 | $0.00183 |
Grade A, and why
nas-setup 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
nas-setup — install and fully configure a Synology NAS end to end
Goal: take new/factory/reset hardware to a working, configured NAS — DSM
installed, a first administrator you own, the setup wizard finished, storage
built the way the operator wants, and the basic identity (server name) set. This
skill is the map; each heavy stage has its own focused skill. Installing
DSM and creating storage both erase disks — destructive and irreversible.
Confirm the target with the user before any --install or storage apply.
Run it in STAGES, not one long command
The single biggest lesson: do the stages separately. Each stage is its own
dsmctl command, and the natural pause point is a working, inspectable NAS after
stage 2. Storage (stage 3) is a decision, not a default — RAID level, SHR,
one pool vs several, SSD cache, spares — and often needs a human/MIS discussion,
so it should not be crammed into the long-blocking install command, especially on
higher-end machines with many bays. A one-shot
dsmctl install --admin-user <user> --create-volume exists, but reserve it for
low-end/unattended boxes where the layout is a foregone conclusion.
The journey at a glance
| Stage | What | Command / skill | Blocks? |
|---|---|---|---|
| 1 | Install DSM (the OS) | dsmctl install → nas-install skill |
yes — download + reboot (minutes) |
| 2 | First administrator + finish wizard | dsmctl provision → nas-provision skill |
no — fast; → working NAS |
| (pause) | Inspect disks, decide the layout with the operator | dsmctl --nas <n> storage inventory / capabilities |
— |
| 3 | Build storage | nas-storage-setup skill | yes — parity init runs in the background |
| 4 | Configure identity / settings | dsmctl system set-hostname, and more Control Panel modules |
no |
Stage 1 — Install DSM
Only if DSM is not installed (not_install / sys_crash / sys_migrat). Follow
the nas-install skill: detect state (read-only), then --install (online, or
offline by auto-downloading the matching .pat). It waits for the reboot and
stops at the https setup URL, e.g. https://<ip>:5001. If DSM is already
installed, skip to stage 2.
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.
- 3d ago First seen · 141 lines · 233 tokens per session scan A 65ac7b2bfb04
nas-setup is a skill published in the GitHub repository derekvery666/dsmctl (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 233 tokens to every session and 1,827 once invoked, about $0.0012 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.
Other skills, from other repositories
integrated-browser
Use this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model. Covers the embedded Chromium browser, its editor tab, navigation, overlay/layout, sessions, and agent browser tools under src/vs/platform/browserView and src/vs/workbench/contrib/browserView.
project-snmp-profiles-authoring
Use when editing Netdata SNMP profile YAMLs, topology SNMP profiles, ddsnmp profile parsing, or profile-format documentation. Requires checking source MIB field accessibility, especially MAX-ACCESS not-accessible INDEX objects, before adding or changing profile symbols.
pcbway
PCBWay PCB fabrication and assembly — turnkey/consigned assembly, design rules, ordering workflow. Alternative to JLCPCB for manufacturing. Use with KiCad. Use this skill when the user mentions PCBWay, needs turnkey assembly (PCBWay sources parts by MPN), has parts not available on LCSC, needs assembled boards with…
unifi-protect
How to manage UniFi Protect cameras and NVR — view cameras, smart detections, Find Anything detection search, recordings, snapshots, lights, sensors, Known Faces, license plates, and the Alarm Manager. Use this skill when the user mentions UniFi cameras, security cameras, NVR, recordings, motion detection, person…
find-high-speed-nets
Analyzes a KiCad PCB to identify high-speed and impedance-controlled nets by looking up component datasheets via AI. Classifies nets by speed tier (ultra-high/high/medium/low), detects RF/antenna feeds and other controlled-impedance nets, estimates max frequencies and rise times per interface, and recommends GND…
tilelang-env-check
TileLang-Ascend 环境检查与配置验证技能。检查代码仓库完整性、编译安装状态、环境变量配置,并运行简单测试验证环境。发现问题会自动调用相关 skill 进行修复,并按依赖顺序重新执行后续步骤。触发关键词:"环境检查"、"检查环境"、"验证环境"、"环境配置"、"环境搭建"、"env check"、"check environment"、"verify environment"、"setup environment"。.