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".
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin fal-ai-community-skillsThis skill uses the workspace's default tool permissions.
Virtual try-on — transfer garments onto person photos using fal.ai models.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Virtual try-on — transfer garments onto person photos using fal.ai models.
| Script | Purpose |
|---|---|
tryon.sh | Apply a garment onto a person photo |
./scripts/tryon.sh --person-url "https://example.com/person.jpg" --garment-url "https://example.com/dress.jpg"
./scripts/tryon.sh --person-url "https://example.com/person.jpg" --garment-url "https://example.com/jacket.jpg" --type top
| Argument | Description | Required |
|---|---|---|
--person-url | URL of person/model photo | Yes |
--garment-url | URL of garment/clothing image | Yes |
--type | Garment type: top, bottom, full-body, dress | No (auto-detect) |
--model / -m | Model endpoint | No (default: fal-ai/fashn/tryon/v1.5) |
--quality | speed, balanced, quality | No (default: balanced) |
To discover the best and latest virtual try-on models, use the search API:
# Search for try-on models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "try-on"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "virtual tryon"
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "garment"
Or use the search_models MCP tool with keywords like "try-on", "tryon", "garment", "fashion".