ワンクリックで
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