← 返回 Skills 市场
seaart video public
作者
seaartpublic
· GitHub ↗
· v1.0.0
· MIT-0
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install seaart-video-public - 安装完成后,直接呼叫该 Skill 的名称或使用
/seaart-video-public触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 seaart video public?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install seaart-video-public」即可一键安装,无需额外配置。
seaart video public 是免费的吗?
是的,seaart video public 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
seaart video public 支持哪些平台?
seaart video public 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 seaart video public?
由 seaartpublic(@seaartpublic)开发并维护,当前版本 v1.0.0。
推荐 Skills