Install
openclaw skills install @runware/runware-modelsPick the right Runware model for a task and keep that choice current. Use when an agent needs to decide "which model for X", discover what's available, or check a model's capabilities, status, or price. Foundation skill - outcome skills delegate model choice here so nothing rots when the catalog changes.
openclaw skills install @runware/runware-modelsRunware's catalog is large and changes weekly. The rule: never hardcode a single model as the only answer. Start from a sensible default for the capability, then confirm it's live and current with a real lookup before running.
list_models / model_search, or CLI) filtered by capability and modality. Each model card carries name, air, status, capabilities, pricing, and a headline.io:<from>-to-<to> and op:<operation>:
io:text-to-image, io:image-to-image, io:text-to-video, io:image-to-video, io:video-to-video, io:text-to-audio, io:audio-to-video (lipsync), io:image-to-3d, io:text-to-3d, io:text-to-text, io:image-to-text (vision).op:edit, op:remove-background, op:upscale, op:extend, op:vectorize, op:caption, op:mask, op:train, and the ControlNet preprocessors (op:depth-estimation, op:pose-estimation, …).status tells you whether a model is usable: prefer live. Treat deprecated as replaced (check replacedBy), coming-soon / draft as not yet callable, unlisted as reachable only if you already have its ID.
[max]/pro tier and a fast klein/flash/turbo tier).runware-run) before a batch.live and actually supports the required capability (verified against its card, not assumed).runware-run (call the model you picked), runware-prompting (prompt it well), and every outcome skill (each names its default routing, then defers here to confirm).