← 返回 Skills 市场
superouter-video-gen
作者
ningxiaoxiao
· GitHub ↗
· v1.0.1
· MIT-0
122
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install superouter-video-gen
功能描述
Use when the user wants to generate a video through the superouter, especially the `seedance-2.0-v1` omni-reference workflow with ordered assets, async submi...
安全使用建议
This skill appears to be a straightforward wrapper for a remote video-generation API and only needs curl plus a SUPER_KEY. Before installing, verify the remote service: check that superouter.nesports.top is the legitimate endpoint (ask the provider or find an official homepage), and prefer an HTTPS endpoint — sending Authorization: Bearer over http exposes the API key on the network. Treat SUPER_KEY like any secret: limit its privileges, use a disposable key for testing, and rotate it if you later suspect misuse. Be cautious about what local paths you allow the agent to upload — the instructions permit uploading arbitrary absolute paths, so do not reference sensitive files (home directories, SSH keys, environment files). If you cannot verify the service identity or HTTPS availability, consider not installing or testing only with non-sensitive assets and a test key. Additional information that would reduce concern: an official homepage or documentation, TLS/HTTPS endpoints, or explicit guidance limiting allowed upload paths.
功能分析
Type: OpenClaw Skill
Name: superouter-video-gen
Version: 1.0.1
The skill facilitates video generation by uploading local media files and a sensitive API key (SUPER_KEY) to a remote service. It is classified as suspicious because it uses unencrypted HTTP (http://superouter.nesports.top) for all API interactions, including authentication and data exfiltration, which exposes user data and credentials to interception. While the behavior aligns with the stated purpose, the lack of transport security and the use of a third-party proxy domain represent significant security risks.
能力评估
Purpose & Capability
Name, description, required binary (curl) and required env var (SUPER_KEY) align with a REST-based video-generation integration; the SKILL.md only documents calls to the superouter platform and operations you would expect (upload, submit, poll, download). However the platform host (superouter.nesports.top) and lack of source/homepage reduce trust and should be verified.
Instruction Scope
Instructions explicitly require checking arbitrary local file paths exist and uploading them via curl (file=@/absolute/path). That is expected for an upload workflow, but the skill does not constrain which files may be referenced: an agent following these instructions could be directed to upload any local file (including sensitive files). Also the examples use HTTP (http://...) for API endpoints which would transmit the Authorization Bearer token in cleartext over the network—this is a material security concern unless the host is known to be on a trusted/private network.
Install Mechanism
Instruction-only skill with no install spec and only a curl dependency declared — minimal local install risk.
Credentials
Only one env var (SUPER_KEY) is required which is appropriate for authenticating to the platform. Concern: examples send this key over unencrypted HTTP; also the skill will cause the agent to use that key whenever it calls the remote host, so ensure the key has limited scope and can be rotated if compromised.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system configs per the provided metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install superouter-video-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/superouter-video-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
superouter-video-gen 1.0.1
- Added support for querying available video models via the new GET /v1/video/models endpoint.
- Updated file upload limits: single file max size reduced to 30MB (was 100MB).
- Added support for aspectRatio value `21:9` in submission limits.
- Clarified that the default model is `seedance-2.0-v1`; you can now fetch the model list from the server.
- Improved documentation for platform workflow and endpoint capabilities.
v1.0.0
superouter-video-gen 1.0.0
- Initial release with full support for the superouter video generation platform API.
- Implements asset upload, async video task submission, status polling, and provides direct download URLs.
- Includes detailed validation and file requirements, reference ordering, and prompt rules based on platform constraints.
- Automatically estimates credit costs and checks account balance before task submission.
- Supports querying of individual task status and listing of recent tasks with relevant response handling.
元数据
常见问题
superouter-video-gen 是什么?
Use when the user wants to generate a video through the superouter, especially the `seedance-2.0-v1` omni-reference workflow with ordered assets, async submi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 superouter-video-gen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install superouter-video-gen」即可一键安装,无需额外配置。
superouter-video-gen 是免费的吗?
是的,superouter-video-gen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
superouter-video-gen 支持哪些平台?
superouter-video-gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 superouter-video-gen?
由 ningxiaoxiao(@ningxiaoxiao)开发并维护,当前版本 v1.0.1。
推荐 Skills