AI-powered image editing and manipulation skill from Fal AI for creative asset generation.
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin fal-ai-community-skillsGenerate 3D models from text or images. Use when the user requests "Create 3D model", "Text to 3D", "Image to 3D", "3D generation", "Generate mesh", "3D asset".
Text-to-speech and speech-to-text using fal.ai audio models. Use when the user requests "Convert text to speech", "Transcribe audio", "Generate voice", "Speech to text", "TTS", "STT", or similar audio tasks.
Generate images and videos using fal.ai AI models with queue support. Use when the user requests "Generate image", "Create video", "Make a picture of...", "Text to image", "Image to video", "Search models", or similar generation tasks.
Edit images using AI on fal.ai. Style transfer, object removal, background changes, and more. Use when the user requests "Edit image", "Remove object", "Change background", "Apply style", or similar image editing tasks.
Generate images and videos with Kling O3 — Kling's most powerful model family. Text-to-image, text-to-video, image-to-video, and video-to-video editing. Use when the user requests "Kling", "Kling O3", "Best quality video", "Kling image", "Kling video editing".
Create talking head videos, lip sync audio to video, and animate portraits with expressions. Use when the user requests "Talking head", "Lip sync", "Make this person talk", "Animate portrait", "Live portrait", "Avatar video".
fal.ai Platform APIs for model management, pricing, usage tracking, and cost estimation. Use when user asks "show pricing", "check usage", "estimate cost", "setup fal", "add API key", or platform management tasks.
Real-time and streaming AI image generation — instant results for interactive use. Use when the user requests "Real-time generation", "Fast generation", "Streaming image", "Instant image", "Live generation", "Realtime".
Upgrade a coded website to award-tier, editorially-crafted design using fal.ai. Takes a local HTML file or a dev-server URL, screenshots it, has an opus-4.7 vision model write a gpt-image-2 edit prompt, uses fal-ai/gpt-image-2/edit to produce the redesigned reference image, then opus-4.7 vision writes a Markdown build-spec with a "Hard constraints" section + a tokens.json. Also supports iterate (screenshot implemented site → delta-spec vs reference) and greenfield generate (brief → mockup → single-file HTML). Invoke when the user says "improve the design", "make it world-class", "redesign this landing page", "upgrade this site", "design pass", or points at a local HTML / dev server for a visual review.
Restore and fix image quality — deblur, denoise, dehaze, fix faces, restore documents. Use when the user requests "Fix blurry image", "Remove noise", "Fix face", "Restore photo", "Enhance document", "Deblur", "Denoise".
Train custom AI models (LoRA) on fal.ai — personalize image generation for specific people, styles, objects, or video generation. Use when the user requests "Train model", "Train LoRA", "Fine-tune", "Custom model", "Train on my images", "Portrait training".
Virtual try-on — see how clothes look on a person. Use when the user requests "Try on clothes", "Virtual try-on", "How does this look on me", "Fashion try-on", "Garment transfer".
Upscale and enhance image resolution using AI. Use when the user requests "Upscale image", "Enhance resolution", "Make image bigger", "Increase quality", or similar upscaling tasks.
Edit existing videos using AI — remix style, edit content, upscale resolution, remove background, or add audio/sound effects. Use when the user requests "Edit video", "Remix video", "Upscale video", "Remove video background", "Add sound to video", "Video to audio".
Analyze images using AI — segment objects, detect objects, extract text (OCR), describe images, ask questions about images. Use when the user requests "Segment image", "Detect objects", "OCR", "Extract text from image", "Describe image", "What's in this image", "Image analysis".
Generate production-ready fal.ai workflow JSON files. Use when user requests "create workflow", "chain models", "multi-step generation", "image to video pipeline", or complex AI generation pipelines.
Agent skills for fal.ai — ready-to-use bash scripts that let AI agents generate images, videos, audio, 3D models, and more.
Compatible with Claude.ai Projects, Claude Code, and any agent platform that supports the community skills format.
| Skill | Description | Scripts |
|---|---|---|
| fal-redesign | Redesign a coded website end-to-end — screenshot, mockup, build-spec, HTML implementation, demo video | upgrade.sh, describe.sh, iterate.sh, generate.sh |
| fal-generate | Generate images and videos with queue support | generate.sh, upload.sh, search-models.sh, get-schema.sh |
| fal-image-edit | Edit images — style transfer, object removal, background change, inpainting | edit-image.sh |
| fal-audio | Text-to-speech and speech-to-text | text-to-speech.sh, speech-to-text.sh |
| fal-upscale | Upscale and enhance image resolution | upscale.sh |
| Skill | Description | Scripts |
|---|---|---|
| fal-kling-o3 | Kling O3 — highest quality photorealistic images and video editing | kling-generate.sh, kling-video.sh |
| fal-realtime | Real-time/streaming generation (~0.3s per image) | realtime.sh |
| Skill | Description | Scripts |
|---|---|---|
| fal-video-edit | Edit videos — remix, upscale, remove background, add audio | edit-video.sh, video-audio.sh |
| fal-lip-sync | Talking head, lip sync, live portrait | talking-head.sh, lip-sync.sh |
| Skill | Description | Scripts |
|---|---|---|
| fal-3d | Text/image to 3D model generation | generate-3d.sh |
| fal-vision | Image analysis — segment, detect, OCR, describe | analyze.sh |
| fal-restore | Restore image quality — deblur, denoise, fix faces | restore.sh |
| fal-tryon | Virtual clothing try-on | tryon.sh |
| fal-train | Train custom LoRA models | train.sh |
| Skill | Description | Scripts |
|---|---|---|
| fal-platform | Pricing, usage tracking, cost estimation, API key setup | pricing.sh, usage.sh, estimate-cost.sh, setup.sh, requests.sh |
| fal-workflow | Create multi-step model pipelines | create-workflow.sh |
Sign up at fal.ai/dashboard/keys.
export FAL_KEY=your_key_here
Or use the built-in setup:
bash scripts/generate.sh --add-fal-key
Upload skills to a Claude.ai Project:
claude.ai/ directory*.fal.ai is in your allowed domains under claude.ai/settings/capabilitiesEvery skill is a standalone bash script. Call them directly:
# Generate an image
bash skills/claude.ai/fal-generate/scripts/generate.sh \
--prompt "A serene mountain landscape" \
--model "fal-ai/nano-banana-pro"
# Generate a video
bash skills/claude.ai/fal-generate/scripts/generate.sh \
--prompt "Ocean waves crashing on rocks" \
--model "fal-ai/veo3.1" \
--async
# Edit an image
bash skills/claude.ai/fal-image-edit/scripts/edit-image.sh \
--image-url "https://example.com/photo.jpg" \
--prompt "Convert to anime style" \
--operation style
# Text to speech
bash skills/claude.ai/fal-audio/scripts/text-to-speech.sh \
--text "Hello world"
# Search for models
bash skills/claude.ai/fal-generate/scripts/search-models.sh \
--query "text to video"
Each skill follows the community skills standard:
claude.ai/
└── skill-name/
├── SKILL.md # Metadata + documentation (YAML frontmatter)
└── scripts/
└── script.sh # Executable bash script
The SKILL.md contains a YAML frontmatter with name, description, and metadata, followed by usage documentation that the agent reads to understand how to use the skill.
MIT
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.