Agent skill

fal-text-to-image

Generate, remix, and edit images using fal.ai's AI models. Supports text-to-image generation, image-to-image remixing, and targeted inpainting/editing.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill fal-text-to-image-delorenj-00-ceiling --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 20 KB
Bundled scripts: none
Path: skills/ai-ml/fal-text-to-image-delorenj-00-ceiling/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Generates images from text, remixes existing images, and performs targeted edits/inpainting on images using fal.ai models. It supports text-to-image generation, image remixing, and image editing with optional masks and style references.

How it works

The skill offers three modes:

  • Text-to-Image (fal-text-to-image): generate images from scratch using a text prompt, with options to choose models, provide a reference image for style transfer, and specify output size and other parameters.
  • Image Remix (fal-image-remix): transform an existing image to adopt a new style while preserving composition, with a strength control for transformation intensity and optional premium models.
  • Image Edit (fal-image-edit): targeted edits and inpainting on masked regions or via auto mask generation, with strength and guidance controls and multiple model endpoints for quality levels.

It includes a Command-Line Interface (CLI) with arguments for PROMPT, INPUT/OUTPUT, model selection (-m), image references (-i), size (-s), seed, steps, and guidance. There is an automatic model-selection logic if -m is not specified, based on presence of -i, typography keywords, high-res cues, or defaulting to general-purpose models.

When to use it

Trigger when a user wants:

  • Image generation from a description
  • Transformation/remixing of an existing image
  • Targeted editing or inpainting of specific regions
  • Creation of images with specific styles (vector, realistic, typography)
  • High-resolution outputs (up to 2K) or style transfer from a reference image
  • Logo, poster, or brand-style image generation
  • Object removal or region-specific modifications

What it can touch

  • CLI executed via: uv run python fal-text-to-image [OPTIONS] PROMPT
  • Tools referenced include the fal-text-to-image, fal-image-remix, and fal-image-edit scripts
  • Model endpoints include fal-ai/flux-pro/v1.1-ultra, fal-ai/recraft/v3/text-to-image, fal-ai/flux-2, fal-ai/flux-2/lora, fal-ai/imagen4/preview, fal-ai/stable-diffusion-v35-large, fal-ai/ideogram/v2, fal-ai/bria/text-to-image/3.2, and various remix/edit endpoints

Caveats

  • Authentication requires setting FAL_KEY via environment variable or .env file before first use
  • Output includes metadata exposing prompt, model, and parameters
  • Troubleshooting covers common issues like missing FAL_KEY, model-not-found, image reference failures, timeouts, and rate limits
  • Licensing note indicates MIT for the skill
From the SKILL.md

# fal.ai Image Generation & Editing Skill Professional AI-powered image workflows using fal.ai's state-of-the-art models including FLUX, Recraft V3, Imagen4, and more. ## Three Modes of Operation ### 1. Text-to-Image (fal-text-to-image) Generate images from scratch using text prompts ### 2. Image Remix (fal-image-remix) Transform existing images while preserving composition ### 3. Image Edit (fal-image-edit) Targeted inpainting and masked editing ## When to Use This Skill Trigger when user: - Requests image generation from text descriptions - Wants to transform/remix existing images with AI - Needs to edit specific regions of images (inpainting) - Wants to create images with specific styles (vector, realistic, typography) - Needs high-resolution professional images (up to 2K) - Wants to use a reference image for style transfer - Mentions specific models like FLUX, Recraft, or Imagen - Asks for logo, poster, or brand-style image generation - Needs object removal or targeted modifications ## Quick Start ### Text-to-Image: Generate from Scratch ```bash # Basic generation uv run python fal-text-to-image "A cyberpunk city at sunset with neon lights" # With specific model uv run python f

What's inside
Steps it walks through
  1. Three Modes of Operation
  2. 1. Text-to-Image (fal-text-to-image)
  3. 2. Image Remix (fal-image-remix)
  4. 3. Image Edit (fal-image-edit)
  5. When to Use This Skill
  6. Quick Start
  7. Text-to-Image: Generate from Scratch
  8. Image Remix: Transform Existing Images
  9. Image Edit: Targeted Modifications
  10. Model Selection Guide
  11. flux-pro/v1.1-ultra (Default for High-Res)
  12. recraft/v3/text-to-image (SOTA Quality)
  13. flux-2 (Best Balance)
  14. flux-2/lora (Custom Styles)
Ships with 1 file
  • metadata.json
Commands it runs
Basic generation
uv run python fal-text-to-image "A cyberpunk city at sunset with neon lights"
With specific model
uv run python fal-text-to-image -m flux-pro/v1.1-ultra "Professional headshot"
With style reference
uv run python fal-text-to-image -i reference.jpg "Mountain landscape" -m flux-2/lora/edit
Transform style while preserving composition
uv run python fal-image-remix input.jpg "Transform into oil painting"
With strength control (0.0=original, 1.0=full transformation)
uv run python fal-image-remix photo.jpg "Anime style character" --strength 0.6
More from claude-skill-registry
All skills →
About this skill
What does the fal-text-to-image skill do?

Generate, remix, and edit images using fal.ai's AI models. Supports text-to-image generation, image-to-image remixing, and targeted inpainting/editing.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill fal-text-to-image-delorenj-00-ceiling --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going