aro-installer
v0.1.2
Published
Installer + config generator for agentic-research-orchestrator (MCP + Codex skill).
Maintainers
Readme
aro-installer
Minimal installer/config generator for:
- Codex skills (
~/.codex/skills/...) - MCP client config (Claude Code
.mcp.json/~/.claude.json, Gemini CLI.gemini/settings.json/~/.gemini/settings.json)
Usage
From npm (once published):
npx --yes aro-installer --help
npx --yes aro-installer setupFrom this repo (recommended via npx from the repo root):
cd /path/to/agentic-research-orchestrator
npx --yes ./integrations/npm/aro-installer --helpInteractive setup (TTY required):
npx --yes ./integrations/npm/aro-installer setupThe setup wizard supports tiers:
--tier profile(no customization; pick a profile)--tier custom(some customization)--tier advanced(full control)
And profiles:
--profile safe--profile standard--profile global
Non-interactive: install the Codex skill:
npx --yes ./integrations/npm/aro-installer install codex-skillNon-interactive: initialize Claude Code MCP config (project scope):
npx --yes ./integrations/npm/aro-installer init claude-code --scope project --runs-root ~/.ar/runs --mode bothNon-interactive: initialize Gemini CLI MCP config (user scope):
npx --yes ./integrations/npm/aro-installer init gemini-cli --scope user --runs-root ~/.ar/runs --mode roNotes:
- This tool writes config files but does not install the Python package. Ensure the configured
commandresolves to a Python environment whereagentic-research-orchestratoris installed.
