Install with one command
Give a terminal-capable agent this cold-fetch prompt:doctor, and offer the first local audit without uploading automatically.
Install the skill into any agent that supports the Agent Skills standard:
Canonical source
The source of truth isskills/xerg/SKILL.md, published to three places on every release: the public xergai/skills GitHub repo, the ClawHub listing, and the npm package bundle. The public mirror is:
name, description, and files shape used by Hermes.
Bundled package path
The published@xerg/cli package also includes a portable copy for agent tools that import skills from disk.
Inside the installed npm package, the bundled copy lives at:
What this file is for
The skill describes how an agent should use Xerg well:- when to reach for
doctor,audit,--compare, and--push - how to choose local, SSH, Railway, or multi-source audits
- how to interpret confirmed waste versus directional opportunities
- what to verify before finishing an audit task
Registry metadata
The skill frontmatter declares the runtime surface that ClawHub and agent registries need to understand:xergornpxas the CLI entry point@xerg/clias the npm package source- optional Xerg Cloud credentials and config paths for explicit hosted commands
- optional SSH, rsync, and Railway dependencies for remote OpenClaw audits
Important caveat
Installing@xerg/cli does not automatically register the bundled skill with every agent product. npx skills add xergai/skills handles registration for supported agents; otherwise copy or link the skill into that product’s own skill directory or use its import flow.
Use agent clients for client-specific setup notes.