{
  "markdown": "# fal.ai Skills\n\nAgent skills for [fal.ai](https://fal.ai). The default execution path is the\n[genmedia CLI](https://github.com/fal-ai-community/genmedia-cli): discover an\nendpoint, inspect its schema, run it, poll status when needed, and download\noutputs. Most skills in this repo are knowledge layers that tell an agent which\nendpoint to use, how to prompt it, and how to chain calls.\n\nCompatible with [Claude.ai Projects](https://claude.ai), [Claude Code](https://claude.ai/claude-code), and other agent platforms supporting the community skills format.\n\n## Current system\n\n- Skills live directly under `skills/<name>/`.\n- Each skill has a required `SKILL.md` with `name` and `description`\n  frontmatter.\n- Larger skills may add `references/` files for prompt patterns, endpoint\n  notes, examples, or workflows.\n- `skills/index.json` is the generated registry for the current skill folders.\n- User-facing model execution should go through `genmedia` unless a skill\n  explicitly documents another workflow in its own folder.\n\n## Skills\n\n### Core\n\n| Skill | Purpose |\n|-------|---------|\n| **[genmedia](skills/genmedia)** | The CLI surface. `models`, `schema`, `run`, `status`, `upload`, `pricing`, `docs`. Every other skill calls genmedia for execution. |\n| **[model-routing](skills/model-routing)** | Endpoint-first model defaults for production skills. |\n\n### Umbrellas, knowledge organized by modality, family, or use case\n\n| Skill | Purpose |\n|-------|---------|\n| **[fal-models-catalog](skills/fal-models-catalog)** | Curated endpoint picks across 10 modalities (text-to-image, image-to-image, text-to-video, image-to-video, video-to-video, text-to-3d, image-to-3d, text-to-audio, audio-to-text, image-to-text). |\n| **[fal-prompting](skills/fal-prompting)** | Family-specific prompt craft (Kling, GPT Image 2, Happy Horse). |\n| **[fal-recipes](skills/fal-recipes)** | Use-case pipelines (cinematography, character design, commercial, storytelling, lipsync, restoration, virtual try-on, video with audio, product shot). |\n\n### Production skills\n\n| Skill | Purpose |\n|-------|---------|\n| **[character-design](skills/character-design)** | Original characters, identity anchors, reference consistency, and character-driven media. |\n| **[cinematography](skills/cinematography)** | Cinematic stills and video direction: shot language, lighting, lens, color, and camera movement. |\n| **[commercial](skills/commercial)** | Product photography, ads, e-commerce batches, product reveal videos, and brand-safe product prompts. |\n| **[marketing](skills/marketing)** | Campaign matrices, launch kits, paid social variants, landing-page visuals, banners, and channel-specific marketing assets. |\n| **[storytelling](skills/storytelling)** | Multi-shot narratives, storyboards, brand films, social stories, and sequence continuity. |\n| **[ugc](skills/ugc)** | Creator ads, talking-head clips, testimonials, demos, unboxing, reaction, faceless voiceover, and short vertical social videos. |\n\n### Workflow and vertical skills\n\n| Skill | Purpose |\n|-------|---------|\n| **[fal-workflow](skills/fal-workflow)** | Multi-step pipelines. Mode A authors fal.ai workflow JSON; Mode B drives genmedia CLI orchestration. |\n| **[fan-cam](skills/fan-cam)** | Personalized live sports broadcast fan-cam videos from a user photo with GPT Image 2 and Kling v3. |\n| **[fal-gamedev](skills/fal-gamedev)** | 2D pixel-art game assets: characters, sprite sheets, parallax and isometric backgrounds. |\n| **[fal-redesign](skills/fal-redesign)** | Website redesign: screenshot review, vision-driven reference image, build spec, and implementation guidance. |\n| **[fal-regenerate-3d](skills/fal-regenerate-3d)** | Interactive 3D character-selector experience with Three.js, Meshy, and Seedance. |\n| **[genmedia-workflow](skills/genmedia-workflow)** | Genmedia-oriented workflow planning, node rules, pipeline patterns, and reusable recipes. |\n\n## Setup\n\n### 1. Get an API key\n\n[fal.ai/dashboard/keys](https://fal.ai/dashboard/keys)\n\n### 2. Install genmedia\n\nInstall genmedia from [fal-ai-community/genmedia-cli](https://github.com/fal-ai-community/genmedia-cli), then run `genmedia setup`.\n\n### 3. Install skills\n\n**Claude.ai:** upload skill `.zip` files to your project from `skills/`.\n\n**Any project with `genmedia` installed:**\n\n```text\ngenmedia init\n```\n\nInstalls the default skill bundle into `.agents/skills/` or `.claude/skills/`.\n\n## Skill format\n\n```text\nskills/\n└── skill-name/\n ├── SKILL.md # YAML frontmatter (name, description) + body\n └── references/ # optional, for umbrellas\n └── *.md\n```\n\n## License\n\nMIT\n",
  "bytes": 4589,
  "sha": "5fd965e6fce5b781443bb74783b2ab071fa03317d55e2a6aacab2b104c813914",
  "repo_slug": "fal-ai-community/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_fal_ai_community_skills_skills_commercia_4e15d04d/readme"
}