
Fal Restore
Restore degraded photos, faces, and scanned documents through fal.ai hosted models while you build content-heavy products.
Overview
fal-restore is an agent skill for the Build phase that restores image quality—deblur, denoise, face fix, and old-document recovery—through fal.ai hosted restoration models.
Install
npx skills add https://github.com/nexu-io/open-design --skill fal-restoreWhat is this skill?
- Trigger phrases: fal restore, restore image, deblur, denoise, fix faces, document restore
- Hosted restoration via fal.ai community models (upstream fal-ai-community/skills)
- Open Design catalogue entry—install upstream bundle for full scripts and references
- Modes: image-quality fixes including blur, noise, faces, and old documents
- Curated upstream link for planning-time discovery before you commit to a restoration stack
- Curated from fal.ai community upstream skills repository
Adoption & trust: 783 installs on skills.sh; 61.4k GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You have blurry, noisy, or damaged images and scans but no fast way to run restoration inside your agent workflow.
Who is it for?
Solo builders shipping content sites, galleries, or apps that need quick AI cleanup of user or marketing imagery via fal.ai.
Skip if: Teams that require fully offline restoration, strict data residency without third-party inference, or already-approved local pipelines.
When should I use this skill?
User says fal restore, restore image, deblur, denoise, fix faces, or document restore during media planning.
What do I get? / Deliverables
Your agent discovers fal-restore during planning and, after you install the upstream fal.ai community bundle, can invoke restoration by name or trigger phrases against hosted models.
- Restored image outputs per upstream workflow
- Documented invocation path for agent planning
Recommended Skills
Journey fit
Image and document restoration is an integration task you wire in while building assets, landing pages, or in-app media—not a launch-only distribution play. The skill advertises fal.ai community restoration models; placement under integrations reflects hosted API inference rather than local frontend styling.
How it compares
Catalogue pointer to fal.ai community restoration skills—not a bundled local image editor or generic Photoshop workflow.
Common Questions / FAQ
Who is fal-restore for?
Indie and solo builders using AI coding agents who need hosted image and document restoration through fal.ai during product and content work.
When should I use fal-restore?
Use it in the Build phase when integrating media pipelines—e.g. fixing landing-page hero shots, cleaning user uploads, or restoring scanned docs before you ship.
Is fal-restore safe to install?
Review the Security Audits panel on this Prism page and inspect the upstream fal-ai-community/skills repository before granting API keys or network access to your agent.
SKILL.md
READMESKILL.md - Fal Restore
# fal-restore > Curated from the fal.ai community team. ## What it does Restore and fix image quality — deblur, denoise, fix faces, and restore old documents using fal.ai's hosted restoration models. ## Source - Upstream: https://github.com/fal-ai-community/skills - Category: `image-generation` ## 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: ```bash # 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-restore`) or with one of the trigger phrases listed in this skill's frontmatter.