flux-image
FLUX.2 Pro gorsel uretimi. Use when generating AI images for posts.
npx skills add majiayu000/claude-skill-registry --skill flux-image --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# FLUX.2 Pro Image Generation ## Quick Reference | Fonksiyon | Amac | |-----------|------| | generate_image_flux() | Gorsel uret | | get_credits() | Kredi sorgula | ## Kullanim ```python from app.flux_helper import generate_image_flux result = await generate_image_flux( prompt="Professional IoT sensor, modern tech style", width=1024, height=1024, output_format="png" ) if result["success"]: image_path = result["image_path"] ``` ## Parametreler | Param | Default | Aciklama | |-------|---------|----------| | prompt | required | Ingilizce prompt | | width | 1024 | Genislik (px) | | height | 1024 | Yukseklik (px) | | output_format | "png" | png veya jpeg | | max_wait_seconds | 120 | Timeout | ## API Akisi ``` 1. POST /flux-2-pro -> task_id al 2. GET /get_result?id=task_id (polling, 2s aralik) 3. Status: Ready -> image URL indir 4. Dosyaya kaydet -> image_path don ``` ## Return Format ```python # Basarili { "success": True, "image_path": "/opt/olivenet-social-bot/outputs/flux_20241225_123456.png", "duration": 45.2, "file_size": 1234567, "cost": 4.0 # credits } # Hata { "success": False, "error": "Content Moderated" } ``` ## Status Degerleri | Status | Anlam | |--------|-------| | Ready |
- Quick Reference
- Kullanim
- Parametreler
- API Akisi
- Return Format
- Status Degerleri
- Prompt Tips
- Ornek Prompt
- Environment
- Dosya
What does the flux-image skill do?
FLUX.2 Pro gorsel uretimi. Use when generating AI images for posts.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill flux-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
