A high-performance image generation skill for AI agents leveraging the SiliconFlow API for FLUX and Stable Diffusion models.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install siliconflow-image-gen
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install siliconflow-image-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SiliconFlow Image Generation skill provides a robust interface for generating high-fidelity visual content directly from your AI agent environment. By tapping into the SiliconFlow API, it grants access to industry-leading models including FLUX.1-schnell, FLUX.1-dev, and Stable Diffusion 3.5 Large. This skill is a core component for developers building visual workflows within the Openclaw Skills ecosystem, offering a bridge between text-based reasoning and professional image synthesis.
Designed with developer experience in mind, it handles the complexities of API communication and file management automatically. Whether you are using the free-tier models for rapid prototyping or high-end models for production-grade assets, this skill ensures that your Openclaw Skills enabled agents can produce visual results with minimal latency and maximum configuration flexibility.
To get started, install the skill via the command line:
npx clawhub install siliconflow-image-gen
Next, set your API key as an environment variable:
export SILICONFLOW_API_KEY="your-api-key"
Alternatively, you can integrate it directly into your Openclaw Skills global configuration at ~/.openclaw/openclaw.json:
{
"models": {
"providers": {
"siliconflow": {
"apiKey": "your-api-key"
}
}
}
}
The skill manages configuration and output data through a structured approach:
~/.openclaw/openclaw.json to extract provider credentials.--model and --output.| Model Identifier | Tier | Description |
|---|---|---|
black-forest-labs/FLUX.1-schnell |
Free | Optimized for speed and cost-efficiency. |
black-forest-labs/FLUX.1-dev |
Paid | High-fidelity model for professional use. |
stabilityai/stable-diffusion-3-5-large |
Paid | Advanced composition and prompt adherence. |
Loading
A powerful automation toolkit for controlling native macOS applications including Mail, Calendar, Reminders, and Notes via AI-driven commands.

A read-only utility to fetch Mail, Calendar, Notes, and Stocks data from macOS in structured JSON format for AI agents.

An autonomous self-evolution engine that enables AI agents to learn from execution history, extract insights, and optimize their own strategies.

An intelligent tech-monitoring agent that finds trending repositories and autonomously verifies them within your project's context.

A high-performance text-to-speech skill leveraging the SiliconFlow API and CosyVoice2 model for realistic voice synthesis.

A robust AI skill for generating high-quality cinematic videos from text or images using the SiliconFlow API and Wan2.2 model.








































