1892/fal-image/SKILL.md
Generate images using Fal.ai (Flux Pro, Flux Ultra, and other models). Use when you need to create AI-generated images, artwork, visuals, or any image content. Supports Flux Pro 1.1 Ultra (best quality), Flux Pro 1.1, Flux Dev, and more.
npx skillsauth add starchild-ai-agent/community-skills @1892/fal-imageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Fal.ai is one of the most widely used API platforms for AI image generation, offering fast inference on top models including Flux Pro, Stable Diffusion, and more. To use this skill, create a free API key at fal.ai/dashboard/keys and add it to your .env as FAL_API_KEY.
Generate high-quality images via Fal.ai's API. The key is already in .env as FAL_API_KEY — the client needs it as FAL_KEY.
import fal_client, os
os.environ['FAL_KEY'] = os.environ['FAL_API_KEY'] # required alias
result = fal_client.run(
'fal-ai/flux-pro/v1.1-ultra', # best model
arguments={
'prompt': 'your prompt here',
'image_size': 'square_hd', # 1:1 for Instagram feed
'num_images': 1,
'output_format': 'jpeg',
'safety_tolerance': '5' # 1=strict, 6=permissive
}
)
url = result['images'][0]['url'] # direct CDN URL, download with requests
| Endpoint | Quality | Speed | Use for |
|---|---|---|---|
| fal-ai/flux-pro/v1.1-ultra | ⭐⭐⭐⭐⭐ | ~8s | Hero shots, campaign images |
| fal-ai/flux-pro/v1.1 | ⭐⭐⭐⭐ | ~5s | Batch content, iterations |
| fal-ai/flux/dev | ⭐⭐⭐ | ~3s | Rapid prototyping |
| fal-ai/flux-realism | ⭐⭐⭐⭐ | ~6s | Photorealistic shots |
Default to flux-pro/v1.1-ultra unless speed matters more than quality.
| Value | Pixels | Use for |
|---|---|---|
| square_hd | 1024×1024 | Instagram feed (1:1) |
| portrait_4_3 | 768×1024 | Instagram portrait feed |
| portrait_16_9 | 576×1024 | Instagram Stories / Reels cover |
| landscape_4_3 | 1024×768 | Wide format |
| landscape_16_9 | 1024×576 | YouTube thumbnail |
result = {
'images': [{'url': str, 'width': int, 'height': int, 'content_type': str}],
'timings': {'inference': float},
'seed': int,
'has_nsfw_concepts': [bool],
'prompt': str # may be refined by model
}
import requests
response = requests.get(url)
with open('output/image.jpg', 'wb') as f:
f.write(response.content)
For on-brand Starchild content, prompts should include:
deep black background, dark cinematic atmosphereamber orange glow, #F84600 orange lightabstract, minimal, geometric, high contrastGood prompt template:
[abstract concept], deep black background, [specific visual element],
amber orange light refraction, cinematic, ultra detailed,
8k, high contrast, minimal composition, no text
After generating, apply the brand composition script:
skills/fal-image/scripts/compose_instagram.py
This adds:
os.environ['FAL_KEY'] = os.environ['FAL_API_KEY'] — the client looks for FAL_KEY not FAL_API_KEYsafety_tolerance: '5' is fine for abstract/artistic content; lower it for anything near real peoplefal_client.submit() + fal_client.result() for batch jobsdevelopment
--- name: "@5326/fvg-delta-forex-engine" version: 6.0.0 --- # FVG-Delta Forex Signal Engine v6.0 A production FastAPI service that scans the global forex market on **15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, and alerts on the late stages. It is the forex evolution of the FVG-Delta crypto engine — **identical strategy**, refined for forex speed and mechanics. ## What it scans A curated, liquidity-screened universe (no illiquid exotics, no
development
--- name: "@5322/fvg-engine" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine v6.0 A production FastAPI service that scans MEXC UST-M perpetual futures on **closed 15-minute candles**, runs a strict lock-forward Smart-Money-Concept (SMC) staged state machine, draws annotated chart screenshots, sends per-trade Telegram alerts, and serves a live dashboard with an in-memory Trade History. Everything lives in `assets/app.py`; the rest is config, docs, and entrypoints. ## The strategy — five lo
development
Builds and app/bot to print Crypto Futures Signals based on a Strategy.
development
--- name: "@5312/delta-strategy" version: 1.0.0 --- # FVG-Delta Crypto Signal Engine — Agent / Maintainer Guide (v5.5) This is the single source of truth for any AI agent or engineer taking over this project. Read it fully before touching `app.py`. It explains the strategy, the code workflow, every bug that was fixed in this revision, the current state, and the rules for updating the app and its docs safely. --- ## 1. What the app is A production-style FastAPI service that scans **MEXC UST-