stability-ai
Generate high-quality images via Stability AI API (SDXL, SD3, Stable Image Core). Use when user asks to "generate image", "make a picture", or "draw this".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1999azzar/stability-aiWhat This Skill Does
The Stability AI skill is a powerful generative tool for OpenClaw that allows users to create high-quality, professional-grade imagery directly within their workflow. By leveraging advanced models such as SDXL, SD3, and Stable Image Core, this skill acts as a digital artist assistant. Whether you need photorealistic landscapes, stylized digital art, or complex artistic compositions, the skill handles the heavy lifting of API communication, model selection, and image processing. It produces both the resulting image file and a comprehensive JSON metadata manifest, ensuring that every generation is reproducible and well-documented.
Installation
Getting started with the Stability AI skill is straightforward. First, add the skill to your environment using the command: clawhub install openclaw/skills/skills/1999azzar/stability-ai. Once installed, navigate to the skill directory, copy the .env.example file to .env, and populate your STABILITY_API_KEY. If you are using a self-hosted instance or a custom proxy, configure the API_HOST variable. The system handles all dependency management during the initial execution, allowing for a seamless "plug-and-play" experience.
Use Cases
This skill is perfect for creators and developers who require visual assets without leaving the terminal. Use it to generate concept art for game design, create placeholder images for web and application development, or produce unique visuals for marketing materials and social media posts. The ability to use seed values makes it an ideal tool for iterative design, allowing you to refine a prompt until the visual output perfectly matches your creative vision.
Example Prompts
- "Draw a cyberpunk city at night with neon signs and flying vehicles in 16:9 ratio."
- "Generate a photographic portrait of an elderly traveler wearing a leather hat, use the cinematic style."
- "Create an image of an abstract landscape with floating islands, use seed 999 for reproducibility."
Tips & Limitations
To maximize the quality of your outputs, utilize the negative prompt feature to steer the model away from unwanted artifacts like blurriness or low-quality textures. Be mindful of the aspect ratio settings; while 1:1 is the default, choosing a specific ratio like 21:9 can drastically change the composition. Note that this skill consumes API credits per generation depending on the model chosen; refer to the documentation for specific cost breakdowns. Finally, the built-in auto-cleanup feature maintains a limit of 20 images; if you need to keep your work long-term, ensure you move your favorite outputs to a permanent storage directory, as older files will be removed by the script.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1999azzar-stability-ai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, external-api
Related Skills
newman
Automated API testing with Postman collections via Newman CLI. Use when user requests API testing, collection execution, automated testing, CI/CD integration, or mentions "Postman", "Newman", "API tests", "run collection", or "automated testing".
mema-vault
Secure credential manager using AES-256 (Fernet) encryption. Stores, retrieves, and rotates secrets using a mandatory Master Key. Use for managing API keys, database credentials, and other sensitive tokens.
ui-designer
Design beautiful interfaces using 16+ design systems including Material You, Fluent Design, Apple HIG, Ant Design, Carbon Design, Shopify Polaris, Minimalism, Glassmorphism, Neo-Brutalism, Neumorphism, Skeuomorphism, Claymorphism, Swiss Design, and Atlassian Design. Expert in Tailwind CSS, color harmonics, component theming, and accessibility (WCAG).
mermaid-architect
Generate beautiful, hand-drawn Mermaid diagrams with robust syntax (quoted labels, ELK layout). Use this skill when the user asks for "diagram", "flowchart", "sequence diagram", or "visualize this process".
guardian-wall
Mitigate prompt injection attacks, especially indirect ones from external web content or files. Use this skill when processing untrusted text from the internet, user-uploaded files, or any external source to sanitize content and detect malicious instructions (e.g., "ignore previous instructions", "system override").