Install
Thepolpo install command handles authentication and installs skills for your coding agents in one step:
Supported agents
| Agent | Client ID |
|---|---|
| Claude Code | claude-code |
| Cursor | cursor |
| Codex | codex |
| GitHub Copilot | copilot |
| Windsurf | windsurf |
| Cline | cline |
| Trae | trae |
| Roo Code | roo-code |
| Qoder | qoder |
| OpenCode | opencode |
What gets installed
polpo
The main skill. Covers agent configuration, identity, tools, memory, vault, teams, missions, tasks, deployment, CLI commands, and the full API surface.polpo-react
React SDK integration — hooks, Provider setup, chat completions, real-time SSE updates, and file management.What it does
polpo install runs two steps:
- Authenticates — device-code login via
polpo login(idempotent, skips if already signed in) - Installs skills — downloads the Polpo skill pack and installs it into each coding agent’s configuration directory
.polpo/ configs, run CLI commands, use the SDK, and deploy to Polpo Cloud.