🎨
AI EngineeringTypeScript

Seedream

by freestylefly

Seedream is an AI Engineering skill for Claude Code, published by freestylefly in wesight.

890 stars206 forkson freestylefly/wesightAdded 2026/08/22+1% in starsRepository updated 2026/08/06
agent-skillsagent-workspaceai-agentai-agentsclaude-codecodexdeepseek-harnessdesktop-appdshdsh-pluginelectronhermes-agentllmlocal-firstmacosmodel-routeropenclawreacttypescriptvibe-coding
Install in seconds
Install Seedream
Copy Seedream into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/freestylefly/wesight/tree/main/SKILLs/seedream ~/.claude/skills/seedream

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/freestylefly/wesight.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILLs/seedream/SKILL.md in freestylefly/wesight
Installs to
~/.claude/skills/seedream
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What Seedream does

Seedream generates and edits AI images with Volcengine Seedream models. Use it for text-to-image, image editing, multi-image fusion, grouped outputs, or web-search-based generation.

Seedream is cataloged under AI Engineering on DirSkills. Seedream comes from a repository tagged agent-skills, agent-workspace, ai-agent, ai-agents and claude-code.

Documentation

README

Seedream 图片生成

使用火山引擎 Seedream 模型生成高质量 AI 图片,支持文本生成图片(T2I)、图片编辑(I2I)、多图融合、组图生成、联网搜索等多种创作模式。

Node.js 版本:此脚本使用 Node.js 实现,无需 Python 环境。通过入口脚本自动检测 Node.js 运行时(优先使用系统 node,回退到 WeSight 内置运行时),Windows 和 Mac 用户都可以开箱即用。

配置

  • Base URL: https://ark.cn-beijing.volces.com/api/v3
  • API Key: 从环境变量 ARK_API_KEY 读取
  • 认证方式: Authorization: Bearer {API_KEY}
  • SDK: 兼容火山方舟 Python SDK

快速开始

第一步:设置 API Key

# macOS / Linux - 当前终端临时生效(立即使用)
export ARK_API_KEY="你的API密钥"

# Windows PowerShell - 当前会话临时生效
$env:ARK_API_KEY="你的API密钥"

# 验证设置成功(macOS/Linux)
echo $ARK_API_KEY

# 验证设置成功(Windows)
echo $env:ARK_API_KEY

第二步:生成你的第一张图片

bash "$SKILLS_ROOT/seedream/scripts/generate-image.sh" \
  --prompt "一只可爱的橘色小猫"

如何配置 API Key

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Seedream

  • What else does freestylefly publish alongside Seedream?

    Seedream is one of 25 skills that DirSkills catalogs from freestylefly/wesight, the repository it ships in. Its siblings there include Article Writer, Canvas Design and Content Planner. Each one is a separate skill with its own page in this directory, installs the same way Seedream does, and is maintained by freestylefly in that same repository. The rest of the collection is listed on the freestylefly/wesight page.

  • How does Seedream compare to other AI Engineering skills?

    Seedream ranks #1500 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Seedream against them. Open each page to compare what they document and how they install.

More from freestylefly/wesight

Seedream is one of 25 skills cataloged on DirSkills from freestylefly/wesight.

See all 25 skills