Token导航 LogoToken导航TokenDH.com
图像处理敏感数据clawhub未标认证来源可访问clear审计提醒

acedatacloud-seedream-imageacedatacloud Seedream 图像

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

3,535

周安装

143

GitHub Stars

公开资料未说明

下载量

1,110
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:acedatacloud-seedream-image(acedatacloud Seedream 图像)
来源仓库:https://github.com/germey/acedatacloud-seedream-image
安装命令:
openclaw skills install acedatacloud-seedream-image
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install acedatacloud-seedream-image

简介

acedatacloud-seedream-image 用于 ByteDance Seedream 图像生成。

  • 适合根据文本提示创建图像并使用 inpainting 编辑。
  • 通过 clawhub 安装,需结合来源仓库和 README 确认具体用法。
  • 安装前建议确认权限范围、维护状态及是否涉及图像版权。
  • 适用于创意设计、图像修复和视觉内容制作。

SKILL.md

name
seedream-image
description
Generate and edit AI images with Seedream (ByteDance) via AceDataCloud API. Use when creating images from text prompts, editing existing images with inpainting/outpainting, or working with ultra-high-resolution outputs. Supports Seedream 2.0, 2.1, 3.0, and 3.0 Turbo models.
license
Apache-2.0
metadata
author
acedatacloud
version
1.0
compatibility
Requires ACEDATACLOUD_API_TOKEN environment variable. Optionally pair with mcp-seedream for tool-use.

Seedream Image Generation

Generate and edit AI images through AceDataCloud's Seedream (ByteDance) API.

Authentication

export ACEDATACLOUD_API_TOKEN="your-token-here"

Quick Start

curl -X POST https://api.acedata.cloud/seedream/images \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "a cyberpunk cat wearing VR goggles in a neon city", "model": "seedream-3.0"}'

Models

ModelResolutionSpeedBest For
seedream-2.0StandardFastQuick drafts
seedream-2.1StandardFastImproved quality over 2.0
seedream-3.0Up to 2048×2048StandardHigh-quality generation (default)
seedream-3.0-turboUp to 2048×2048FasterSpeed-optimized with near-3.0 quality

Workflows

1. Text-to-Image

POST /seedream/images
{
  "prompt": "a serene Japanese garden with cherry blossoms and a red bridge",
  "model": "seedream-3.0",
  "width": 1024,
  "height": 1024
}

2. Image Editing (Inpainting / Outpainting)

Edit regions of an existing image using a mask.

POST /seedream/images/edit
{
  "prompt": "replace with a golden sunset sky",
  "image_url": "https://example.com/photo.jpg",
  "mask_url": "https://example.com/mask.png",
  "model": "seedream-3.0"
}

Parameters

Generation

ParameterValuesDescription
model"seedream-2.0", "seedream-2.1", "seedream-3.0", "seedream-3.0-turbo"Model to use
width512 – 2048Image width in pixels
height512 – 2048Image height in pixels
seedintegerSeed for reproducible results

Editing

ParameterRequiredDescription
image_urlYesURL of the source image to edit
mask_urlYesURL of the binary mask (white = edit region)
promptYesDescribe what to place in the masked area

MCP Server

pip install mcp-seedream

Or hosted: https://seedream.mcp.acedata.cloud/mcp

Key tools: seedream_generate_image, seedream_edit_image

Gotchas

  • Maximum resolution is 2048×2048 — exceed this and requests fail
  • Mask images must be binary (black/white) with the same dimensions as the source image
  • seedream-3.0-turbo offers a good speed/quality trade-off for iterative workflows
  • Results return a direct image URL — no task polling needed for generation
  • Editing always requires both image_url and mask_url

适合场景

01

文本生成图片

02

图片风格化

03

产品图和创意图

04

需要 FLUX 模型时

能力概览

能力 1

调用 FLUX 图像模型

能力 2

支持文本生图和图像改写

能力 3

覆盖 LoRA 或风格适配

能力 4

适合创意视觉生成

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.31%
按下载量换算1,014

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills