poe-setup
v0.1.27
Published
CLI tool to configure Poe API for various development tools.
Downloads
17
Readme
poe-setup
Fast CLI to wire your local dev tools to the Poe API
Quick Start
npm i -g poe-setup
poe-cli login
poe-cli configure claude-codeFeatures
- 🚀 90-second setup for coding agents with Poe API
- 🤖 Multiple agents - Claude Code, Codex, OpenCode
- 💬 Interactive mode for conversational workflows
- ⚡ Async spawning with git worktree support
Installation
npm i -g poe-setupUsage
Authentication
poe-cli loginConfigure Coding Agents
# Claude Code
poe-cli configure claude-code
# Codex
poe-cli configure codex
# OpenCode
poe-cli configure opencodeInteractive Mode
poe-cliNon-Interactive Mode
poe-cli agent "Recommend me Python web framework"Spawn Async Agents
poe-cli spawn claude-code "What is the best web framework?"
poe-cli spawn-git-worktree claude-code "Build me a random fun game"