coze-image-gen

Generates image URLs from text prompts via the coze-coding-dev-sdk.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/alexyegong/xiaowuji --skill coze-image-gen-alexyegong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coze-image-gen
Source: https://github.com/alexyegong/xiaowuji/tree/main/skills/coze-image-gen
Command: npx skills add https://github.com/alexyegong/xiaowuji --skill coze-image-gen-alexyegong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires coze-coding-dev-sdk, and includes scripts (resource) components.

What problem does it solve?

Generate high-quality images from text prompts using the coze-coding-dev-sdk, returning image URLs directly without downloading.

Core Features & Use Cases

  • Single and batch image generation from prompts with configurable sizes (2K / 4K).
  • Support for sequential generation modes to create story-like image sequences.
  • Outputs direct image URLs for easy integration into workflows and apps.

Quick Start

Run the generation script with a prompt to produce image URLs.

Frequently Asked Questions about coze-image-gen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate image URLs from text prompts using an SDK?

Generate image URLs from text prompts by running a script with the coze-coding-dev-sdk, which automates image creation and outputs direct URLs to stdout for immediate pipeline integration without downloading files.

Can I generate multiple images in a batch with configurable sizes?

Yes, you can generate multiple images in a batch. The generation script supports configurable size options of 2K and 4K, allowing you to scale single or batch image creation to fit your workflow requirements.

Does the image generation script support sequential story modes?

Yes, the image generation script supports sequential generation modes. This feature allows you to create story-like image sequences from text prompts, providing direct URLs for each generated image in the sequential output.

Do I need Node.js to run the coze image generation script?

Yes, you need Node.js and the coze SDK installed to run the image generation script. The script relies on the coze-coding-dev-sdk to process text prompts and output the resulting image URLs directly to stdout.

What is the best way to integrate generated image URLs into automated workflows?

The best way to integrate generated image URLs into automated workflows is to utilize the script's stdout output. It returns direct image URLs from text prompts, enabling seamless pipeline integration without managing local file downloads.