Toolverse
All skills

venice-ai-media

by openclaw

Generate, edit, and upscale images; create videos from images or other videos via Venice AI. Supports text-to-image, image-to-video (Sora, WAN), video-to-video (Runway Gen4), upscaling, and AI editing.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Generate, edit, and upscale images; create videos from images or other videos via Venice AI. Supports text-to-image, image-to-video (Sora, WAN), video-to-video (Runway Gen4), upscaling, and AI editing.

How to use

  1. Utwórz konto na venice.ai i przejdź do sekcji API w ustawieniach, aby wygenerować nowy klucz (zaczyna się od vn_). Skopiuj klucz do schowka.

  2. Zainstaluj Pythona 3.10 lub nowszą wersję. Jeśli używasz macOS, uruchom brew install python. Sprawdź, czy Python jest dostępny, wpisując python3 --version w terminalu.

  3. Skonfiguruj klucz API w pliku ~/.clawdbot/clawdbot.json, dodając sekcję skills z wpisem venice-ai-media zawierającym zmienną środowiskową VENICE_API_KEY ustawioną na twój klucz. Alternatywnie możesz wyeksportować zmienną w terminalu: export VENICE_API_KEY="vn_your_key_here".

  4. Zweryfikuj konfigurację, uruchamiając python3 {baseDir}/scripts/venice-image.py --list-models. Jeśli zobaczysz listę dostępnych modeli, instalacja jest ukończona.

  5. Używaj umiejętności do generowania obrazów z opisu tekstowego, konwersji obrazów na filmy lub skalowania rozdzielczości istniejących obrazów. Każda operacja jest rozliczana osobno — generowanie obrazu kosztuje około 0,01–0,03 USD, skalowanie około 0,02–0,04 USD.

Related skills

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

seedream-image-gen

by openclaw

Generate images via Seedream API (doubao-seedream models). Synchronous generation.

Backend
6235

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664