PluginBench
Skill
Pass
Audit score 90

fal-image-edit

nexu-io/open-design

AI-powered image editing with style transfer, background removal, object removal, and inpainting.

What is fal-image-edit?

Provides AI-driven image editing capabilities via fal.ai hosted models. Use this skill when you need to apply style transfer, remove backgrounds or objects, or perform inpainting on images.

  • Apply style transfer to images
  • Remove backgrounds from images
  • Remove unwanted objects from images
  • Perform inpainting to fill or modify image regions
  • Access fal.ai hosted AI models for image editing

How to install fal-image-edit

npx skills add https://github.com/nexu-io/open-design --skill fal-image-edit
Prerequisites
  • fal.ai API access and credentials
  • Active agent with skills directory support
Claude Code
Cursor
Windsurf
Cline

How to use fal-image-edit

  1. 1.Install the upstream bundle from https://github.com/fal-ai-community/skills into your agent's skills directory
  2. 2.Configure fal.ai API credentials in your environment
  3. 3.Invoke the skill by name (fal-image-edit) or use trigger phrases: 'fal image edit', 'inpaint', 'style transfer', 'background removal', or 'object removal'
  4. 4.Provide the image and specify the desired editing operation

Use cases

Good for
  • Transform an image's artistic style to match a reference aesthetic
  • Clean up product photos by removing backgrounds
  • Remove distracting elements from photographs
  • Fill in missing or damaged areas of an image
  • Batch process multiple images with consistent editing operations
Who it's for
  • Designers and visual artists
  • Product photographers and e-commerce teams
  • Content creators and social media managers
  • Image processing automation workflows

fal-image-edit FAQ

What image formats are supported?

Refer to the upstream fal.ai documentation at https://github.com/fal-ai-community/skills for supported formats and specifications.

Do I need a fal.ai account?

Yes, you need fal.ai API access and credentials to use the hosted models.

Can I use custom models?

This skill uses fal.ai hosted models. Check the upstream repository for customization options.

What are the typical processing times?

Processing time depends on image size and operation complexity. Refer to fal.ai documentation for performance details.

Full instructions (SKILL.md)

Source of truth, from nexu-io/open-design.


name: fal-image-edit description: | AI-powered image editing with style transfer, background removal, object removal, and inpainting via fal.ai hosted models. triggers:


fal-image-edit

Curated from the fal.ai community team.

What it does

AI-powered image editing with style transfer, background removal, object removal, and inpainting via fal.ai hosted models.

Source

How to use

This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory:

# Inspect the upstream README for exact paths
open https://github.com/fal-ai-community/skills

Then ask the agent to invoke this skill by name (fal-image-edit) or with one of the trigger phrases listed in this skill's frontmatter.