원클릭으로
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