← Back to Skills Marketplace
ningxiaoxiao

superouter-video-gen

by ningxiaoxiao · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
122
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install superouter-video-gen
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install superouter-video-gen
  3. After installation, invoke the skill by name or use /superouter-video-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug superouter-video-gen
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install superouter-video-gen?

Run "/install superouter-video-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is superouter-video-gen free?

Yes, superouter-video-gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does superouter-video-gen support?

superouter-video-gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created superouter-video-gen?

It is built and maintained by ningxiaoxiao (@ningxiaoxiao); the current version is v1.0.1.

💬 Comments