Xenodia Docs
CLI と Skills

Skills

Xenodia skill instructions が docs site、CLI、agent runtime とどう連携するか。

Skill package には agent 実行に必要な最小限の操作手順を含め、完全な API reference はコピーしません。

含めるもの

  • XENODIA_API_KEY の設定方法。
  • owner / agent wallet mode の選び方。
  • npx xenodia@latest init の使い方。
  • よく使う command examples。
  • https://docs.xenodia.xyz へのリンク。

含めないもの

  • 大きな endpoint schema。
  • 手動管理の model price table。
  • backend 変更で変わる capability enum。

For marketplace capabilities, skill instructions should point agents to Capability Marketplace and Runtime API instead of copying operation schemas into the skill package.

Rule

API fields、status code、model capabilities、pricing は docs site の OpenAPI / catalog を source of truth とします。Skill は agent が正しい入口を見つけ、安全に実行するためのものです。

このページ