Start a guided app launch
Uses golive
- An app repository opened in Codex
- Access to the provider accounts you choose to use
- Human availability to connect accounts, handle any purchases, and approve changes
$golive Help me take this app live.

Take your agent-built product live: hosting, database, domain, email, payments — on your own accounts. Open-source Agent Skill + zero-dependency Node CLI: detect → plan → approve → apply → verify. No GoLive account, backend or telemetry.
Follow the documented setup, then try a first task.
Installs: GoLive skill installed once for use across all projects. · Codex, Claude Code
Run from: Any directory
Run this command in a terminal. When the agent picker appears, use the arrow keys to move, Space to select the agent, and Enter to confirm.
npx skills add https://github.com/mikehasa/golive-skill --skill golive --global
Installs: GoLive skill installed globally for Codex across projects. · Codex
Run from: Any directory
Run this command in a terminal to target Codex and skip the agent picker.
npx skills add https://github.com/mikehasa/golive-skill --skill golive --global --agent codex --yes
Installs: GoLive skill installed globally for Claude Code across projects. · Claude Code
Run from: Any directory
Run this command in a terminal to target Claude Code and skip the agent picker.
npx skills add https://github.com/mikehasa/golive-skill --skill golive --global --agent claude-code --yes
Installs: GoLive skill installed globally across projects for the selected agent. · Codex, Claude Code
Paste the following complete text into the coding agent's chat, not a terminal. The agent should target Codex or Claude Code as directed; if the active agent is unclear, it should ask which one.
Install the GoLive skill globally so I can use it across projects: npx skills add https://github.com/mikehasa/golive-skill --skill golive --global Target the agent I'm using: add --agent codex --yes for Codex, or --agent claude-code --yes for Claude Code. Keep --global. If the agent isn't clear, ask me which one.
Installs: The complete GoLive skill shipped by the npm package, installed into the current project for Codex. · Codex
Run from: Current project directory
Run this command in a terminal from the project where GoLive should be installed. This npm channel does not require Git or the Skills CLI.
npx golive@alpha install --agent codex
Installs: The complete GoLive skill shipped by the npm package, installed into the current project for Claude Code. · Claude Code
Run from: Current project directory
Run this command in a terminal from the project where GoLive should be installed. This npm channel does not require Git or the Skills CLI.
npx golive@alpha install --agent claude
Uses golive
$golive Help me take this app live.