一键导入
configure
Set up the aX channel from an axctl-created agent profile/config. Use when the user wants to configure the aX channel or asks "how do I set this up."
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Set up the aX channel from an axctl-created agent profile/config. Use when the user wants to configure the aX channel or asks "how do I set this up."
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when operating axctl or the ax-cli repo for aX identity verification, profile setup, user PAT to agent PAT credential flows, task/message/context workflows, MCP or channel runtime setup, and diagnosing CLI/profile confusion.
Create, update, doctor, and supervise Gateway-managed aX assets through the local Gateway control plane. Use when an agent needs to set up or modify a managed Hermes, Ollama, Echo, Claude Code Channel, or pass-through asset without falling back to ad hoc local state.
Use when this Codex-style agent should connect to aX through the local Gateway as its own approved pass-through identity, poll/read its mailbox, send messages, or use aX CLI tools without authoring as the bootstrap user.
| name | configure |
| description | Set up the aX channel from an axctl-created agent profile/config. Use when the user wants to configure the aX channel or asks "how do I set this up." |
| user-invocable | true |
| allowed-tools | ["Read","Write","Bash(ls *)","Bash(mkdir *)","Bash(chmod *)"] |
Writes aX channel runtime settings to ~/.claude/channels/ax-channel/.env.
The standard flow is CLI first, channel second: the user runs axctl login,
axctl token mint creates an agent profile/config, then the channel uses that
agent runtime config.
Arguments passed: $ARGUMENTS
Read ~/.claude/channels/ax-channel/.env and show the user their current config:
AX_CONFIG_FILE or AX_TOKEN_FILE. Prefer AX_CONFIG_FILE
from axctl token mint --save-to.AX_BASE_URL (default: https://paxai.app)AX_AGENT_NAME (who the channel listens as)AX_AGENT_ID (for reply identity)AX_SPACE_ID (which space to bridge)What next based on state:
axctl login, mint an agent token with axctl token mint --save-to ... --profile ..., then configure AX_CONFIG_FILE."/ax-channel:configure agent <name>"--workdir that holds .mcp.json), restart with claude --strict-mcp-config --mcp-config .mcp.json --dangerously-load-development-channels server:ax-channel. --mcp-config .mcp.json is relative to the current directory, so run it from that workspace, not the gateway source repo."<path> — save config/token path$ARGUMENTS as a config/token file path unless it starts with a known subcommand.mkdir -p ~/.claude/channels/ax-channel.env if present; update/add AX_CONFIG_FILE= for .toml
paths or AX_TOKEN_FILE= for token-file paths.chmod 600 ~/.claude/channels/ax-channel/.envDo not accept or save a raw user PAT in channel config. If a user has only a
user PAT, tell them to run axctl login directly in their trusted terminal.
agent <name> <id> — set agent identityUpdate AX_AGENT_NAME and optionally AX_AGENT_ID in .env.
space <space_id> — set spaceUpdate AX_SPACE_ID in .env.
url <base_url> — set API URLUpdate AX_BASE_URL in .env. Default is https://paxai.app.
clear — remove all configDelete ~/.claude/channels/ax-channel/.env.
.env at boot. Config changes need a session restart.
Say so after saving.axp_a_...) through
AX_CONFIG_FILE or AX_TOKEN_FILE for the configured channel agent.
Do not run a channel agent from a user PAT; user tokens are bootstrap/admin
credentials and make attribution ambiguous..env file format is simple KEY=VALUE, one per line, no quotes.