Skip to main content
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. When installed, skills sit in your editor’s skills directory. The editor reads a short description of each skill at startup and loads the full documentation only when your task matches its domain, so it doesn’t waste context.

Installation

You can also install the bundled set through the Opper CLI, either headless or globally installed:

Available skills

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 call to this Python script that returns structured output.”
  • “Build an Opper agent in TypeScript with a get_weather tool.”
  • “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?”

Updating

Source

View on GitHub