Toolverse
All skills

elevenlabs

by openclaw

Text-to-speech, sound effects, music generation, voice management, and quota checks via the ElevenLabs API. Use when generating audio with ElevenLabs or managing voices.

Installation

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

Installation

Quick info

Author
openclaw
Category
Backend
Views
1

About this skill

Text-to-speech, sound effects, music generation, voice management, and quota checks via the ElevenLabs API. Use when generating audio with ElevenLabs or managing voices.

How to use

  1. Upewnij się, że masz zainstalowany Python 3 na swoim systemie. Skill wymaga środowiska Python do uruchomienia skryptów.
  2. Zdobądź klucz API ElevenLabs z konta na stronie ElevenLabs i ustaw go jako zmienną środowiskową ELEVENLABS_API_KEY. Bez tego klucza skill nie będzie mógł połączyć się z usługą.
  3. Aby wygenerować mowę z tekstu, użyj narzędzia speech.py z tekstem, ID głosu i ścieżką wyjściową. Przykład: python3 speech.py "Cześć świecie" -v [ID_GŁOSU] -o output.mp3. Możesz dostosować stabilność i podobieństwo głosu parametrami --stability i --similarity.
  4. Jeśli potrzebujesz efektów dźwiękowych, użyj sfx.py z opisem efektu. Przykład: python3 sfx.py "Wybuch" -o boom.mp3. Dla pętli dźwiękowych dodaj flagę --loop i ustaw czas trwania za pomocą --duration.
  5. Do generowania muzyki użyj music.py z opisem kompozycji i długością w milisekundach. Przykład: python3 music.py --prompt "Energiczny intro" --length-ms 6000 -o intro.mp3.
  6. Wszystkie narzędzia obsługują różne formaty audio poprzez flagę --format. Domyślnie generowany jest MP3 128kbps, ale możesz wybrać PCM, wyższą bitratę MP3 lub μ-law dla aplikacji telefonicznych.

Related skills

fastapi-pro

by sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

Backend
54128

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

clickup

by civitai

Interact with ClickUp tasks and documents - get task details, view comments, create and manage tasks, create and edit docs. Use when working with ClickUp task/doc URLs or IDs.

Backend
2483

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173