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/hightemp/go_computer_use_mcp_server/aif-dockerizenpx skills add hightemp/go_computer_use_mcp_server --skill aif-dockerizegit clone --depth 1 https://github.com/hightemp/go_computer_use_mcp_serverWrote 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/hightemp/go_computer_use_mcp_server/aif-dockerize)<a href="https://agentmods.dev/skills/hightemp/go_computer_use_mcp_server/aif-dockerize"><img src="https://agentmods.dev/badge/skills/hightemp/go_computer_use_mcp_server/aif-dockerize.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.00074 | $0.04980 |
| Opus 5 | $0.00037 | $0.02490 |
| Sonnet 5 | $0.00015 | $0.00996 |
| Haiku 4.5 | $0.00007 | $0.00498 |
Grade A, and why
aif-dockerize 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 4d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
21 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.
- references/AUDIT-GUIDE.md 3.9 KB
- references/BEST-PRACTICES.md 13 KB
- references/COMPOSE-PATTERNS.md 1.1 KB
- references/DEPLOY-SCRIPTS.md 2.0 KB
- references/FILE-ORGANIZATION.md 3.2 KB
- references/SECURITY-CHECKLIST.md 12 KB
- references/SUMMARY-FORMAT.md 1.7 KB
- templates/backup.sh 3.4 KB runs code
- templates/compose-base.yml 1.8 KB
- templates/compose-override-dev.yml 1.3 KB
- templates/compose-production.yml 1.7 KB
- templates/deploy.sh 5.9 KB runs code
- templates/dockerfile-go 928 B
- templates/dockerfile-node 1.1 KB
- templates/dockerfile-php 1.1 KB
- templates/dockerfile-python 1.0 KB
- templates/dockerignore 603 B
- templates/health-check.sh 5.3 KB runs code
- templates/logs.sh 2.6 KB runs code
- templates/rollback.sh 4.1 KB runs code
- templates/update.sh 4.9 KB runs code
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.
- 4d ago First seen · 499 lines · 74 tokens per session scan A 017a7d96f4cb
aif-dockerize is a skill published in the GitHub repository hightemp/go_computer_use_mcp_server (2 stars, last pushed 3mo ago), with no licence file. It adds 74 tokens to every session and 4,980 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-31.
Other skills, from other repositories
helm-update
Apply helm chart updates for Bifrost. Detects config.schema.json changes since the last helm release, applies user-requested changes, updates values.yaml / values.schema.json / helpers.tpl, bumps Chart.yaml version, updates helm README (Latest Version + Upcoming section), creates a docs MDX changelog, and updates…
n8n-self-hosting
Deploy a production self-hosted n8n end-to-end to a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS. Use whenever the user wants to self-host, install, set up, provision, or deploy n8n on their own server/VPS/box (Hetzner, DigitalOcean, AWS EC2, bare metal, etc.) — in…
portainer-mcp-hygiene
How to drive the Portainer MCP server's tools correctly — both reading and mutating. Reading: project responses with select (JMESPath), where the heavy fields live (snapshots, status blocks, managed fields), how to handle non-JSON Docker/K8s proxy endpoints (container and pod logs, stats, exec), and how to interpret…
portainer-mcp-release
How to cut a portainer-mcp release that bumps the embedded Portainer OpenAPI spec to a new Portainer minor (e.g. 2.41.x → 2.42.x). Walks through finding the upstream patch target, regenerating the spec, recounting ops/tags per profile, refreshing the orphan-tag inventory, bumping version pins across the README and…
e2b-sandbox
Create, manage, and use E2B sandboxes — run commands, manage files, use git, persist state, and configure networking. Use when building agent workflows that need isolated execution environments.
harness
To build an AI harness: run, observe, validate, automate repeated work faster — CLI/MCP actions, devcontainers, skills, subagents, hooks, pipelines, automations.