AI Editors
Opper integrates with AI-powered code editors through its OpenAI-compatible endpoint and markdown documentation files.OpenCode
Terminal-based AI coding assistant
Continue.dev
Open-source AI assistant for VS Code and JetBrains
Cursor
AI-powered code editor with rules support
Cline
VS Code extension with OpenAI-compatible providers
OpenCode
OpenCode is a terminal-based AI coding assistant. Opper works as a provider through OpenCode’s OpenAI-compatible provider support. Automated setup: Runnpx @opperai/setup and select OpenCode.
Manual setup:
Continue.dev
Continue.dev is an open-source AI code assistant for VS Code and JetBrains. Automated setup: Runnpx @opperai/setup and select Continue.
Manual setup: Edit ~/.continue/config.yaml:
Cursor
Opper provides markdown rules files that give Cursor context about the Opper SDKs.-
Download the
.mdcfile for your language: -
Place it in your project at
.cursor/rules/opper.mdc. - In Cursor, make sure the rule is set to Always.
Cline
Cline supports both OpenAI-compatible providers and skills.- Open the Cline settings panel in VS Code.
- Select OpenAI Compatible as the API Provider.
- Set the Base URL to
https://api.opper.ai/v2/openai. - Enter your Opper API key.
- Set the Model ID to any model available on Opper (e.g.
gcp/gemini-2.5-flash-eu).
CLI
The Opper CLI provides a command-line interface for managing your Opper environment — calling functions, managing indexes and models, viewing traces, and configuring your setup. View on GitHubSkills
Skills are markdown files that give AI code editors context about how to use Opper. They work with any editor that supports the Agent Skills standard, including Claude Code, Cursor, Cline, GitHub Copilot, OpenAI Codex, and Windsurf.Installation
Available skills
| Skill | Description | Language |
|---|---|---|
| opper-python-sdk | Task completion, knowledge bases, and tracing | Python |
| opper-node-sdk | Task completion, knowledge bases, and tracing | TypeScript |
| opper-python-agents | Build AI agents with tools, memory, and multi-agent composition | Python |
| opper-node-agents | Build AI agents with tools, streaming, and multi-agent composition | TypeScript |
| opper-api | Call the Opper REST API directly | HTTP |
| opper-cli | Call functions, manage indexes, track usage from the terminal | Bash |