Install
openclaw skills install runware-imageGenerate high-quality images on-demand via the Runware.ai API. This skill is the default image generator. Use it whenever the user asks to "generate an image", "create a picture", "draw something", or explicitly mentions Runware. It handles text-to-image generation with comprehensive safety checks.
openclaw skills install runware-imageRunware Image Skill
Purpose
Provide a secure, documented, and testable integration for generating images via the Runware.ai Image Inference API.
IMPORTANT INSTRUCTIONS FOR AGENT:
.env file in the skill directory.What it does
Included files
Security & secrets
Usage (CLI)
Install dependencies
Set your Runware API key. You can create a .env file in the skill directory:
RUNWARE_API_KEY=your_key_here
Or set it in your environment:
$env:RUNWARE_API_KEY = "<YOUR_KEY>"
Run the script (sync mode): python scripts/generate_image.py --prompt "A photorealistic adult portrait (age 25)" --sync --outfile "my_image.png"
For non-sync workflows, omit --sync and implement webhook handling or polling as described in the Runware docs.
Configuration
Packaging & publishing (ClawHub)
Checklist before publishing:
Suggested repository structure
runware-image/ ├── SKILL.md ├── skill-config.json ├── scripts/ │ └── generate_image.py ├── requirements.txt ├── LICENSE └── tests/ └── test_generate_image.py
Tests and CI
Contribution & support
Licensing
Privacy and usage notes