fal.ai

fal.ai is a skill for Claude Code, Codex from metaspartan/cybara. It costs 45 tokens per session (427 once invoked), scanned A, original, MIT.

Interface qui permet de générer des images, vidéos et musiques avec les modèles multimédias de fal.ai via Cybara. Les fichiers créés sont enregistrés dans le dossier média de l’espace de travail.

In plain words
What is it for?
Elle sert à créer des images ou variantes d’images, de courtes vidéos et des pistes audio ou musicales à partir de descriptions.
Why use it?
Elle regroupe ces générations dans un même flux et évite d’appeler directement fal.ai. Elle permet de choisir un modèle selon le type de média souhaité.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Elle sert à créer des images ou variantes d’images, de courtes vidéos et des pistes audio ou musicales à partir de descriptions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/metaspartan/cybara/fal-ai
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add metaspartan/cybara --skill fal-ai
Clone the repo
git clone --depth 1 https://github.com/metaspartan/cybara

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fal.ai

README.md
[![agentmods](https://agentmods.dev/badge/skills/metaspartan/cybara/fal-ai/github.svg)](https://agentmods.dev/skills/metaspartan/cybara/fal-ai)
Your own site
<a href="https://agentmods.dev/skills/metaspartan/cybara/fal-ai"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/fal-ai/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fal.ai

Your own site · 80×15
<a href="https://agentmods.dev/skills/metaspartan/cybara/fal-ai"><img src="https://agentmods.dev/badge/skills/metaspartan/cybara/fal-ai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 427 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00427
Opus 5 $0.00023 $0.00214
Sonnet 5 $0.00009 $0.00085
Haiku 4.5 $0.00005 $0.00043

Measured 9d ago against content hash 38972e8cea02, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

fal.ai scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fal-ai/SKILL.md · 39 lines

What it actually says

fal.ai

Use Cybara's media generation tools instead of calling fal.ai directly:

  • image_generate for images and image variations
  • video_generate for queue-backed video models
  • music_generate for music and audio models

The provider accepts either FAL_KEY or FAL_API_KEY. Generated assets are saved under the workspace .cybara/media/ directory and returned as local paths.

Model Guidance

  • Fast image drafts: fal-ai/flux/schnell
  • Higher-quality image work: pass a specific fal model id in model
  • Short videos: fal-ai/minimax/video-01, fal-ai/kling-video, or fal-ai/veo3
  • Music/audio: fal-ai/minimax-music/v2.6, fal-ai/ace-step/prompt-to-audio, or fal-ai/stable-audio-25/text-to-audio

Examples

{"name":"image_generate","args":{"provider":"fal","model":"fal-ai/flux/schnell","prompt":"product photo of a compact AI workstation on a walnut desk","count":1}}
{"name":"video_generate","args":{"provider":"fal","model":"fal-ai/minimax/video-01","prompt":"a short cinematic orbit around a glassy desktop app icon","durationSeconds":5}}
{"name":"music_generate","args":{"provider":"fal","model":"fal-ai/minimax-music/v2.6","prompt":"focused ambient electronic loop for coding","durationSeconds":30,"format":"mp3"}}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 39 lines · 45 tokens per session scan A 38972e8cea02

Subscribe to this mod's changes

fal.ai is a skill published in the GitHub repository metaspartan/cybara (28 stars, last pushed today), licensed MIT. It adds 45 tokens to every session and 427 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.