Skip to content

Releases: elianmh/leoda-io

v0.4.2 — Balance fal.ai en vivo + UX refinada

19 May 05:05

Choose a tag to compare

Leoda.io v0.4.2 — Balance fal.ai en vivo + UX refinada

What is new / Qué hay nuevo

Flow Editor improvements

  • 💰 fal.ai balance shown live in topbar: FLOW COST · BALANCE · AFTER
  • 🔄 Refresh button to update balance on-demand
  • 🎨 Balance color changes by remaining ($green > $1, $amber < $1, $red negative)
  • 🖼 Mini thumbnails of refs visible inside receiving node (REFS label)
  • Prompts editable inline — HTML textarea inside each node, no need to open side panel
  • 🐛 Fixed focus loss bug when editing
  • 🎵 Music + SFX nodes pre-loaded in painter trailer preset
  • Full sound design chain connected to composition

Painter trailer preset

  • 9 total nodes: 3 image refs + 3 Seedance videos + Music + SFX + Composition
  • Total estimated cost: $4.67 USD
  • Auto-loads when STORAGE_KEY is fresh

Install

Settings → Plugins → Add Marketplace → github.com/elianmh/leoda-io

Or download leoda-io-v0.4.2.plugin and drag to Cowork chat.

v0.4.1 — Multi-language EN/ES + bilingual README

19 May 04:52

Choose a tag to compare

Leoda.io v0.4.1 — Multi-language EN/ES

What is new

Flow Editor: bilingual UI

  • Toggle 🌐 EN / 🌐 ES in the topbar
  • 51 translated strings: topbar, dock tooltips, help, Flows Agent, context menu, confirm dialogs, placeholders, properties panel
  • Auto-detect browser language on first load
  • Persists in localStorage

Plugin & GitHub: bilingual docs

  • README rewritten with EN section first + ES section below
  • Anchor navigation #-in-english / #-en-espanol
  • Bilingual skills table
  • Real cases in both languages

Backwards compatible

All v0.4.0 features work the same.

Install / Instalar

Settings -> Plugins -> Add Marketplace -> github.com/elianmh/leoda-io

Or download leoda-io-v0.4.1.plugin and drag to Cowork chat.

v0.4.0 - Flow Editor visual estilo ElevenLabs Flows

19 May 04:40

Choose a tag to compare

Leoda.io v0.4.0 — Flow Editor visual estilo ElevenLabs Flows

Que hay nuevo

Nuevo skill /flow-editor

Canvas infinito tipo ElevenLabs Flows / n8n / ComfyUI dentro de Claude Cowork.

Features:

  • Toolbar dock inferior con 11 tipos de nodos (drag-and-drop)
  • Conexiones Bezier con validacion de tipos
  • Boton x en el centro del cable para desconectar
  • Run individual por nodo + Run from here + Run All
  • Doble-click rename, right-click context menu
  • Click en preview de Image/Audio/Text Ref = file picker filtrado
  • Flows Agent chat conversacional integrado
  • Preview rico por tipo: imagen thumbnail / video con play overlay / waveform animado / voice card / timeline / spinner running
  • Persistence en localStorage
  • Cost tracker en USD en tiempo real
  • Zoom con scroll + pan con drag

Template embebido

El plugin incluye el HTML completo del editor (~80 KB) en skills/flow-editor/template/flow.html. Cuando un usuario invoca /flow-editor, Claude copia el template y crea el artifact en ~2 segundos.

13 skills totales

brief-creativo, calendario-publicaciones, captions-multiplataforma, flow-editor (NUEVO), imagen-nano-banana, pipeline-completo, setup-leoda, sfx-generar, storyboard-trailer, trailer-cinematografico, variantes-ab, video-seedance, voz-clon.

Instalar

Settings -> Plugins -> Add Marketplace -> github.com/elianmh/leoda-io

O descargar leoda-io-v0.4.0.plugin y arrastrar al chat.

Upgrade desde v0.3.0

Backward compatible. Todos los skills anteriores siguen funcionando.

Tipos de nodos en el Flow Editor

Categoria Modelo Costo
Image Ref (upload) free
Audio Ref (upload) free
Text (input) free
Nano Banana 2 Gemini 2.5 Flash Image $0.04
NB /edit Gemini /edit $0.04
Seedance 2.0 bytedance/seedance-2.0 $0.30/s
Voice Clone MiniMax $0.30
Eleven Multilingual v2 TTS $0.10
Stable Audio SFX Stable Audio $0.05
Eleven Music Eleven Music $0.08
LLM Claude Claude API $0.005
Composition ffmpeg local free

Caso real

Trailer del pintor + Mona Lisa producido con este flow editor en v0.3.0: $4.62 USD total.


Built by @elianmh.io - MIT License

v0.3.0 — Pre-flight + Trailer cinematografico

18 May 16:25

Choose a tag to compare

Leoda.io v0.3.0 — Pre-flight + Trailer cinematografico

Que hay nuevo

🎬 Nuevo skill /trailer-cinematografico

Construye trailers cortos profesionales (10-20s) con:

  • Plan obligatorio antes de generar (evita gastar creditos en vano)
  • Continuidad de camara entre clips
  • xfade 0.5s entre escenas (no cortes duros feos)
  • Endcard con branding automatico
  • Plantillas por genero: suspense, producto, lifestyle
  • Export multi aspect ratio (9:16 / 1:1 / 16:9)

⚡ PRE-FLIGHT CHECKLIST en /video-seedance

Para evitar el bug mas caro: re-enviar requests por error de endpoint.

Antes de cada llamada a fal.ai, Claude valida:

  • [✓] Endpoint correcto (bytedance/seedance-2.0/image-to-video, sin fal-ai/ prefix)
  • [✓] Imagen reusable disponible (no regenerar si existe)
  • [✓] Costo estimado (5s @ 1080p = $1.51)
  • [✓] Idempotencia (extraer status_url directo del response)
  • [✓] Encuadre de camara explicito en el prompt

🔄 Regla de reuso de assets

Si el usuario provee imagenes o ya hay material en el workspace, USARLO.
NO regenerar sin necesidad. Ahorra 80% de los creditos en trabajos iterativos.

Caso real

Trailer del pintor + Mona Lisa producido con este flujo:

  • 3 imagenes Nano Banana (text-to-image + 2x edit con consistencia)
  • 3 clips Seedance 2.0 @ 1080p × 5s con audio nativo
  • Composicion ffmpeg con xfade + acrossfade
  • Endcard con branding

Costo total: $4.62 USD.

Instalar

# Desde Claude Cowork (1-click)
Settings -> Plugins -> Add Marketplace -> github.com/elianmh/leoda-io

# Manual
Descargar leoda-io-v0.3.0.plugin -> arrastrar al chat de Cowork

Upgrade desde v0.2.0

Settings -> Plugins -> leoda-io -> Update

Backwards compatible. Todos los skills v0.2.0 siguen funcionando.


🛠 Built by @elianmh.io · MIT License

Leoda.io v0.2.0 — Initial public release

17 May 23:59

Choose a tag to compare

🎬 First public release of Leoda.io — pipeline automatizado de marketing visual con IA generativa premium.

🆕 Features

  • Seedance 2.0 video con audio nativo + lip-sync (hasta 15s por clip)
  • Nano Banana edit con image_urls para consistencia de personajes
  • MiniMax voice cloning desde 10s+ de muestra de audio
  • Stable Audio SFX generation desde texto
  • ElevenLabs TTS para voces preset

📦 Installation

Option 1 — Marketplace (1-click)

In Cowork: Settings → Plugins → Add Marketplace → paste:

https://github.com/elianmh/leoda-io

Option 2 — Manual

Download leoda-io-v0.2.0.plugin below and drag it to your Cowork chat.

🛠 10 Skills

/setup-leoda · /brief-creativo · /imagen-nano-banana · /video-seedance · /voz-clon · /sfx-generar · /variantes-ab · /captions-multiplataforma · /calendario-publicaciones · /pipeline-completo

💰 Costs

The plugin is MIT licensed and free. You pay fal.ai directly for inference (no markup, no subscriptions). Typical campaign: $6-8 USD.

See README and landing page.