技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 1 · 40 · 0 current installs · 0 all-time installs
⭐ 1
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:aowind/sjht-doubao-image-gen
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
This skill is internally coherent: it implements a text→image generator that calls the Volcengine/ARK (doubao/Seedream) API and requires an API key (ARK_API_KEY); the only mismatch is that the registry metadata did not declare that environment variable.
目的
Name/description, SKILL.md, and the included script all describe the same functionality (calling doubao-seedream via the Volcengine ARK API to produce images). However, the registry metadata lists no required environment variables while the SKILL.md and scripts expect an API key (ARK_API_KEY). The requested credential is appropriate for the claimed purpose, but the registry omission is an inconsistency.
说明范围
SKILL.md instructs the agent to optimize prompts and invoke the included Python script to generate images. The script reads API key from CLI → ARK_API_KEY env var → ~/.doubao-image-gen/.env, performs HTTP API calls to the ARK endpoint, downloads image URLs, writes files (images, prompts.json, index.html) to the output directory, and prints GENERATED_IMAGE lines for AI consumption. There are no instructions to read unrelated system files or exf…
安装机制
There is no install spec (instruction-only plus a shipped script). Dependencies are normal Python libs (openai and requests). No remote downloads or obscure install sources are used. The script will require the user/agent to have Python and the noted Python packages available.
证书
The only credential the code uses is an ARK API key (ARK_API_KEY), which is proportional to calling the external image generation API. The inconsistency is that the registry metadata did not declare this required environment variable or primary credential; the SKILL.md and script do require it (or CLI flag). No other unrelated secrets or credentials are requested.
持久
The skill does not request always:true and does not modify other skills or system-wide settings. It writes files only to the specified output directory (or a timestamped folder) and may read a per-user config file in ~/.doubao-image-gen/.env to obtain the API key—this is part of its own configuration scope and not an elevation of privilege.
综合结论
This skill appears to do what it claims (call Volcengine/ARK/doubao Seedream to generate images). Before installing: provide a dedicated ARK API key (the code reads ARK_API_KEY or ~/.doubao-image-gen/.env or --api-key), confirm you are comfortable the agent will make network requests to https://ark.cn-beijing.volces.com and download image URLs, and ensure Python packages (openai, requests) are installed. Note the registry metadata did not decl…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「sjht doubao text to image」。简介:使用豆包 Seedream 模型文生图,支持并发批量生成,输出图库预览页。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aowind/sjht-doubao-image-gen/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。