skills
Accurate Venice API integration for chat, image, audio, video
All Skills in This Repository (18)
Pure Emerald Level Indicatorsvenice-api-overview
Summarize the Venice API's base URL, authentication modes, response headers, pricing, and versioning.
venice-embeddings
Generates vector embeddings for text data with OpenAI-compatible SDK support.
venice-auth
Authenticate Venice API requests with Bearer API keys or x402/SIWE wallets.
venice-audio-transcription
Transcribe audio to text with timestamps via OpenAI-compatible endpoints.
venice-crypto-rpc
Proxy JSON-RPC requests to EVM and Starknet blockchain networks.
venice-audio-speech
Convert text to speech with customizable TTS models and output formats.
venice-chat
Generate text via the Venice API with OpenAI-compatible requests and multimodal inputs.
venice-video
Generate and transcribe videos asynchronously using Venice's API.
venice-augment
Extract text from documents, scrape web pages, and perform web searches via Venice API.
venice-api-keys
Create, update, and revoke Venice API keys with rate limiting.
venice-models
Select Venice API models by capabilities, constraints, and pricing.
venice-x402
Manage Venice x402 wallet credits with signed USDC settlements on Base chain.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core