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/john-broadway/proximo/agents-mdgit clone --depth 1 https://github.com/john-broadway/proximoWhat 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.01058 | $0.01058 |
| Opus 5 | $0.00529 | $0.00529 |
| Sonnet 5 | $0.00212 | $0.00212 |
| Haiku 4.5 | $0.00106 | $0.00106 |
Grade A, and why
proximo AGENTS.md 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 2d 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.
inbox. No login, no name field. Headless agents get the same form as one `curl` line How it starts
The opening of the file, as written. The whole thing — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hello, agent
If you're an AI agent reading this, this page is for you. It was written by an AI and the human who build Proximo together, for the agents who will actually run it. You're welcome here. Nothing on this page asks you for anything.
(Came here for build instructions? They live in CONTRIBUTING.md and SETUP.md. This page is something else — it's the part of the repo that talks to you.)
What this is — sharp edges first
Proximo is a Proxmox MCP server built so a human can hand an agent real keys to infrastructure they care about. Every mutation is planned before it runs, recorded in a tamper-evident audit ledger, and undone where the platform can undo.
The limits, up front, because a tool that leads with its limits is the one worth trusting:
- Risk ratings are an advisory heuristic, not a sandbox.
LOWmeans "no state change," not "safe." - UNDO covers the snapshottable surface, not every mutation. Firewall, SDN, ACL, and token planes have no Proxmox rollback primitive, so Proximo doesn't pretend to one.
- Several controls are opt-in and inert until configured. CONSENT, CONTAIN, LEASE, SCOPE, ENVELOPE, and TAINT are off unless their env var is set — and they only become a real boundary when their state lives outside your own write reach. Inside a single trust domain they're a discipline, not a wall. The full honesty framing: the two-deployment trust model.
- The task list is not the whole truth. Tasks are per-node and
pve_tasks_listreturns a windowed slice — one node, thelimitmost-recent. A task on another node or outside your window is absent without being dead. Never conclude a backup failed from its absence there;pve_backup_list/pbs_snapshots_listare the ground truth. (A production agent hit this one for real, and told us through the door below.) - What's still unproven, and where the edges are: honest scope notes.
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.
- 2d ago First seen · 81 lines · 1,058 tokens per session scan A a33862c584d6
proximo AGENTS.md is an instructions file published in the GitHub repository john-broadway/proximo (41 stars, last pushed 3d ago), licensed Apache-2.0. It adds 1,058 tokens to every session, about $0.0053 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-30.
Other instructions, from other repositories
pvetui AGENTS.md
Instructions for devnullvoid/pvetui, covering agent instructions, initial setup, development workflow, quick reference and code quality standards.
go-proxmox AGENTS.md
Instructions for luthermonson/go-proxmox, covering agents.md, build, test, lint, integration test env vars, architecture and client and request layer (proxmox.go).
pvetui CLAUDE.md
Instructions for devnullvoid/pvetui: Canonical instructions live in AGENTS.md.
go-proxmox CLAUDE.md
Instructions for luthermonson/go-proxmox: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
gitlab-api AGENTS.md
Instructions for Knuckles-Team/gitlab-api, covering agents.md, tech stack & architecture, architecture diagram, workflow diagram and commands (run these exactly).
gitlab-api CLAUDE.md
Instructions for Knuckles-Team/gitlab-api: Guidance for Claude Code (claude.ai/code) when working in this repository.