CLI toolkit for oh-my-openagent & OpenCode
Generate configs. Validate them. Manage themes. Minimal hand-editing.
Run these in order — setup, then init, then doctor. Theme when you want to customize.
Bootstrap your environment. Installs the oh-my-openagent plugin into OpenCode. Checks prerequisites, runs the installer, confirms success.
Generate config files interactively — or non-interactively with --stack, --provider, --budget, and -y flags. Get a valid oh-my-openagent.json, opencode.json, AGENTS.md, and tui.json written to disk.
Validate your config files. Checks structure, required fields, and provider keys. Clean exit or exact diagnostics. Use --fix to auto-correct common issues, --verbose for detailed scan output.
Manage OpenCode themes. Validate existing theme files or generate new ones interactively. Keeps your color configs consistent.
Pre-built config templates for seven tech stacks. Each template includes sensible defaults for the stack’s common tooling, linting, and build patterns.
Seven provider configs with correct model identifiers and fallback chains. No guessing model IDs, no docs diving.
Guided setup walks you through core options — stack, providers, orchestrator, and budget. Pick from lists, confirm defaults, get a valid config file at the end.
Structural checks, required field enforcement, and provider key validation. doctor catches misconfigurations before they cause runtime failures.
Every command supports --help / -h:
--stack --provider--budget -y
--fix --verbose