opper-api
✓Use the Opper REST API directly via HTTP for AI task completion, structured output with JSON Schema, streaming via SSE, knowledge base semantic search, function management, and tracing. Activate when calling the Opper API with curl, fetch, or any HTTP client without using the Python or Node SDKs.
Installation
SKILL.md
Call the Opper platform directly via HTTP for task completion, knowledge bases, streaming, and observability.
POST /v2/call — The primary endpoint. Describe a task and get structured results.
| name | Yes | Unique task identifier (used for tracking and auto-creating functions) | | instructions | No | What the model should do | | input | No | The input data (string, object, or any JSON) | | inputschema | No | JSON Schema validating the input | | outputschema | No | JSON Schema for structured output |
Use the Opper REST API directly via HTTP for AI task completion, structured output with JSON Schema, streaming via SSE, knowledge base semantic search, function management, and tracing. Activate when calling the Opper API with curl, fetch, or any HTTP client without using the Python or Node SDKs. Source: opper-ai/opper-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/opper-ai/opper-skills --skill opper-api- Source
- opper-ai/opper-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is opper-api?
Use the Opper REST API directly via HTTP for AI task completion, structured output with JSON Schema, streaming via SSE, knowledge base semantic search, function management, and tracing. Activate when calling the Opper API with curl, fetch, or any HTTP client without using the Python or Node SDKs. Source: opper-ai/opper-skills.
How do I install opper-api?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/opper-ai/opper-skills --skill opper-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/opper-ai/opper-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-03