Skip to main content
Polpo publishes official skills that teach coding agents how to work with the Polpo framework — agent configuration, tools, deployment, and the React SDK.

Install

The polpo install command handles authentication and installs skills for your coding agents in one step:
npx @polpo-ai/cli install
Target specific agents:
polpo install --client claude-code,cursor
Choose between global (default) or project-level installation:
polpo install --scope project
Use interactive mode to pick agents from a list:
polpo install -i

Supported agents

AgentClient ID
Claude Codeclaude-code
Cursorcursor
Codexcodex
GitHub Copilotcopilot
Windsurfwindsurf
Clinecline
Traetrae
Roo Coderoo-code
Qoderqoder
OpenCodeopencode

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:
  1. Authenticates — device-code login via polpo login (idempotent, skips if already signed in)
  2. Installs skills — downloads the Polpo skill pack and installs it into each coding agent’s configuration directory
After installation, your coding agent knows how to read .polpo/ configs, run CLI commands, use the SDK, and deploy to Polpo Cloud.