← Back to Skills Marketplace
26medias

Runware Image & Video generation

by 26medias · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2159
Downloads
2
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install runware
Description
Generate images and videos via Runware API. Access to FLUX, Stable Diffusion, Kling AI, and other top models. Supports text-to-image, image-to-image, upscaling, text-to-video, and image-to-video. Use when generating images, creating videos from prompts or images, upscaling images, or doing AI image transformation.
Usage Guidance
This skill's code matches its description and will contact https://api.runware.ai to generate and download images/videos. However: - The SKILL.md/scripts require a RUNWARE_API_KEY (or --api-key) but the registry metadata does not declare this; expect to supply an API key before use. - When you pass local image file paths, the scripts will encode and upload the full image data to the Runware API — do not upload private/sensitive images unless you trust the service and its privacy/policy. - The skill's source and homepage are listed as unknown/none in the registry; verify runware.ai and the author before trusting your API key or sensitive inputs. - Costs: the scripts include cost reporting and the SKILL.md references pricing; ensure you understand billing on the Runware side to avoid unexpected charges. If you are comfortable with these points (trusting the vendor, providing an API key, and not uploading sensitive files), the skill looks functionally coherent. If you need stronger assurances, ask the publisher for a verified homepage/source or confirm the Runware service and its privacy/security posture before installing.
Capability Analysis
Type: OpenClaw Skill Name: runware Version: 1.0.0 The OpenClaw AgentSkills skill bundle for 'runware' is designed to interact with the Runware API for image and video generation. The `SKILL.md` provides clear, benign instructions for the AI agent and users, without any prompt injection attempts to manipulate agent behavior. The Python scripts (`scripts/image.py` and `scripts/video.py`) handle API key retrieval (from environment or argument), make legitimate API calls to `https://api.runware.ai/v1`, upload local images as data URIs, and download generated media files to the local filesystem. All observed file and network operations are directly aligned with the stated purpose of the skill, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and included scripts all align: they call https://api.runware.ai/v1 to perform text->image, img2img, upscaling, text->video and img->video. The required functionality (network calls, uploading images, downloading results) is coherent with the stated purpose.
Instruction Scope
Runtime instructions and the scripts are narrowly scoped to interacting with the Runware API and reading/writing image/video files. There are no instructions to read unrelated system config, shell history, or to contact third-party endpoints outside runware.ai for control.
Install Mechanism
No install spec — code files are shipped with the skill and there are no external downloads or package installs. This minimizes install-time risk, though the included scripts will make outbound network calls at runtime.
Credentials
SKILL.md and both scripts require a Runware API key (RUNWARE_API_KEY or --api-key) but the registry metadata lists no required environment variables or primary credential — this is an inconsistency. Additionally, the scripts will read local image files and embed them as base64 in API requests (i.e., they upload the raw image content), which is expected for img2img/upscale but has privacy implications that the metadata does not call out.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or global agent config. It runs as-needed and only performs network I/O and local file read/write under user-invoked commands.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install runware
  3. After installation, invoke the skill by name or use /runware
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Image and video generation via Runware API. Access to FLUX, Stable Diffusion, Kling AI, and other top models. Features: - Text-to-image (FLUX.1 Dev/Schnell, SDXL RealVisXL) - Image-to-image transformation - Image upscaling (2x/4x) - Text-to-video (Kling AI 2.1, Runway Gen-3) - Image-to-video animation Includes CLI scripts with full parameter control: models, dimensions, steps, CFG, LoRA, seeds, negative prompts.
Metadata
Slug runware
Version 1.0.0
License
All-time Installs 7
Active Installs 7
Total Versions 1
Frequently Asked Questions

What is Runware Image & Video generation?

Generate images and videos via Runware API. Access to FLUX, Stable Diffusion, Kling AI, and other top models. Supports text-to-image, image-to-image, upscaling, text-to-video, and image-to-video. Use when generating images, creating videos from prompts or images, upscaling images, or doing AI image transformation. It is an AI Agent Skill for Claude Code / OpenClaw, with 2159 downloads so far.

How do I install Runware Image & Video generation?

Run "/install runware" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Runware Image & Video generation free?

Yes, Runware Image & Video generation is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Runware Image & Video generation support?

Runware Image & Video generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Runware Image & Video generation?

It is built and maintained by 26medias (@26medias); the current version is v1.0.0.

💬 Comments