my-venice-skill

Installation
SKILL.md

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" }'
Related skills

More from veniceai/skills

Installs
28
Repository
veniceai/skills
GitHub Stars
71
First Seen
Apr 23, 2026