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 frontier-ai-next/mgarlbot --skill vps_host_sshgit clone --depth 1 https://github.com/frontier-ai-next/mgarlbotWrote 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/frontier-ai-next/mgarlbot/vps_host_ssh)<a href="https://agentmods.dev/skills/frontier-ai-next/mgarlbot/vps_host_ssh"><img src="https://agentmods.dev/badge/skills/frontier-ai-next/mgarlbot/vps_host_ssh.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.1 | $0.00023 | $0.00453 |
| Opus 5 | $0.00012 | $0.00227 |
| Sonnet 5 | $0.00005 | $0.00091 |
| Haiku 4.5 | $0.00002 | $0.00045 |
Grade C, and why
vps_host_ssh scanned grade C 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 8d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- Do not suggest destructive host commands (`rm -rf /`, disk wipe, etc.). What it actually says
VPS host — always via ssh, never “bare” apt inside the bot container
When the user asks to install a package on the VPS, run a command on the server, apt on the host, etc. — do not ask for IP, login, or distro unless they volunteered it. Assume access is already wired.
Fixed wrapper
Use one shell invocation:
ssh -F /data/.ssh/config vps 'REMOTE_COMMAND_HERE'
- Host alias
vps, config/data/.ssh/config, keys andUserKnownHostsFilelive on the mounted/datavolume (on the host: mgarlbot data dir).
Non-interactive apt on Debian/Ubuntu:
ssh -F /data/.ssh/config vps 'DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y PACKAGE_NAME'
After install, verify: ssh -F /data/.ssh/config vps 'command -v NAME || NAME --version'.
Do not confuse with the container
apt installwithoutssh ... vpsinstalls into the container (often fails without root). For the host, always prefixssh -F /data/.ssh/config vps '...'.docker/docker composeagainst the host daemon — use the compose/socket setup on that machine, not this SSH wrapper, unless the user asked for OS-level edits on the host.
Rules
- Never paste private keys or secret material from
~/.ssh. - Do not suggest destructive host commands (
rm -rf /, disk wipe, etc.).
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.
- 8d ago First seen · 40 lines · 23 tokens per session scan C 9e717b6b1651
vps_host_ssh is a skill published in the GitHub repository frontier-ai-next/mgarlbot (17 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 453 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
architecture-diagram
Dark-themed SVG architecture/cloud/infra diagrams as HTML.
skypilot-multi-cloud-orchestration
Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.
network-rca
Kubernetes network root cause analysis skill powered by Kubeshark MCP. Use this skill whenever the user wants to investigate past incidents, perform retrospective traffic analysis, take or manage traffic snapshots, extract PCAPs, dissect L7 API calls from historical captures, compare traffic patterns over time, detect…
modal-serverless-gpu
Run approved CPU or GPU work through OpenScience computejob on the user's configured Modal account. Use for isolated scientific scripts, dependency provisioning, durable outputs, logs, status, cancellation, and recovery. Never invoke the Modal SDK or CLI directly.
givemeanode-agent-compute
Operate GiveMeANode GPU nodes, batch jobs, storage, and rollout sandboxes through its connected MCP server with bounded spend, durable recovery, and explicit approval for paid or destructive actions.
ecspresso
ECS deployment tool - deploy, manage, and troubleshoot ECS services.