一键导入
voltagent-init-config
Initialize the home-global VoltAgent config with explicit Mimir transport settings and optional Claude mode.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Initialize the home-global VoltAgent config with explicit Mimir transport settings and optional Claude mode.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Install the home-local plugin shell and initialize the home-global VoltAgent config with optional workspace override in one step.
Use VoltAgent as the default Codex workflow for local Workspace skills, paid orchestration, and deterministic Claude escalation, while keeping Mimir as the backend for durable memory and local execution.
Generate a deterministic Claude escalation envelope by selecting the unique allowed profile for an escalation reason.
Generate a deterministic manual Claude escalation envelope with explicit role and skill-pack selection.
Disable repo-local VoltAgent default mode without deleting trusted workspace roots.
Run deterministic doctor checks for the repo-local Codex VoltAgent default-runtime shell.
| name | VoltAgent Init Config |
| description | Initialize the home-global VoltAgent config with explicit Mimir transport settings and optional Claude mode. |
From any workspace, run:
node .\plugins\codex-voltagent-default\scripts\init-client-config.mjs --mimir-command <command> --mimir-arg <arg>
Defaults:
~/.codex/voltagent/client-config.jsonworkspaceTrustMode: "all-workspaces"runtime.mode to voltagent-defaultskills.rootPaths with %USERPROFILE%\.codex\skillsUse --config <workspace>\client-config.json when you want a local override
instead of the home-global default.
Useful flags:
--mode local-only--mode voltagent-default--mode voltagent+claude-manual--mode voltagent+claude-auto--config <path>--workspace <path>--skill-root <path> (repeatable)--primary-model <model>--fallback-model <model> (repeatable)--force