← Back to Skills Marketplace
seaartpublic

seaart video public

by seaartpublic · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install seaart-video-public
Description
Use this skill to generate high-quality AI videos using the SeaArt platform (seaart.ai). Supports both Text-to-Video and Image-to-Video generation using vari...
Usage Guidance
This skill appears to do what it says: it uses your SeaArt session cookie (T) to call SeaArt APIs and return a generated-video URL. Before installing, consider the following: 1) The skill's source/homepage is unknown — only install if you trust the publisher or after reviewing the code (scripts/generate.py is included and readable). 2) Persisting SEAART_TOKEN with /update-config stores a long-lived secret in your agent config; prefer temporary environment vars if you don't want to store it, and ensure the config file is private. 3) The skill will send your prompt and any image URLs to seaart.ai; do not submit sensitive data you wouldn't want on the service. 4) If you have doubts, open the included script and verify there are no additional endpoints or unexpected behavior (the current script only calls seaart.ai endpoints). 5) Remove the token from the config when you no longer need the skill or use a throwaway token if SeaArt supports it.
Capability Analysis
Type: OpenClaw Skill Name: seaart-video-public Version: 1.0.0 The skill is a legitimate integration for the SeaArt AI video generation platform. It uses a user-provided session token (SEAART_TOKEN) to authenticate requests to official seaart.ai endpoints as documented in SKILL.md and implemented in scripts/generate.py. The code follows safe practices by using structured JSON payloads via the requests library and provides clear security warnings to the user regarding token handling.
Capability Assessment
Purpose & Capability
Name/description (SeaArt video generation) match the declared requirements and the included script. The skill only asks for a SeaArt session token and Python runtime to call seaart.ai endpoints and submit video-generation tasks.
Instruction Scope
SKILL.md instructions are narrowly scoped: check SEAART_TOKEN, collect prompt/model/aspect/image URL, run the provided Python script which POSTs to seaart.ai endpoints and polls for completion. It does not instruct reading unrelated files or sending data to other external endpoints. It explicitly warns not to paste the token into chat.
Install Mechanism
No install spec — instruction-only plus an included Python script. No downloads from arbitrary URLs or archive extraction. Declared binaries (python3, pip3) are reasonable for running the included script.
Credentials
Only one credential (SEAART_TOKEN) is required, which is appropriate for authenticating to seaart.ai. However, the skill instructs persisting the token into the agent config via /update-config; that will store a long-lived secret locally and any compromise of the agent config could expose it. The skill does not request unrelated secrets.
Persistence & Privilege
The skill is not set to always:true and does not modify other skills. It asks the user to persist the token into the agent config (via /update-config), which is normal for convenience but increases the lifetime and blast radius of the credential — verify local config file permissions and who can access the agent environment.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install seaart-video-public
  3. After installation, invoke the skill by name or use /seaart-video-public
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of seaart-video skill. - Generate high-quality AI videos using SeaArt (seaart.ai), supporting Text-to-Video and Image-to-Video. - Choose between multiple models: SeaArt Sono Cast (default), Vidu Q3 Turbo, Kling 3.0, and Wan 2.6. - Supports various video aspect ratios for Text-to-Video. - Requires a SeaArt account token (SEAART_TOKEN) set as an environment variable for authentication. - Provides clear instructions for configuration, usage, and security precautions.
Metadata
Slug seaart-video-public
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is seaart video public?

Use this skill to generate high-quality AI videos using the SeaArt platform (seaart.ai). Supports both Text-to-Video and Image-to-Video generation using vari... It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install seaart video public?

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

Is seaart video public free?

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

Which platforms does seaart video public support?

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

Who created seaart video public?

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

💬 Comments