Agent skill

fal-restore

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".

Stars 45
Forks 6

Install this agent skill to your Project

npx add-skill https://github.com/fal-ai-community/skills/tree/main/skills/claude.ai/fal-restore

Metadata

Additional technical details for this skill

author
fal-ai
version
1.0.0

SKILL.md

fal-restore

Restore and enhance image quality using AI — fix blur, noise, haze, faces, and documents.

Scripts

Script Purpose
restore.sh Restore an image (deblur, denoise, dehaze, fix-face, document)

Usage

Deblur

bash
./scripts/restore.sh --image-url "https://example.com/blurry.jpg" --operation deblur

Denoise

bash
./scripts/restore.sh --image-url "https://example.com/noisy.jpg" --operation denoise

Fix Face

bash
./scripts/restore.sh --image-url "https://example.com/bad-face.jpg" --operation fix-face

Restore Document

bash
./scripts/restore.sh --image-url "https://example.com/scan.jpg" --operation document

Arguments

Argument Description Required
--image-url URL of image to restore Yes
--operation deblur, denoise, dehaze, fix-face, document Yes
--model / -m Override model endpoint No
--fidelity For fix-face: 0.0-1.0 (0=max quality, 1=most faithful) No

Finding Models

To discover the best and latest image restoration models, use the search API:

bash
# Search for restoration models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "restore"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "deblur"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "denoise"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "face restoration"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "document"

Or use the search_models MCP tool with keywords like "restore", "deblur", "denoise", "face fix", "document".

Expand your agent's capabilities with these related and highly-rated skills.

fal-ai-community/skills

fal-image-edit

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.

45 6
Explore
fal-ai-community/skills

fal-lip-sync

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".

45 6
Explore
fal-ai-community/skills

fal-workflow

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.

45 6
Explore
fal-ai-community/skills

fal-platform

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.

45 6
Explore
fal-ai-community/skills

fal-vision

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".

45 6
Explore
fal-ai-community/skills

fal-tryon

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".

45 6
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results