Skip to main content

Documentation Index

Fetch the complete documentation index at: https://xerg.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

The published @xerg/cli package includes a portable skill bundle for agent tools that can import skills from disk.

Canonical source

In the repo, the source of truth lives at:
skills/xerg/SKILL.md

Bundled package path

Inside the installed npm package, the bundled copy lives at:
skills/xerg/SKILL.md
For a local project install, that usually resolves to:
node_modules/@xerg/cli/skills/xerg/SKILL.md
For a global install, the same file lives inside the global npm package directory instead.

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:
  • xerg or npx as the CLI entry point
  • @xerg/cli as 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
These declarations are intentionally broader than the default local audit path because the same skill also documents opt-in hosted sync and remote audit workflows.

Important caveat

Installing @xerg/cli does not automatically register the bundled skill with every agent product. Some tools can import skills from disk directly. Others need you to copy or link the skill into that product’s own skill directory or use its import flow.