Overview
- Skill Key
- 26medias/runware
- Author
- 26medias
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/26medias/runware
- Latest Commit SHA
- 05c20983d8e85f96764b2c5bab4b0ba77afd1097
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 runware 技能。 若已安装,则直接安装 runware 技能。
# Runware Image and video generation via Runware's unified API. Access FLUX, Stable Diffusion XL, Kling AI, and more. ## Setup Set `RUNWARE_API_KEY` environment variable, or pass `--api-key` to scripts. Get API key: https://runware.ai ## Image Generation ### Text-to-Image ```bash python3 scripts/image.py gen "a cyberpunk city at sunset, neon lights, rain" --count 2 -o ./images ``` Options: - `--model`: Model ID (default: `runware:101@1` / FLUX.1 Dev) - `--width/--height`: Dimensions (default: 1024x1024) - `--steps`: Inference steps (default: 25) - `--cfg`: CFG scale (default: 7.5) - `--count/-n`: Number of images - `--negative`: Negative prompt - `--seed`: Reproducible seed - `--lora`: LoRA model ID - `--format`: png/jpg/webp ### Image-to-Image Transform an existing image: ```bash python3 scripts/image.py img2img ./photo.jpg "watercolor painting style" --strength 0.7 ``` - `--strength`: How much to transform (0=keep original, 1=ignore original) ### Upscale ```bash python3 scripts/image.py upscale ./small.png --factor 4 -o ./large.png ``` ### List Models ```bash python3 scripts/image.py models ``` ## Video Generation ### Text-to-Video ```bash python3 scripts/video.py gen "a cat playing with yarn, cute, high quality" --duration 5 -o ./cat.mp4 ``` Options: - `--model`: Model ID (default: `klingai:5@3` / Kling AI 1.6 Pro) - `--duration`: Length in seconds - `--width/--height`: Resolution (default: 1920x1080) - `--negative`: Negative prompt - `--format`: mp4/webm/mov - `--max-wait`: Polling timeout (default: 600s) ### Image-to-Video Animate an image or interpolate between frames: ```bash # Single image (becomes first frame) python3 scripts/video.py img2vid ./start.png --prompt "zoom out slowly" -o ./animated.mp4 # Two images (first and last frame) python3 scripts/video.py img2vid ./start.png ./end.png --duration 5 ``` ### List Video Models ```bash python3 scripts/video.py models ``` ## Popular Models ### Image | Model | ID | |-------|-----| |...
capt-marbles
Task Router
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
cartoonitunes
Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is non-opinionated and includes runtime bytecode, decompiled code, and editorial history when available. Base URL https://ethereumhistory.com (or set BASE_URL for local/staging).
cassh100k
Portable agent identity encoding. Compress SOUL.md/MEMORY.md into transferable DNA fingerprints, detect identity drift between snapshots, and port personality across platforms (OpenClaw, Claude, GPT, CrewAI). Pure Python, zero dependencies. Use when migrating agents between platforms, detecting personality drift, or backing up agent identity.
camopel
One-command disk cleanup for macOS and Linux — trash, caches, temp files, old kernels, snap revisions, Homebrew, Docker, and Xcode artifacts. Use when user asks to free storage, clean up disk, reclaim space, reduce disk usage, or encounters low disk / "disk full" warnings. Safe by default with dry-run mode. No dependencies beyond bash and awk.