← Back to Skills Marketplace
coolhackboy

Seedream 4.5 image generation

by coolhackboy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
248
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poyo-seedream-4-5
Description
Seedream 4.5 image generation and editing on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `seedream-4.5`, `seedream-4.5-edit`, 2K/4K...
Usage Guidance
This skill appears coherent, but review these practical points before installing: (1) POYO_API_KEY is a credential for your poyo.ai account — treat it like a secret (use a dedicated key with limited scope if possible and do not commit it to public repos). (2) The API supports callback_url webhooks: only supply callback URLs you control, since results (and possibly user-provided reference image metadata) will be POSTed there. (3) The included shell script reads payload JSON from a file or stdin; avoid passing sensitive local files as payloads. (4) Verify you trust api.poyo.ai and the referenced docs; test the script with a non-production API key or minimal payload first. (5) Autonomous invocation is allowed by default on the platform (not flagged here) — if you are concerned about the agent calling this skill without your explicit approval, restrict its permissions or invocation policy in your agent settings.
Capability Analysis
Type: OpenClaw Skill Name: poyo-seedream-4-5 Version: 1.0.0 The skill bundle provides a standard interface for interacting with the PoYo Seedream 4.5 image generation API. It includes a shell script (scripts/submit_seedream_4_5.sh) that uses curl to submit JSON payloads to a legitimate endpoint (api.poyo.ai) using a user-provided API key. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name, description, declared requirements (curl and POYO_API_KEY), SKILL.md, example curl usage, and the included shell script all align with submitting Seedream 4.5 generation/edit jobs to https://api.poyo.ai/api/generate/submit.
Instruction Scope
Runtime instructions are narrowly scoped to building/submitting JSON payloads, using the provided script or curl examples, and reporting the returned task_id. The script only reads a payload file or stdin and the POYO_API_KEY; it does not instruct reading unrelated system files or other environment variables.
Install Mechanism
This is an instruction-only skill with no install spec. No remote downloads or archive extraction occur; the only runtime dependency is curl, which is reasonable for the stated purpose.
Credentials
The single required env var is POYO_API_KEY (declared as primary). That directly matches the API Authorization header used by the script and examples — no unrelated credentials are requested.
Persistence & Privilege
The skill is user-invocable, not forced (always:false). It does not request to modify other skills or system settings and does not persist credentials itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install poyo-seedream-4-5
  3. After installation, invoke the skill by name or use /poyo-seedream-4-5
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of poyo-seedream-4-5 skill. - Adds support for Seedream 4.5 image generation and editing via PoYo API. - Handles 2K/4K resolution output, multi-reference image editing, and higher image counts. - Supports both standard and edit workflows, with clear model selection guidance. - Outlines required and optional input fields for each use case. - Includes instructions for submitting requests and reporting task IDs for polling.
Metadata
Slug poyo-seedream-4-5
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Seedream 4.5 image generation?

Seedream 4.5 image generation and editing on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `seedream-4.5`, `seedream-4.5-edit`, 2K/4K... It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.

How do I install Seedream 4.5 image generation?

Run "/install poyo-seedream-4-5" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Seedream 4.5 image generation free?

Yes, Seedream 4.5 image generation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Seedream 4.5 image generation support?

Seedream 4.5 image generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Seedream 4.5 image generation?

It is built and maintained by coolhackboy (@coolhackboy); the current version is v1.0.0.

💬 Comments