veniceai

24 mods across 2 repositories, 203 stars between them.

skills

01

veniceai/skills

Plugin Claude Code

Official agent skills for the Venice.ai API — private-by-default inference for chat, images, video, audio, embeddings, characters, billing, wallet (x402), and crypto RPC.

139 1mo ago A tokens not measured original MIT

skills AGENTS.md

02

veniceai/skills

Instructions file CodexOpenCode

Instructions for veniceai/skills, covering agent guide — venice-skills, read this first, how to use and authoring.

139 1mo ago A 307 tokens original MIT

venice-api-keys

03

veniceai/skills

Skill Claude CodeCodex

Manage Venice API keys. Covers GET/POST/PATCH/DELETE /apikeys, GET /apikeys/{id}, GET /apikeys/ratelimits, GET /apikeys/ratelimits/log, the two-step /apikeys/generateweb3key wallet flow, INFERENCE vs ADMIN key types, and per-key consumption limits (USD / DIEM).

139 1mo ago A 79 tokens original MIT

venice-api-overview

04

veniceai/skills

Skill Claude CodeCodex

High-level map of the Venice.ai API - base URL, authentication modes, endpoint categories, response headers, pricing model, error shape, and versioning. Load this first when starting any Venice integration.

139 1mo ago A 46 tokens original MIT

venice-audio-music

05

veniceai/skills

Skill Claude CodeCodex

Async music / audio-track generation via Venice. Covers the /audio/quote + /audio/queue + /audio/retrieve + /audio/complete lifecycle, lyrics vs instrumental, voice selection, duration, language, speed, model capability probing, and webhook-free polling.

139 1mo ago A 61 tokens original MIT

venice-audio-speech

06

veniceai/skills

Skill Claude CodeCodex

Generate speech from text via POST /audio/speech, and clone a voice via POST /audio/voices. Covers TTS models (Kokoro, Qwen 3, xAI, Inworld, Chatterbox, Orpheus, ElevenLabs Turbo, MiniMax, Gemini Flash, Gradium), voices per family, cloned-voice handles, output formats (mp3/opus/aac/flac/wav/pcm), streaming…

139 1mo ago A 110 tokens original MIT

veniceai/skills

Skill Claude CodeCodex

Transcribe audio files to text via POST /audio/transcriptions. Covers supported models (Parakeet, Whisper, Wizper, Scribe, xAI STT), supported formats (wav/flac/m4a/aac/mp4/mp3/ogg/webm), response formats (json/text), timestamps, and language hints. OpenAI-compatible multipart.

139 1mo ago A 78 tokens original MIT

venice-augment

08

veniceai/skills

Skill Claude CodeCodex

Venice augmentation endpoints for agent pipelines. Covers POST /augment/text-parser (extract text from PDF/DOCX/XLSX/plain text, multipart, up to 25MB, JSON or plain text response), POST /augment/scrape (fetch a URL and return markdown; blocks X/Reddit), and POST /augment/search (Brave ZDR or anonymized Google…

139 1mo ago A 109 tokens original MIT

venice-auth

09

veniceai/skills

Skill Claude CodeCodex

Authenticate to the Venice API with a Bearer API key or with an x402 / SIWX wallet (EVM on Base or Ed25519 on Solana). Covers the SIGN-IN-WITH-X header format, the SIWE and Solana message fields, TTL and nonce rules, the venice-x402-client SDK, and how to choose between the two modes.

139 1mo ago B 78 tokens original MIT

venice-billing

10

veniceai/skills

Skill Claude CodeCodex

Venice billing and usage analytics - GET /billing/balance, GET /billing/usage-history (keyset-paginated per-request ledger, JSON or CSV), GET /billing/usage (deprecated predecessor), and GET /billing/usage-analytics (aggregated by date/model/key). Covers the DIEM/USD/BUNDLEDCREDITS consumption priority and building…

139 1mo ago A 83 tokens original MIT

venice-characters

11

veniceai/skills

Skill Claude CodeCodex

Discover and use Venice public characters (persona-driven system prompts with a bound model). Covers GET /characters (search/filter/sort), /characters/{slug}, /characters/{slug}/reviews, the Character schema, and how to apply a character via veniceparameters.characterslug in chat completions.

139 1mo ago A 64 tokens original MIT

venice-chat

12

veniceai/skills

Skill Claude CodeCodex

Call POST /chat/completions on Venice. Covers the OpenAI-compatible request shape, Venice-only veniceparameters (web search, E2EE, characters, thinking control, X search), multimodal inputs (images/audio/video), tool calls, reasoning controls, streaming, prompt caching, structured output, and model feature suffixes.

139 1mo ago A 71 tokens original MIT

venice-crypto-rpc

13

veniceai/skills

Skill Claude CodeCodex

Use Venice as a pay-per-call JSON-RPC proxy to 27 EVM, Starknet, and Solana networks. Covers GET /crypto/rpc/networks, POST /crypto/rpc/{network}, chain families and per-family method allowlists, the 1×/2×/4× method-tier pricing model, per-minute + 24-hour credit rate limits, idempotency keys for safe retries, single…

139 1mo ago A 118 tokens original MIT

venice-embeddings

14

veniceai/skills

Skill Claude CodeCodex

Call POST /embeddings on Venice. Covers request shape (input, model, encodingformat, dimensions, user), OpenAI compatibility, response compression (gzip/br), and practical usage for retrieval, clustering, and RAG.

139 1mo ago A 51 tokens original MIT

venice-errors

15

veniceai/skills

Skill Claude CodeCodex

Handle Venice API errors correctly. Covers the StandardError / DetailedError / ContentViolationError / X402InferencePaymentRequired body shapes, every meaningful status code (400, 401, 402, 403, 415, 422, 429, 500, 503, 504), the 402 PAYMENT-REQUIRED header used by x402 inference, 422 content-policy suggestedprompt…

139 1mo ago A 105 tokens original MIT

venice-image-edit

16

veniceai/skills

Skill Claude CodeCodex

Transform existing images with Venice. Covers POST /image/edit (prompt-driven single-image edit), /image/multi-edit (compose multiple images), /image/upscale (2x or 4x upscale), and /image/background-remove. Accepts base64, file upload, or HTTPS URL.

139 1mo ago A 64 tokens original MIT

veniceai/skills

Skill Claude CodeCodex

Generate images with Venice. Covers POST /image/generate (Venice-native), POST /images/generations (OpenAI-compatible), GET /image/styles (style presets), request fields (prompt, dimensions, cfgscale, seed, variants, stylepreset, stylereferences, aspectratio, resolution, safemode, watermark), and response formats.

139 1mo ago B 77 tokens original MIT

venice-models

18

veniceai/skills

Skill Claude CodeCodex

Discover Venice models, their capabilities, constraints, and pricing. Covers GET /models (with ?type filter), /models/traits, /models/compatibilitymapping, the ModelResponse schema (capabilities, constraints, pricing per type), and how to use this to pick the right model programmatically.

139 1mo ago A 66 tokens original MIT

venice-responses

19

veniceai/skills

Skill Claude CodeCodex

Use Venice's Alpha POST /responses endpoint - an OpenAI-compatible Responses API with typed output blocks (reasoning, message, functioncall, websearchcall). Covers request shape, streaming, differences from /chat/completions, supported veniceparameters subset, and E2EE behavior.

139 1mo ago A 63 tokens original MIT

venice-text-routing

20

veniceai/skills

Skill Claude CodeCodex

Route a prompt to the right Venice text model based on privacy tier (anonymized / private / TEE / E2EE), modality (vision / audio / video input), capability (reasoning, code, function calling, web search, large context, structured output), and cost. Use when a local agent (Claude Code, Hermes, NanoClaw, Codex CLI…

139 1mo ago A 132 tokens original MIT

venice-video

21

veniceai/skills

Skill Claude CodeCodex

Generate and transcribe videos via Venice. Covers the async /video/quote + /video/queue + /video/retrieve + /video/complete loop, text-to-video, image-to-video, video-to-video (upscale), audio input, reference images, reference video and reference audio (R2V), scene and element support, plus /video/transcriptions for…

139 1mo ago A 82 tokens original MIT

venice-x402

22

veniceai/skills

Skill Claude CodeCodex

Manage Venice x402 wallet credits. Covers POST /x402/top-up (payment discovery + signed USDC settlement), GET /x402/balance/{walletAddress}, GET /x402/transactions/{walletAddress}, USDC on Base (chain 8453) and Solana mainnet, the PAYMENT-SIGNATURE / SIGN-IN-WITH-X header names, minimum $5 top-up, transaction types…

139 1mo ago A 113 tokens original MIT

my-venice-skill

23

veniceai/skills

Skill Claude CodeCodex

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.

139 1mo ago A 48 tokens original MIT

mcp-server

24

veniceai/venice-mcp-server

MCP server Claude CodeCodexCursor +2

Model Context Protocol server for Venice.ai — uncensored, private, crypto-native AI inference for Claude, ChatGPT, Cursor and any MCP host. Community-maintained. Provided as-is, with no warranty or SLA from Venice AI. Use at your own risk. Runs locally from the @veniceai/mcp-server npm package.

64 7d ago A tokens not measured