Overview
- Skill Key
- agmmnn/fal-ai
- Author
- agmmnn
- Source Repo
- openclaw/skills
- Version
- 0.1.0
- Source Path
- skills/agmmnn/fal-ai
- Latest Commit SHA
- 4ff6cc0bef04dcb7fb58871c8c75c72cad23a6dc
Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fal-api 技能。 若已安装,则直接安装 fal-api 技能。
# fal.ai API Skill
Generate images, videos, and transcripts using fal.ai's API with support for FLUX, Stable Diffusion, Whisper, and more.
## Features
- Queue-based async generation (submit → poll → result)
- Support for 600+ AI models
- Image generation (FLUX, SDXL, Recraft)
- Video generation (MiniMax, WAN)
- Speech-to-text (Whisper)
- Stdlib-only dependencies (no `fal_client` required)
## Setup
1. Get your API key from https://fal.ai/dashboard/keys
2. Configure with:
```bash
export FAL_KEY="your-api-key"
```
Or via clawdbot config:
```bash
clawdbot config set skill.fal_api.key YOUR_API_KEY
```
## Usage
### Interactive Mode
```
You: Generate a cyberpunk cityscape with FLUX
Klawf: Creates the image and returns the URL
```
### Python Script
```python
from fal_api import FalAPI
api = FalAPI()
# Generate and wait
urls = api.generate_and_wait(
prompt="A serene Japanese garden",
model="flux-dev"
)
print(urls)
```
### Available Models
| Model | Endpoint | Type |
| ------------- | ------------------------------------- | ------------ |
| flux-schnell | `fal-ai/flux/schnell` | Image (fast) |
| flux-dev | `fal-ai/flux/dev` | Image |
| flux-pro | `fal-ai/flux-pro/v1.1-ultra` | Image (2K) |
| fast-sdxl | `fal-ai/fast-sdxl` | Image |
| recraft-v3 | `fal-ai/recraft-v3` | Image |
| sd35-large | `fal-ai/stable-diffusion-v35-large` | Image |
| minimax-video | `fal-ai/minimax-video/image-to-video` | Video |
| wan-video | `fal-ai/wan/v2.1/1.3b/text-to-video` | Video |
| whisper | `fal-ai/whisper` | Audio |
For the full list, run:
```bash
python3 fal_api.py --list-models
```
## Parameters
| Parameter | Type | Default | Description |
| ---------- | ---- | ---------------- | ------...
 # fal.ai API Skill See [SKILL.md](./SKILL.md) for full documentation. ## Quick Start ```bash # Set your API key export FAL_KEY="your-api-key" # Generate an image python3 fal_api.py --prompt "A cute robot cat" --model flux-schnell # List available models python3 fal_api.py --list-models ``` ## Configure Credentials ```bash # Via environment export FAL_KEY="your-api-key" # Or via clawdbot config clawdbot config set skill.fal_api.key YOUR_API_KEY ``` ## Requirements - Python 3.7+ - No external dependencies (uses stdlib)
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.