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 instructions/hermsi1337/docker-ark-server/agents-mdgit clone --depth 1 https://github.com/Hermsi1337/docker-ark-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/instructions/hermsi1337/docker-ark-server/agents-md)<a href="https://agentmods.dev/instructions/hermsi1337/docker-ark-server/agents-md"><img src="https://agentmods.dev/badge/instructions/hermsi1337/docker-ark-server/agents-md.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.03253 | $0.03253 |
| Opus 5 | $0.01626 | $0.01626 |
| Sonnet 5 | $0.00651 | $0.00651 |
| Haiku 4.5 | $0.00325 | $0.00325 |
Grade A, and why
docker-ark-server AGENTS.md 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 — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Working guide for AI agents and humans contributing to this repository. Verify anything you rely on against the actual files — this document summarizes them, it does not replace them.
What this is
A Docker image for ARK: Survival Evolved dedicated servers, installed via
steamcmd and managed with
arkmanager / ark-server-tools.
Base image: cm2network/steamcmd:root.
Published to three registries (same image, same tags):
- Docker Hub:
hermsi/ark-server - Quay.io:
quay.io/hermsi1337/ark-server - GHCR:
ghcr.io/hermsi1337/ark-server
Tag schema — public contract, do not change:
| Tag | Meaning |
|---|---|
latest |
Most recent build from master |
latest-<unix-timestamp> |
Immutable pointer to a specific latest build |
tools-<sha> |
Build pinned to an ark-server-tools commit SHA |
pr-<n> |
Preview build for pull request <n> (same-repo PRs only) |
Users pin deployments to these tags. Renaming or dropping any of them breaks downstream compose files and scripts.
Repository layout
| Path | Purpose |
|---|---|
Dockerfile |
Image build; installs arkmanager via upstream netinstall.sh |
bin/docker-entrypoint.sh |
Container entrypoint (root: setup, cron, drops to steam user) |
bin/cron-schedule.sh |
Cron schedule validation, sourced by the entrypoint (library, never run directly) |
bin/steam-entrypoint.sh |
Server bootstrap/run as the steam user |
bin/healthcheck.sh |
Container HEALTHCHECK (root: drops to the steam user, checks every managed instance) |
conf.d/ |
Templates copied into the image (arkmanager.cfg, arkmanager-user.cfg, crontab) |
deploy/ |
Example docker-compose.yml + example.env for end users |
tests/ |
bats suite for the pure-bash parts of both entrypoints |
.github/workflows/build-and-deploy.yml |
"Build and Publish" — builds and pushes to all three registries |
.github/workflows/deploy-preview.yml |
"Build PR Preview" — builds PRs, pushes pr-<n> for same-repo PRs |
.github/workflows/update-arkmanager-pin.yml |
"Update arkmanager pin" — weekly bump PR for the ARK_TOOLS_VERSION default |
.github/workflows/lint.yml |
"Lint" — shellcheck, yamllint and hadolint on PRs and master |
.yamllint |
yamllint rule config; every disabled rule carries the reason it is off |
.github/workflows/tests.yml |
"Tests" — runs the bats suite on pull requests and on master |
.github/dependabot.yml |
Weekly github-actions version updates |
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 · 227 lines · 3,253 tokens per session scan A f4580e726b4e
docker-ark-server AGENTS.md is an instructions file published in the GitHub repository Hermsi1337/docker-ark-server (147 stars, last pushed 16d ago), licensed MIT. It adds 3,253 tokens to every session, about $0.0163 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 instructions, from other repositories
GameServerManager AGENTS.md
AGENTS.md instructions for GSManagerXZ/GameServerManager, a project described as: GameServerManager(简称GSManager)现代化游戏一键部署面板,专为简化游戏服务器的部署、管理和维护而设计;注重steam、MC游戏一键开服.
appwrite AGENTS.md
AGENTS.md instructions for appwrite/appwrite, covering appwrite, commands, stack, layout and libraries.
claudemon CLAUDE.md
Instructions for zamarrowski/claudemon, covering ai agent guidelines, project shape, general guidelines, general rules and guards & defensive code.
unity-code-style-guide AGENTS.md
Instructions for krogh-jacobsen/unity-code-style-guide, covering agents.md — unity 6 c, project setup — edit this block, never do these — they corrupt the project, deprecated in unity 6 and if you read nothing else.
unity-cli-skill CLAUDE.md
Instructions for niqibiao/unity-cli-skill: Project instructions are maintained in and imported from @AGENTS.md.
Nyamu AGENTS.md
Instructions for polyblank66/Nyamu, covering about mcp, nyamu mcp workflow guidelines, file operation workflows, compilation tools and error handling.