Copied to clipboard
— 01 / install

Install in 30 seconds

Pick a preconfigured agent tool and run the npx installer, or paste this page URL / install command into your agent and let it install for you. Custom setup is available for other agent environments.

1

Pick a preconfigured agent tool

These 9 agent tools have ready-made installers. Multi-select supported; the install command updates in real time as you toggle platforms.

··0 selected

Using another agent environment? Use the generic command, or give this page URL / install command to your agent. If it supports skill-style instructions, it can install with --custom=<name> or copy the generated Skill/API files and configure OKKIGO_API_KEY.

2

Copy the command

Run it in your terminal, or paste this install command to your agent and ask it to execute the setup. The installer writes the skill files into each selected agent tool config.

terminal · zsh
# Install Okki Go for your selected preconfigured agent tools
$ npx -y @okki-global/okki-go@latest
— Select a preconfigured agent tool above to auto-configure it
3

Configure your API key

Get a free API key at go.okki.ai after signup. Configure it as OKKIGO_API_KEY once - works for all installed agent tools.

4

Try your first command

Common install issues

What does the npx installer actually do?+
It runs @okki-global/okki-go, copies SKILL.md, references/, scripts/, VERSION, and a manifest into the selected agent tool skill directory, then verifies those files exist.
Which install target should I choose?+
--global writes to the agent tool config directory such as ~/.claude/skills/okki-go, ~/.codex/skills/okki-go, or an Accio Work account skills directory. --local writes ./skills/okki-go. --path <dir> writes <dir>/skills/okki-go.
How do I install in another agent environment?+
Run the generic installer and choose Other in the interactive prompt, or use npx -y @okki-global/okki-go@latest --global --custom=<agent-name>. The custom runtime installs under ~/.<agent-name>/skills/okki-go unless you provide --path.
Why does the installer say no agent tool or location was specified?+
Non-interactive installs must include an install location and at least one runtime, for example --global --claude, --global --all, or --path /your/config --custom=myagent.
The skill installed, but my agent tool does not see it.+
Restart the agent tool after installation. Also check that the generated folder exists under the agent tool config directory. The folder should contain SKILL.md or instructions.md, references/, scripts/, VERSION, and .okki-go-manifest.json.
Which API key variable should I configure?+
Use OKKIGO_API_KEY. The installer next-steps also supports platform secret/config injection, Accio Work account config, or a local fallback at ~/.config/okki-go/credentials.json with mode 0600.
How do I update or uninstall?+
Run the same npx command again to upgrade. The installer preserves locally changed installed files under .okki-go-patches before overwriting. To remove a runtime, run the installer with --uninstall plus the same location and runtime flags.