Install any skill in seconds. Free to start, no credit card required.
Get Started Free →One or two sentences describing exactly when an agent should load this skill and what it covers. Mention the specific endpoints, parameters, or scenarios so the agent can confidently pick it — vague descriptions hurt skill selection.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -34% | 0% |
One-paragraph summary of what this skill teaches the agent. Focus on which Venice API surface it maps to and when to prefer it over related skills.
| Method | Path | Notes | |---|---|---| | POST | /example | Required params, authentication, cost model. |
bashcurl -X POST https://api.venice.ai/api/v1/example \ -H "Authorization: Bearer $VENICE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "foo": "bar" }'
ts// SDK or fetch example
field_a — what it is, valid range, default.field_b — …json{ "example": "response" }
| Status | Cause | Fix | |---|---|---| | 400 | Bad input | Validate against the schema. | | 429 | Rate limit | Back off with jitter. |
venice-errors, venice-billing, etc.Other measured skills in the registry, with their headline benchmark lift.