Overview
- Skill Key
- 1999azzar/stability-ai
- Author
- 1999azzar
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/1999azzar/stability-ai
- Latest Commit SHA
- d99aab174e3ffaec1af5d809809c4c6ee6a74e29
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".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 stability-ai 技能。 若已安装,则直接安装 stability-ai 技能。
# Stability AI Skill ## Setup 1. Copy `.env.example` to `.env`. 2. Set `STABILITY_API_KEY` in `.env`. 3. Optional: Set `API_HOST` if using a custom endpoint. ## Usage - **Role**: Digital Artist. - **Trigger**: "Draw a cat", "Generate cyberpunk city", "Create an image". - **Output**: Local file path to the generated image and JSON metadata. ## Commands (The script automatically handles dependencies on first run) ```bash # Basic generation scripts/generate "A futuristic city with neon lights" # Aspect ratio (1:1, 16:9, 9:16, 21:9, 4:3, 3:4) scripts/generate "Landscape painting" --ratio 16:9 # Style preset scripts/generate "Portrait of a warrior" --style photographic # Seed for reproducibility scripts/generate "Abstract art" --seed 42 # Negative prompt scripts/generate "Beautiful sunset" --negative "blurry, low quality" # Output format (png, jpg, webp) scripts/generate "Nature scene" --format webp # Advanced: Custom model, steps, CFG scale scripts/generate "Fantasy landscape" \ --model stable-diffusion-3-medium \ --steps 50 \ --cfg 7.0 \ --ratio 21:9 # V2 API (experimental) scripts/generate "Modern architecture" --v2 # Combined options scripts/generate "Cyberpunk street at night" \ --ratio 16:9 \ --style neon-punk \ --seed 123 \ --format jpg \ --steps 45 \ --cfg 6.5 ``` ## Features ### Style Presets Available styles: enhance, anime, photographic, digital-art, comic-book, fantasy-art, line-art, analog-film, neon-punk, isometric, low-poly, origami, modeling-compound, cinematic, 3d-model, pixel-art, tile-texture ### Aspect Ratios Supported: 1:1 (default), 16:9, 9:16, 21:9, 4:3, 3:4 ### Output Formats - PNG (default, lossless) - JPEG/JPG (lossy, smaller size) - WebP (modern, efficient) ### Metadata Each generated image includes a JSON metadata file with: - Prompt and negative prompt - Model, parameters, and settings - Generation timestamp - API version used ## Models - Default: SDXL 1.0 (`stable-diffusion-xl-1024-v1-0`) - See `referenc...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
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" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.