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 skills add shannhk/hermes-agent-control-room --skill create-vpsgit clone --depth 1 https://github.com/shannhk/hermes-agent-control-roomWrote 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/shannhk/hermes-agent-control-room/create-vps)<a href="https://agentmods.dev/skills/shannhk/hermes-agent-control-room/create-vps"><img src="https://agentmods.dev/badge/skills/shannhk/hermes-agent-control-room/create-vps/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/shannhk/hermes-agent-control-room/create-vps"><img src="https://agentmods.dev/badge/skills/shannhk/hermes-agent-control-room/create-vps.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.00038 | $0.00760 |
| Opus 5 | $0.00019 | $0.00380 |
| Sonnet 5 | $0.00008 | $0.00152 |
| Haiku 4.5 | $0.00004 | $0.00076 |
Grade A, and why
create-vps 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 12d 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 — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create VPS
Use this skill to provision a fresh Hetzner Cloud VPS from a local machine.
This skill creates a server, SSH key, local SSH alias, and project folder. It can optionally chain into setup-control-room after the server is reachable.
Triggers
Standalone:
- "create a vps"
- "new vps"
- "provision a server"
- "create a hetzner vps"
- "set up a new hetzner box"
/create-vps
Chained into setup-control-room:
- "create an agent vps"
- "create a fully loaded vps"
- "create a vps and bootstrap it"
- "new agent box"
/create-agent-vps
Inputs
Required:
PROJECT_NAME: collected from the user.
Derived from PROJECT_NAME:
SERVER_NAME
SSH_ALIAS
SSH_KEY_FILE
SSH_KEY_NAME
Defaults:
SERVER_TYPE=cx23
SERVER_LOCATION=hel1
SERVER_IMAGE=ubuntu-24.04
Server type and location should be selected from live hcloud output after the user adds the token to .env.
Prerequisites
Check first:
hcloudCLI is installed.- User has a Hetzner Cloud account.
If hcloud is missing, stop and give install instructions.
Security Rule
Never accept the Hetzner token in chat.
If the user pastes it, tell them to revoke it and create a new one.
The token must be pasted directly into the local .env file by the user.
Flow
- Ask for project name.
- Create local project folder.
- Write
.env,.gitignore,scripts/provision.sh, andscripts/destroy.sh. - Tell the user how to create a Hetzner API token.
- Tell the user to paste it after
HCLOUD_TOKEN=in.env. - After confirmation, source
.envand query:
hcloud server-type list
hcloud location list
- Ask for server type and location using live options.
- Write selected values into
.env. - Run
scripts/provision.sh. - Verify:
ssh <alias> 'echo connected as $(whoami) on $(hostname); uname -a'
- If the original trigger asked for an agent VPS, invoke
setup-control-roomwithSSH_ALIAS. - Otherwise ask whether the user wants to bootstrap the Agent Control Room.
What ships with it
8 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.
- 12d ago First seen · 134 lines · 38 tokens per session scan A f25012da2c5b
create-vps is a skill published in the GitHub repository shannhk/hermes-agent-control-room (709 stars, last pushed 3mo ago), licensed MIT. It adds 38 tokens to every session and 760 once invoked, about $0.0002 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
oma-tf-infra
Infrastructure-as-code specialist for multi-cloud provisioning using Terraform across any provider (AWS, GCP, Azure, Oracle Cloud). Use for terraform plan/apply, state management, compute, databases, storage, networking, IAM, OIDC, cost optimization, policy-as-code, ISO/IEC 42001 AI controls, ISO 22301 continuity, and…
architecture-diagram
Dark-themed SVG architecture/cloud/infra diagrams as HTML.
hunt-cicd
Hunt CI/CD pipeline vulnerabilities — GitHub Actions workflow injection (pullrequesttarget Pwnrequest + ${{ }}-into-shell), self-hosted runner poisoning, OIDC trust-policy abuse, Jenkins script-console RCE and CVE-2024-23897 file read, GitLab CI runner-token registration, Terraform state file leakage, artifact/log…
hunt-cloud-misconfig
Hunt cloud / infrastructure misconfigurations. AWS: public S3 buckets (s3:GetObject anonymous), permissive bucket policies (PutObjectAcl public-write), exposed CloudFront origin, public Lambda function URL, public RDS snapshot, IAM credentials in JS bundles, AWS metadata accessible via SSRF. GCP: public GCS buckets…
cloud-iam-deep
GCP/AWS/Azure cloud exploitation -- Cloud Functions, Firestore, Cloud Run, S3, MinIO, Blob Storage, SA keys.
deploy-gen
Generate deployment configurations (Docker, Kubernetes) for the current project.