Upscale and enhance image and video resolution using AI super-resolution models hosted on fal.ai.
Curated from the fal.ai community team.
Upscale and enhance image and video resolution using AI super-resolution models hosted on fal.ai.
image-generationThis catalogue entry advertises the skill in OpenDesign 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-upscale) or with
one of the trigger phrases listed in this skill's frontmatter.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/fal-upscale · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/fal-upscale" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/fal-upscale" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/fal-upscale
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.