AgentStack
SKILL verified MIT Self-run

My Venice Skill

skill-veniceai-skills-template · by veniceai

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.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-veniceai-skills-template

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of My Venice Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.