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/smith-horn/product-builder-starter/dockernpx skills add smith-horn/product-builder-starter --skill dockergit clone --depth 1 https://github.com/smith-horn/product-builder-starterWrote 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/smith-horn/product-builder-starter/docker)<a href="https://agentmods.dev/skills/smith-horn/product-builder-starter/docker"><img src="https://agentmods.dev/badge/skills/smith-horn/product-builder-starter/docker.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.00056 | $0.02326 |
| Opus 5 | $0.00028 | $0.01163 |
| Sonnet 5 | $0.00011 | $0.00465 |
| Haiku 4.5 | $0.00006 | $0.00233 |
Grade A, and why
docker scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s http://localhost:<port> > /dev/null && echo "Running" || echo "Not running" The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
2 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.
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.
- 5d ago First seen · 350 lines · 56 tokens per session scan A 5b7e581f31bf
docker is a skill published in the GitHub repository smith-horn/product-builder-starter (10 stars, last pushed 5mo ago), with no licence file. It adds 56 tokens to every session and 2,326 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
Docker Compose Generator
Generates production-ready docker-compose.yml files for any application stack.
docker-compose
Multi-container Docker applications with docker-compose — define services, networks, volumes, and orchestrate local development environments.
compose
Skill "compose" from chaterm/terminal-skills, covering docker compose 编排, 概述, 基础命令, 启动服务 and 停止服务.
networking
Skill "networking" from chaterm/terminal-skills, covering docker 容器网络, 概述, 网络驱动, 网络类型 and bridge(默认)- 单主机容器通信.
container-ops
Skill "container-ops" from chaterm/terminal-skills, covering docker 容器操作, 概述, 容器生命周期, 运行容器 and 常用参数.
docker
Container-based development for isolated, reproducible environments. Use when running npm commands, installing packages, executing code, or managing project dependencies. Trigger phrases include "npm install", "run the build", "start the server", "install package", or any code execution request.