Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bytedance avatar

Image Generate

  • 50 installs
  • 411 repo stars
  • Updated August 4, 2026
  • bytedance/agentkit-samples

Image Generate is a Claude skill (ByteDance AgentKit sample) that runs a bundled script to generate an image from a text prompt and returns the image URL.

About

Image Generate is a ByteDance AgentKit skill that generates an image from a text prompt by running a bundled image_generate.py script. It returns the URL of the generated image. Authentication reads a MODEL_IMAGE_API_KEY or ARK_API_KEY environment variable, falling back to Volcengine access/secret keys. Developers use it when they need to create an image from a text description.

  • Generates an image from a text prompt via a bundled script
  • Returns the generated image URL
  • Uses Volcengine Ark API keys for authentication

Image Generate by the numbers

  • 50 all-time installs (skills.sh)
  • Ranked #897 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

image-generate capabilities & compatibility

Requires a Volcengine Ark / model image API key (MODEL_IMAGE_API_KEY or ARK_API_KEY).

Capabilities
image generation · text to image
Use cases
image generation
Pricing
Bring your own API key
From the docs

What image-generate says it does

当需要根据文本描述生成图片时,使用该技能调用 `image_generate` 函数。
SKILL.md
优先读取 `MODEL_IMAGE_API_KEY` 或 `ARK_API_KEY` 环境变量。
SKILL.md
脚本将返回生成图片的 URL。
SKILL.md
npx skills add https://github.com/bytedance/agentkit-samples --skill image-generate

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs50
repo stars411
Last updatedAugust 4, 2026
Repositorybytedance/agentkit-samples

What it does

Generate an image from a text prompt and return the image URL.

Who is it for?

Turning a clear text prompt into a generated image URL.

Skip if: Editing existing images or running without Volcengine/Ark credentials.

When should I use this skill?

You need to generate a picture from a text description.

What you get

A generated image URL created from a supplied prompt.

  • generated image URL

By the numbers

  • 3-step usage flow (prompt, run script, get URL)

Files

SKILL.mdMarkdownGitHub ↗

Image Generate

适用场景

当需要根据文本描述生成图片时,使用该技能调用 image_generate 函数。

使用步骤

1. 准备清晰具体的 prompt。 2. 运行脚本 python scripts/image_generate.py "<prompt>"。运行之前cd到对应的目录。 3. 脚本将返回生成图片的 URL。

认证与凭据来源

  • 优先读取 MODEL_IMAGE_API_KEYARK_API_KEY 环境变量。
  • 若未配置,将尝试使用 VOLCENGINE_ACCESS_KEYVOLCENGINE_SECRET_KEY 获取 Ark API Key。

输出格式

  • 输出生成的图片 URL。
  • 若调用失败,将打印错误信息。

示例

python scripts/image_generate.py "一只可爱的猫"

Related skills

FAQ

What credentials does it need?

It reads MODEL_IMAGE_API_KEY or ARK_API_KEY, and can fall back to VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY to obtain an Ark API key.

What does it return?

The URL of the generated image, or an error message if the call fails.

Generative Mediallmautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.