veniceaiveniceaiOfficialยท18 Agent Skills Included

skills

Accurate Venice API integration for chat, image, audio, video

Guides correct integration with every Venice API surface, including chat, embeddings, image generation, speech, music, video, and crypto RPC. Eliminates guesswork around endpoints, parameters, model IDs, pricing, and wallet or API-key authentication. Provides copy-ready curl and SDK examples plus error-handling rules so agents complete Venice workflows without failed calls.
npx skills add veniceai/skills --all -g -y
Available:

Directs the agent to load the matching Venice API skill as the authoritative reference instead of guessing endpoints, parameters, or model names, and to flag stale content rather than invent it.

All Skills in This Repository (18)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-api-overview

Summarize the Venice API's base URL, authentication modes, response headers, pricing, and versioning.

Official
Basic
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-embeddings

Generates vector embeddings for text data with OpenAI-compatible SDK support.

Official
Advanced
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-auth

Authenticate Venice API requests with Bearer API keys or x402/SIWE wallets.

Official
Intermediate
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-audio-transcription

Transcribe audio to text with timestamps via OpenAI-compatible endpoints.

Official
Advanced
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-crypto-rpc

Proxy JSON-RPC requests to EVM and Starknet blockchain networks.

Official
Advanced
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-audio-speech

Convert text to speech with customizable TTS models and output formats.

Official
Advanced
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-chat

Generate text via the Venice API with OpenAI-compatible requests and multimodal inputs.

Official
Advanced
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-video

Generate and transcribe videos asynchronously using Venice's API.

Official
Advanced
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-augment

Extract text from documents, scrape web pages, and perform web searches via Venice API.

Official
Advanced
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-api-keys

Create, update, and revoke Venice API keys with rate limiting.

Official
Advanced
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-models

Select Venice API models by capabilities, constraints, and pricing.

Official
Intermediate
๐Ÿ“ฆ In Repo
veniceaiveniceai

venice-x402

Manage Venice x402 wallet credits with signed USDC settlements on Base chain.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Venice Skills?โ–ผ

Run `npx skills add veniceai/skills --all -g -y` in your terminal to install all Venice API skills globally for your agent runtime.

What do Venice Skills cover?โ–ผ

They cover the full Venice API: chat completions, embeddings, image generation and editing, text-to-speech, music, video, transcription, billing, API keys, and wallet payments. Each skill contains exact endpoints, parameters, and working code examples.

Do Venice Skills work with Claude Code and Cursor?โ–ผ

Yes. The skills follow the universal SKILL.md format and work in Claude Code, Cursor, Codex, OpenCode, Cline, and any runtime that supports the Agent Skills standard.

How do Venice Skills prevent API errors?โ–ผ

Each skill documents exact request schemas, model constraints, pricing, and error codes like 402 and 429, so your agent builds valid requests and handles retries correctly instead of guessing.

Can I pay for Venice API calls with a crypto wallet?โ–ผ

Yes. The venice-auth and venice-x402 skills teach your agent wallet-based authentication and USDC top-ups on Base or Solana, with no Venice account required.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’