Skip to content

poe-platform/poe-code

Repository files navigation

poe-code

Configure coding agents to use the Poe API.

Try it in 1 minute

# Install Poe wrapper binaries.
npm install -g poe-code

# Run your existing agent CLI through Poe (you’ll be prompted for api key on first run).
poe-codex --help

Also available: poe-claude, poe-opencode.

Make it default

This updates the provider’s config files so you can use the provider CLI directly.

# Claude Code
npx poe-code@latest configure claude-code

# Codex
npx poe-code@latest configure codex

# OpenCode
npx poe-code@latest configure opencode

# Kimi
npx poe-code@latest configure kimi

Remove configuration overrides

npx poe-code@latest remove codex

Utilities

Utilities are especially useful for scripting and CI/CD.

Spawn a one-off prompt

npx poe-code@latest spawn codex "Say hello"

Spawn a prompt via stdin

echo "Say hello" | npx poe-code@latest spawn codex --stdin

Test a configured service

npx poe-code@latest test codex

Install agent CLIs

# Claude Code
npx poe-code@latest install claude-code

# Codex
npx poe-code@latest install codex

# OpenCode
npx poe-code@latest install opencode

# Kimi
npx poe-code@latest install kimi

Optional flags

  • --dry-run – show every mutation without touching disk.
  • --yes – accept defaults for prompts.

About

Poe Code - Configure coding agents like claude-code with single command

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published