Installation
Install all Opper skills at once:Manual setup
Skills are folders with aSKILL.md file placed in your editor’s skills directory (e.g. .claude/skills/ for Claude Code). You can copy them directly:
Other editors
See the opper-skills repository for setup instructions for GitHub Copilot, Cline, OpenAI Codex, Windsurf, and other compatible editors.Try it out
Once skills are installed, just ask your editor what you need. The agent will use the right SDK, follow the correct patterns, and produce working code:- “Create an Opper function that extracts key entities from a document”
- “Build a RAG pipeline using an Opper index”
- “Set up a Python agent with tool use that can search our knowledge base”
Available skills
| Skill | Description | Language |
|---|---|---|
| opper-python-sdk | Task completion, knowledge bases, and tracing with the Opper Python SDK | Python |
| opper-node-sdk | Task completion, knowledge bases, and tracing with the Opper Node SDK | TypeScript |
| opper-python-agents | Build AI agents with tools, memory, and multi-agent composition in Python | Python |
| opper-node-agents | Build AI agents with tools, streaming, and multi-agent composition in TypeScript | TypeScript |
| opper-api | Call the Opper REST API directly with any HTTP client | HTTP |
| opper-cli | Call functions, manage indexes, track usage, and configure models from the terminal | Bash |