Install
$ agentstack add skill-veniceai-skills-template ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
My Venice skill
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.
Endpoints
| Method | Path | Notes | |---|---|---| | POST | /example | Required params, authentication, cost model. |
Quick start
curl -X POST https://api.venice.ai/api/v1/example \
-H "Authorization: Bearer $VENICE_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "foo": "bar" }'
// SDK or fetch example
Parameters
Required
field_a— what it is, valid range, default.
Optional
field_b— …
Response
{
"example": "response"
}
Errors
| Status | Cause | Fix | |---|---|---| | 400 | Bad input | Validate against the schema. | | 429 | Rate limit | Back off with jitter. |
Gotchas
- Specific edge cases, rate-limit caps, model constraints.
- Cross-links to related skills: [
venice-errors](../venice-errors/SKILL.md), [venice-billing](../venice-billing/SKILL.md), etc.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: veniceai
- Source: veniceai/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.