Xenodia Docs
CLI and Skills

Skills

How Xenodia skill instructions should refer to online docs and avoid embedding stale API behavior.

Xenodia skills should remain concise runtime instructions. They should not become a full offline copy of the API reference.

Skill package responsibilities

  • Explain when an agent should use Xenodia.
  • Explain how to authenticate through the local environment.
  • Explain safe wallet and billing behavior.
  • Link to current docs for endpoint details.

Online docs responsibilities

  • Endpoint schemas.
  • Model capability details.
  • Pricing and media behavior.
  • Changelog.
  • Migration examples.

Maintenance rule

When an endpoint changes, update the backend OpenAPI source and this docs site. Then update skill instructions only if agent behavior or safety policy changes.

On this page