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。
  • 手动维护的模型价格表。
  • 会随 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 字段、状态码、模型能力和价格以 docs site 的 OpenAPI / catalog 为 source of truth。Skill 只负责让 agent 找到正确入口并安全运行。

本页内容