·ms-image-gen
</>

ms-image-gen

AI image generation using ModelScope API. Use when user requests to generate, create, draw, paint, or make images through natural language. Supports Chinese and English prompts. Handles async API tasks, batch generation, and automatic configuration management.

4Installs·0Trend·@hansonyyds

Installation

$npx skills add https://github.com/hansonyyds/beary-skills --skill ms-image-gen

How to Install ms-image-gen

Quickly install ms-image-gen AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hansonyyds/beary-skills --skill ms-image-gen
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hansonyyds/beary-skills.

SKILL.md

View raw

Generate AI images through ModelScope API with natural language support in Chinese and English.

| --prompt | string | Yes | Image generation prompt (required unless using --batch) | | --batch | file | No | Batch prompts file (one per line) | | --model | string | No | Model ID (default: from config or Tongyi-MAI/Z-Image-Turbo) | | --output | path | No | Output directory (default: ./generated-images/) |

| --filename | string | No | Output filename without extension | | --width | int | No | Image width (default: 1024) | | --height | int | No | Image height (default: 1024) | | --count | int | No | Number of images to generate (default: 1) | | --timeout | int | No | Polling timeout in seconds (default: from config or 300) |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hansonyyds/beary-skills --skill ms-image-gen
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-11

Browse more skills from hansonyyds/beary-skills

Quick answers

What is ms-image-gen?

AI image generation using ModelScope API. Use when user requests to generate, create, draw, paint, or make images through natural language. Supports Chinese and English prompts. Handles async API tasks, batch generation, and automatic configuration management. Source: hansonyyds/beary-skills.

How do I install ms-image-gen?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hansonyyds/beary-skills --skill ms-image-gen Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hansonyyds/beary-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-26