ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

smtools-image-generation

Generate images from text prompts using AI models via OpenRouter, Kie.ai, or YandexART. Use when the user asks to generate, create, draw, or illustrate an image.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bzsega/smtools-image-generation
Or

What This Skill Does

The smtools-image-generation skill empowers your OpenClaw agent to transform text prompts into high-quality visual content. It acts as a bridge between your agent and leading AI image generation services including OpenRouter, Kie.ai, and YandexART. The skill handles everything from initial image generation to sophisticated image editing, allowing users to create, modify, and render artwork, photos, or diagrams on demand. It supports a wide variety of models, ensuring flexibility whether you need rapid, synchronous generations or specialized async tasks.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/bzsega/smtools-image-generation Ensure you have configured the necessary environment variables for your chosen providers, such as OPENROUTER_API_KEY, KIE_API_KEY, or your Yandex credentials, to allow the skill to authenticate and execute tasks successfully.

Use Cases

This skill is designed for creative and productive workflows. Use it when you need to:

  • Generate custom illustrations for presentations or documents.
  • Produce concept art based on detailed text descriptions.
  • Edit existing images by adding elements, changing backgrounds, or applying stylistic modifications.
  • Visualize abstract data or concepts into meaningful imagery.
  • Iterate on designs by referencing existing local files using the input flag.

Example Prompts

  1. "Generate a high-resolution, photorealistic image of a futuristic garden with neon-lit plants."
  2. "Edit this photo of my desk by removing the coffee mug from the table."
  3. "Create a stylized, cyberpunk-themed illustration of a cat wearing a leather jacket and sunglasses using the Kie.ai provider."

Tips & Limitations

  • Precision in Prompts: The quality of the output is directly correlated to the detail provided in your prompt. Include stylistic, lighting, and composition details to refine results.
  • Provider Selection: Default to OpenRouter for general tasks due to its synchronous nature. Use Kie.ai or YandexART only when specific model support or async processing is required for your project.
  • Absolute Paths: Always use absolute paths when referencing image files with the -i flag to avoid directory-related failures during execution.
  • Rate Limiting: Be mindful of API usage limits associated with your provider accounts, especially when generating large batches of images sequentially.

Metadata

Author@bzsega
Stars4097
Views0
Updated2026-04-14
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bzsega-smtools-image-generation": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#image-generation#ai-art#visual-design#generative-ai
Safety Score: 4/5

Flags: file-write, file-read, external-api, code-execution