Installation
Available skills
| Skill | What it covers |
|---|---|
| opper-cli | The opper command-line tool: sign-in, making calls, traces, usage, models, image generation, launching coding agents through Opper, installing skills, configuring AI editors |
| opper-sdks | The unified opperai packages for Python and TypeScript, including the Agent SDK (tools, streaming, multi-agent, MCP, conversation) |
| opper-api | The Opper REST API: gateway and control-plane concepts, models, /v3/call, OpenAI/Anthropic/OpenResponses-compatible endpoints under /v3/compat, and migration from other LLM gateways |
Try it out
Once installed, your editor will activate the right skill automatically. Try prompts like:- “Sign me in to Opper from the terminal and launch Claude Code through it.”
- “Add an Opper
callto this Python script that returns structured output.” - “Build an Opper agent in TypeScript with a
get_weathertool.” - “Wrap this pipeline in an Opper trace so I can see each step.”
- “What models does Opper support, and how do I migrate this OpenRouter code?”