server-health

server-health is a skill for Claude Code from AutoResearch-Factory/Agon. It costs 34 tokens per session (231 once invoked), scanned A, original, MIT.

A project-specific guide for checking compute servers and running tasks. It relies on a project-provided manual rather than supplying server names, accounts, or private machine details.

In plain words
What is it for?
Use it to select a server, inspect running jobs, check CPU or GPU availability, review storage, or report that compute resources are unknown.
Why use it?
It prevents the agent from guessing where jobs should run or claiming that hardware is available when the project has not supplied that information.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the agon plugin — 5 skills, 4 commands, 12 agents, 2 hooks shipped together

Good fit Use it to select a server, inspect running jobs, check CPU or GPU availability, review storage, or report that compute resources are unknown.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add AutoResearch-Factory/Agon
Claude Code
/plugin install agon

Made for: Claude Code.

Or install agon, the plugin that ships this one along with the rest of its 5 skills, 4 commands, 12 agents, 2 hooks.

Wrote 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.

agentmods badge for server-health

README.md
[![agentmods](https://agentmods.dev/badge/skills/autoresearch-factory/agon/server-health/github.svg)](https://agentmods.dev/skills/autoresearch-factory/agon/server-health)
Your own site
<a href="https://agentmods.dev/skills/autoresearch-factory/agon/server-health"><img src="https://agentmods.dev/badge/skills/autoresearch-factory/agon/server-health/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.

agentmods 80×15 button for server-health

Your own site · 80×15
<a href="https://agentmods.dev/skills/autoresearch-factory/agon/server-health"><img src="https://agentmods.dev/badge/skills/autoresearch-factory/agon/server-health.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 231 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00231
Opus 5 $0.00017 $0.00115
Sonnet 5 $0.00007 $0.00046
Haiku 4.5 $0.00003 $0.00023

Measured 11d ago against content hash 1af3391b3c6b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

server-health 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 11d 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.

skills/server-health/SKILL.md · 29 lines

What it actually says

Server health snapshot

Placeholder for project-specific compute availability.

This release intentionally ships no private server names, accounts, paths, queues, credentials, or monitoring scripts. Projects should fill references/servers_manual.md or replace this skill with their own health collector.

Usage Contract

  • First read ${CLAUDE_PLUGIN_ROOT}/references/servers_manual.md.
  • Use only project-provided server labels, paths, queues, and monitoring commands.
  • If the project has not configured compute resources, report UNKNOWN and ask the user for server information.
  • Do not guess private hostnames, usernames, storage roots, queues, or GPU availability.

Expected Project Notes

The server manual should define:

  • host labels and access method
  • GPU/CPU/RAM inventory
  • scheduler or launch rules
  • canonical remote project root
  • dataset/cache/checkpoint/result locations
  • how to check load, jobs, disk, and running experiments
Changes

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.

  1. 11d ago First seen · 29 lines · 34 tokens per session scan A 1af3391b3c6b

Subscribe to this mod's changes

server-health is a skill published in the GitHub repository AutoResearch-Factory/Agon (47 stars, last pushed 5d ago), licensed MIT. It adds 34 tokens to every session and 231 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.