One-click install
npx skills add https://github.com/diazMelgarejo/orama-system --skill fal-ai-media-diazmelgarejo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fal-ai-media
Source: https://github.com/diazMelgarejo/orama-system/tree/main/.cursor/.agents/skills/fal-ai-media
Command: npx skills add https://github.com/diazMelgarejo/orama-system --skill fal-ai-media-diazmelgarejo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating visual and audio assets requires switching between multiple AI generation platforms with different APIs and parameters. This Skill unifies image, video, and audio generation through a single fal.ai MCP interface with ready-to-use model configurations. ## Core Features & Use Cases - Image Generation: Text-to-image and image editing with Nano Banana 2 for fast drafts and Nano Banana Pro for high-fidelity production output. - Video Generation: Text-to-video and image-to-video using Seedance 1.0 Pro, Kling Video v3 Pro, and Veo 3, with duration and aspect ratio controls. - Audio Generation: Text-to-speech with CSM-1B, video-to-audio with ThinkSound, plus ElevenLabs and VideoDB integration options. - Use Case: A content creator needs a thumbnail, a short promo clip, and a voiceover for a video. They generate the thumbnail with Nano Banana Pro, animate it into a 5-second clip with Seedance, and produce narration with CSM-1B, all through one MCP server. ## Quick Start Configure the fal.ai MCP server with your FAL_KEY, then ask the assistant to generate an image of your chosen subject using the fal-ai-media skill.

Frequently Asked Questions about fal-ai-media

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images with fal.ai?

Use the generate tool with a model like fal-ai/nano-banana-2 for fast drafts or fal-ai/nano-banana-pro for high-fidelity output. Provide a prompt, image_size, and optionally a seed for reproducible results.

How do I create a video from an image with fal.ai?

Upload your source image with the upload tool, then call generate with a video model like fal-ai/seedance-1-0-pro, passing the uploaded image_url, a motion-focused prompt, and a duration of 5s or 10s.

What is the difference between Nano Banana 2 and Nano Banana Pro?

Nano Banana 2 is optimized for quick iterations, drafts, and image editing, while Nano Banana Pro targets production images with higher realism, typography quality, and detailed prompt adherence. Iterate on 2, then finalize on Pro.

Does fal.ai media generation require an API key?

Yes, the fal.ai MCP server requires a FAL_KEY environment variable configured in your MCP settings. You can obtain an API key by signing up at fal.ai.

How can I estimate fal.ai generation costs before running?

Call the estimate_cost tool with the model name and input parameters before generating. This is especially useful for expensive video generations where costs vary by duration and model.

Can I generate speech or sound effects with fal.ai?

Yes, use fal-ai/csm-1b for conversational text-to-speech and fal-ai/thinksound for generating audio matched to video content. For professional voice synthesis, the skill also documents direct ElevenLabs API usage.