Fal.Ai Media Generation

v1.0.1

Fal.Ai Media Generation — Generate images, videos, and audio via fal.ai API (FLUX, SDXL, Whisper, etc.)

0· 15·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description claim fal.ai media generation and the code, SKILL.md, and required env var (FAL_KEY) all match that purpose. The included model list and endpoints map to fal-ai model paths and the client performs HTTP requests to a queue endpoint—consistent with a queue-based API client.
Instruction Scope
Runtime instructions and the code confine actions to: reading FAL_KEY (env or clawdbot config), submitting jobs to the fal queue endpoint, polling for results, and returning URLs. The client does invoke subprocess.run to call a local 'clawdbot' config command if the env var is absent (this is limited in scope but will execute a local binary if present). All network calls are to the queue.fal.run host; the skill does not read arbitrary user files or other credentials.
Install Mechanism
No install spec — instruction-only plus an included Python file that uses only the standard library. Nothing is downloaded or written by an installer.
Credentials
Only a single credential (FAL_KEY) is required and declared as the primary credential; that is appropriate for an API client. No other sensitive env vars or unrelated credentials are requested.
Persistence & Privilege
Skill is not 'always' enabled and does not request persistent system-wide privileges. It does not modify other skills or system configs; it may call a local 'clawdbot' binary only to read a stored key.
Assessment
This skill appears to do what it says: it will use your FAL_KEY to call fal.ai's queue API and return media URLs. Before installing: (1) confirm you trust the skill source (the package has no homepage listed), (2) consider using a dedicated/fallback API key with limited quota for third‑party skills, (3) be aware the code will run network requests to queue.fal.run and will invoke a local 'clawdbot' command if FAL_KEY is not in the environment (that will execute whatever 'clawdbot' binary exists on the host), and (4) review the included fal_api.py if you want to verify endpoints / User-Agent strings. If any of these are unacceptable, do not install or provide your production API key.

Like a lobster shell, security has layers — review code before you run it.

latestvk976j7smgb23t0dbbs11myxcch849b1j

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

EnvFAL_KEY
Primary envFAL_KEY

Comments