← 返回 Skills 市场
wangshengli0421

Volcseed

作者 tianshu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
206
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aiznt-volcseed
功能描述
即梦 Volcseed 智能修图。Use when: 用户要按提示词改图、需提交参考图 URL 与轮询任务。
使用说明 (SKILL.md)

即梦 Volcseed (aiznt-volcseed)

通过天树 ts_xxx 与凭证中的 aiznt_proxy_urls 调用 volcseededit 提交与查询。

配置

aiznt-images 等同类技能相同:TS_TOKENAIZNT_PROXY_URLS(JSON)。TsClaw Skills 页「同步天树凭证」会批量写入。

命令

node scripts/volcseed.js submit --prompt "改成水彩风" --image-urls '["https://example.com/a.png"]'
node scripts/volcseed.js fetch --task-id \x3Ctask_id>

URL 键

  • volcseededit_submit
  • volcseededit_fetch{task_id}
安全使用建议
This skill appears coherent and small: review and trust the values you put into AIZNT_PROXY_URLS because the skill will send your TS_TOKEN and image/prompt data to those endpoints. Verify that TS_TOKEN has limited scope and rotate it if you reuse it elsewhere. Only set AIZNT_PROXY_URLS to URLs you control or trust (ensure the keys volcseededit_submit and volcseededit_fetch are present and correct). If you need stronger assurance, inspect the environment that will provide AIZNT_PROXY_URLS (who wrote it, is it generated by your platform?), or run the scripts in an isolated environment with a test token first.
功能分析
Type: OpenClaw Skill Name: aiznt-volcseed Version: 1.0.0 The aiznt-volcseed skill is a standard implementation for interacting with an image editing service. It uses environment variables (TS_TOKEN and AIZNT_PROXY_URLS) to authenticate and route requests to a proxy service, which is consistent with its stated purpose in SKILL.md and scripts/volcseed.js. The code logic is transparent, lacks obfuscation, and does not contain any indicators of data exfiltration to unauthorized endpoints or malicious command execution.
能力评估
Purpose & Capability
Name/description state an image-editing submit/fetch integration. The skill requires TS_TOKEN and a JSON map of proxy URLs and contains code that posts prompts and image URLs or fetches task status — these are exactly what an integration like this needs.
Instruction Scope
SKILL.md and scripts only instruct the agent to submit edits and poll results via the configured endpoints. The runtime does not read unrelated files, shell history, or other environment variables beyond TS_TOKEN and AIZNT_PROXY_URLS.
Install Mechanism
No install spec; code is included as small JS scripts. Nothing is downloaded from third-party URLs or written to arbitrary system locations. This is low risk from an installation perspective.
Credentials
Requested env vars (TS_TOKEN as primary credential and AIZNT_PROXY_URLS containing endpoint templates) are appropriate for this integration. However, those proxy URLs are arbitrary: the skill will send the Bearer TS_TOKEN and payloads to whatever URLs are present, so you must ensure AIZNT_PROXY_URLS only contains trusted endpoints and that TS_TOKEN has least-privilege scope.
Persistence & Privilege
The skill is not always-on and does not request system-wide persistence or modify other skills. It runs only when invoked and performs only HTTP calls as coded.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aiznt-volcseed
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aiznt-volcseed 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
test
元数据
Slug aiznt-volcseed
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Volcseed 是什么?

即梦 Volcseed 智能修图。Use when: 用户要按提示词改图、需提交参考图 URL 与轮询任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 206 次。

如何安装 Volcseed?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aiznt-volcseed」即可一键安装,无需额外配置。

Volcseed 是免费的吗?

是的,Volcseed 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Volcseed 支持哪些平台?

Volcseed 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Volcseed?

由 tianshu(@wangshengli0421)开发并维护,当前版本 v1.0.0。

💬 留言讨论