Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 728 Bytes

File metadata and controls

21 lines (16 loc) · 728 Bytes

XAI skill server-side config example

Copy this file to one of these locations:

1. Project level: .openclaw/skills/xai-user-manage/EXTEND.md

2. User level: ~/.config/openclaw/skills/xai-user-manage/EXTEND.md

3. Custom root: $OPENCLAW_SKILLS_HOME/xai-user-manage/EXTEND.md

4. Skill-local: ~/.openclaw/workspace/skills/xai-user-manage/EXTEND.md

Recommended: put the token in an environment variable instead of this file

auth_token_env: XAI_API_KEY

Optional: direct token, only if your OpenClaw server cannot inject env vars

auth_token: sk-xxxx

api_base_url: https://api.xairouter.com email_domain: xairouter.com

default_credit: 1000 default_days: 365

default_output_dir: ./xai-user-manage-output timeout: 30