Toolverse
All skills

fal-api

by openclaw

Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)

Installation

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

Installation

Quick info

Author
openclaw
Category
Backend
Views
2

About this skill

Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)

How to use

  1. Zarejestruj się na fal.ai i pobierz klucz API ze strony https://fal.ai/dashboard/keys – będzie ci potrzebny do autoryzacji.

  2. Skonfiguruj klucz w swoim środowisku, ustawiając zmienną FAL_KEY na wartość klucza API. Możesz to zrobić przez export w terminalu (export FAL_KEY="twoj-klucz") lub za pomocą komendy clawdbot config set skill.fal_api.key TWOJ_KLUCZ.

  3. Użyj umiejętności w trybie interaktywnym – wystarczy powiedzieć agentowi, co chcesz wygenerować, na przykład "Wygeneruj cyberpunkowe miasto z modelem FLUX" i otrzymasz URL do gotowego obrazu.

  4. Jeśli piszesz skrypt w Pythonie, zaimportuj FalAPI, utwórz instancję i użyj metody generate_and_wait z promptem oraz nazwą modelu (np. flux-dev dla wysokiej jakości, flux-schnell dla szybkości).

  5. Wybierz odpowiedni model z dostępnej listy – dla obrazów masz FLUX (najnowszy), SDXL (szybki) lub Recraft (artystyczny); dla wideo MiniMax lub WAN; dla transkrypcji Whisper.

  6. Czekaj na wynik – API pracuje asynchronicznie, więc żądanie jest kolejkowane i przetwarzane w tle, a ty otrzymujesz URL do gotowej zawartości.

Related skills

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

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

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

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