
fal.ai API Skill
See SKILL.md for full documentation.
Quick Start
# 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
# 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)


