byted-seedream-image-generate

byted-seedream-image-generate is a skill for Claude Code, Codex from HK-hub/AgentSkills. It costs 65 tokens per session (2,297 once invoked), scanned A, a copy of byted-seedream-image-generate, MIT.

An image-generation skill that creates pictures from text prompts using Volcano Engine Seedream models. It supports different artistic styles, image shapes, reference-image transformations, and batch generation.

In plain words
What is it for?
It helps create artwork and other visual content, transform reference images into new styles, and generate multiple images for creative projects.
Why use it?
It lets users create visual material from written descriptions or adapt an existing reference image. The available model versions differ in release date and intended use.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit It helps create artwork and other visual content, transform reference images into new styles, and generate multiple images for creative projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hk-hub/agentskills/byted-seedream-image-generate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HK-hub/AgentSkills --skill byted-seedream-image-generate
Clone the repo
git clone --depth 1 https://github.com/HK-hub/AgentSkills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for byted-seedream-image-generate

README.md
[![agentmods](https://agentmods.dev/badge/skills/hk-hub/agentskills/byted-seedream-image-generate/github.svg)](https://agentmods.dev/skills/hk-hub/agentskills/byted-seedream-image-generate)
Your own site
<a href="https://agentmods.dev/skills/hk-hub/agentskills/byted-seedream-image-generate"><img src="https://agentmods.dev/badge/skills/hk-hub/agentskills/byted-seedream-image-generate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for byted-seedream-image-generate

Your own site · 80×15
<a href="https://agentmods.dev/skills/hk-hub/agentskills/byted-seedream-image-generate"><img src="https://agentmods.dev/badge/skills/hk-hub/agentskills/byted-seedream-image-generate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,297 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.02297
Opus 5 $0.00032 $0.01149
Sonnet 5 $0.00013 $0.00459
Haiku 4.5 $0.00006 $0.00230

Measured 11d ago against content hash 3eeaad44ac78, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

byted-seedream-image-generate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/seedream_image_generate.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

86% identical to byted-seedream-image-generate — 24 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

byted-seedream-image-generate/SKILL.md · 241 lines

How it starts

The opening of the file, as written. The whole thing — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.

byted-seedream-image-generate

Description

Generate high-quality images from text prompts using Volcano Engine Seedream models. This skill provides access to three powerful Seedream model versions (4.0, 4.5, and 5.0-lite), each offering unique capabilities for different use cases.

When to Use This Skill

Use this skill when:

  • Users want to create images from text descriptions
  • Users need to generate artwork in various artistic styles
  • Users want to create visual content for creative projects
  • Users need AI-powered image generation capabilities
  • Users want to convert reference images to different styles
  • Users need to generate multiple images in batch
  • Users require high-quality, professional-looking images

Model Versions

Version Model Name Release Date Recommendation Best For
4.0 doubao-seedream-4-0-250828 August 2025 ⭐⭐⭐ Daily use, quick generation
4.5 doubao-seedream-4-5-251128 November 2025 ⭐⭐⭐⭐ Detail-oriented work, complex scenes
5.0 doubao-seedream-5-0-260128 2026 ⭐⭐⭐⭐⭐ Highest quality, best creativity, tools support

Features

  • Text-to-Image: Generate images from detailed text descriptions
  • Image-to-Image: Transform reference images into different styles
  • Batch Generation: Create multiple images in a single request
  • Multiple Versions: Choose from 4.0, 4.5, or 5.0-lite models
  • Watermark Control: Option to disable watermarks
  • Custom Sizes: Support for various image dimensions
  • Output Formats: PNG and JPEG formats (5.0-lite only)
  • Web Search Tools: Internet search integration (5.0-lite only)

Installation & Setup

Prerequisites

# Required: API Key configuration
export MODEL_IMAGE_API_KEY="your-api-key-here"
# or
export MODEL_AGENT_API_KEY="your-api-key-here"
# or
export ARK_API_KEY="your-api-key-here"

# Optional: API Base URL (default already configured)
export MODEL_IMAGE_API_BASE="https://ark.cn-beijing.volces.com/api/v3"
# or
export ARK_BASE_URL="https://ark.cn-beijing.volces.com/api/v3"

Read the full file on GitHub · 241 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 241 lines · 65 tokens per session scan A 3eeaad44ac78

Subscribe to this mod's changes

byted-seedream-image-generate is a skill published in the GitHub repository HK-hub/AgentSkills (6 stars, last pushed 24d ago), licensed MIT. It adds 65 tokens to every session and 2,297 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to byted-seedream-image-generate, differing in 24 lines, and is treated as a copy.

Related

Other skills, from other repositories

byted-seedream-image-generate

Generate high-quality images from text prompts using Volcano Engine Seedream models. Supports multiple artistic styles and aspect ratios. Use this skill when users want to create images from text descriptions, generate artwork in various styles, create visual content for creative projects, or need AI-powered image…

bytedance/agentkit-samples · 65 tokens

Seedream 文生图

A skill for generating images with ByteDance's Seedream models from text or reference images. Seedream is an AI image-generation service supporting different visual styles and image shapes.

bolecodex/volcano-videocut-openclaw · 97 tokens

agnes-ai-skill

Use when the user wants Agnes AI text, image, or video generation and should execute it through the agnes-ai-cli command line instead of hand-writing raw HTTP requests.

jomeswang/agnes-ai-skill · 39 tokens

model-aware-image-prompt-engineer

Model-aware image prompt engineering for any agent or image generation workflow. Use when writing, improving, translating, debugging, or evaluating prompts for OpenAI image models, Gemini Nano Banana, Midjourney, FLUX, Qwen-Image, Z-Image, Stable Diffusion, SDXL, Pony, Illustrious, NoobAI, Animagine, HunyuanImage…

Emily2040/nano-banana-image-skill · 210 tokens

nano-banana-image-skill

Model-aware image prompting for Nano Banana Pro and Nano Banana 2. Covers generation, editing, continuity, text-in-image, style routing, and structured JSON output.

Emily2040/nano-banana-image-skill · 40 tokens

replicate-images

Use when generating or editing images through the Replicate API, or when a modern image model keeps ignoring the prompt — choosing aspect ratio, resolution, seed and output format, image-to-image, multi-reference composition, text-driven inpainting, readable text inside a generated image, and structuring prompts per…

ericrisco/rsc-harness · 84 tokens