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 Washington5533/guarftrain --skill guardian-mcpgit clone --depth 1 https://github.com/Washington5533/guarftrainWrote 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/washington5533/guarftrain/guardian-mcp)<a href="https://agentmods.dev/skills/washington5533/guarftrain/guardian-mcp"><img src="https://agentmods.dev/badge/skills/washington5533/guarftrain/guardian-mcp/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/washington5533/guarftrain/guardian-mcp"><img src="https://agentmods.dev/badge/skills/washington5533/guarftrain/guardian-mcp.svg" alt="Reviewed on agentmods" width="80" 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.00065 | $0.02114 |
| Opus 5 | $0.00032 | $0.01057 |
| Sonnet 5 | $0.00013 | $0.00423 |
| Haiku 4.5 | $0.00006 | $0.00211 |
Grade A, and why
guardian-mcp 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 10d 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 — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Guardian MCP — Agent Skill
Guardian is a sidecar daemon for ML training. It monitors, detects anomalies, makes LLM-guided recovery decisions, and exposes everything through 35 MCP tools. Training scripts need zero changes.
Setup & Configuration
Prerequisites
- Python 3.10+
pip install guarftrain(or clone +pip install -e .)- MCP SDK:
pip install guarftrain[mcp] - For LLM-powered agent decisions:
pip install guarftrain[agent]+ setANTHROPIC_API_KEY
Start Guardian MCP Server
Three modes, pick one based on your scenario:
A. Co-located with training (best real-time, recommended)
guarftrain watch --with-mcp -- python train.py --epochs 20
MCP server runs in the same process as guardian watchdog. Shares memory state directly.
B. Standalone stdio (Claude Code subprocess model)
guarftrain serve --transport stdio
Reads checkpoint/log files from disk. Suitable when training is already running separately.
C. One-click: Dashboard + MCP + browser
guarftrain start
Launches Dashboard (port 8765) + MCP SSE server (port 8766) + opens browser.
Connect Your Agent Client
Claude Code / Qoder — stdio mode:
Add to .claude/mcp.json or .claude/settings.local.json:
{
"mcpServers": {
"guardian": {
"command": "guarftrain",
"args": ["serve", "--transport", "stdio"],
"cwd": "/path/to/your/project"
}
}
}
Remote server — SSE mode:
# On remote machine:
guarftrain serve --transport sse --port 8766
# SSH tunnel from local:
ssh -L 8766:127.0.0.1:8766 user@server
# Local client config:
{
"mcpServers": {
"guardian-remote": {
"type": "http",
"url": "http://127.0.0.1:8766/sse"
}
}
}
Enable Write Tools (optional)
Write tools (intervention, restart, stop) require explicit opt-in:
- In
configs/guardian.yaml:
mcp:
enabled: true
enable_write_tools: true
- Set auth token:
export GUARDIAN_MCP_TOKEN=your-secret-token
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.
- 10d ago First seen · 241 lines · 65 tokens per session scan A 27a1df9dd3d2
guardian-mcp is a skill published in the GitHub repository Washington5533/guarftrain (1 stars, last pushed 15d ago), licensed MIT. It adds 65 tokens to every session and 2,114 once invoked, about $0.0003 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
ito-compute
Query live GPU inventory, submit an authenticated Itô fixed-rate RFQ, inspect RFQ or procurement status, revoke device credentials, and run explicitly gated node qualification through the separately installed canonical CLI. Use when a user asks to find H100/H200 capacity, request a fixed compute rate, check Itô…
ito-inference
Inspect the availability of model serving on a completed Itô compute booking and, when the canonical backend becomes available, hand off an explicitly confirmed serving manifest. Use after ito-compute has booked GPU nodes and the user asks for an OpenAI-compatible endpoint, ito-serve, hosted Kimi, or self-hosted…
ito-training
Inspect the availability of ML training on a completed Itô compute booking and, when the canonical backend becomes available, hand off an explicitly confirmed training manifest. Use after ito-compute has booked GPU nodes and the user wants pre-training, fine-tuning, or RL on that metal. ECC implements no training…
bio-workbench
A set of rules for running reproducible bioinformatics analyses, which study biological data with software. It uses small self-contained scripts, recorded inputs and outputs, environment details, and version history so results can be repeated.
mle-workflow
Production ML engineering workflow — data contracts, reproducible training, evaluation gates, deployment, and monitoring. Use when building, reviewing, or hardening ML systems beyond notebooks.
short-drama-image-prompts
A method for writing reusable image prompts for short dramas, covering characters, costumes, places, props, and visible states. A prompt is text that tells an image-generation tool what to create.