← 返回 Skills 市场
271
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neodomain-ai
功能描述
Generate images and videos via Neodomain AI API. Supports text-to-image, image-to-video, text-to-video, and motion control video generation. Use when user wa...
安全使用建议
This package appears to be a straightforward client for the Neodomain service, but check the following before installing or running it:
- Understand that images/videos and storyboard files you provide may be uploaded to the provider's OSS (wlpaas.oss-cn-shanghai.aliyuncs.com) via temporary STS credentials—do not send sensitive/private images if you don't trust the service.
- You will need to provide NEODOMAIN_ACCESS_TOKEN (or run the login flow which asks for your phone/email and verification code). Keep that token secret and avoid committing it to files or shared shells.
- The scripts import a third-party Python library (oss2) but the README does not automatically install Python deps—install required packages (e.g., pip install oss2) in a controlled virtualenv before running.
- Review network endpoints (story.neodomain.cn and wlpaas.oss-cn-shanghai.aliyuncs.com) to ensure they are acceptable for your data/privacy policies.
If you want higher assurance, ask the maintainer for a full dependency list (requirements.txt) and an explicit statement that user data is only uploaded to the Neodomain service for generation purposes.
功能分析
Type: OpenClaw Skill
Name: neodomain-ai
Version: 1.0.0
The neodomain-ai skill bundle is a legitimate integration for the Neodomain AI platform, providing tools for image and video generation. The scripts (e.g., generate_image.py, generate_video.py, and login.py) use standard Python libraries to interact with the service's API at story.neodomain.cn. The bundle includes functionality for Aliyun OSS uploads (upload_oss.py) to handle media assets, and the SKILL.md instructions specifically advise the AI agent to handle authentication tokens dynamically rather than hardcoding them, demonstrating security-conscious design. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description align with the code and SKILL.md: scripts call Neodomain endpoints (story.neodomain.cn) to generate images/videos and perform authentication. Requiring python3 and NEODOMAIN_ACCESS_TOKEN is appropriate for this purpose.
Instruction Scope
Runtime instructions and scripts stay within the generation workflow, but several scripts (e.g., batch_video.py) upload user files to the provider's OSS (wlpaas.oss-cn-shanghai.aliyuncs.com) via temporary STS credentials. The SKILL.md mentions authentication but does not explicitly warn that user images/storyboards will be uploaded to the provider's OSS; the login flow requires the user to provide a phone/email and verification code (expected for token issuance).
Install Mechanism
This is instruction-only (no platform install spec), which reduces install risk. However, some scripts import third-party Python packages (notably oss2 in batch_video.py) but the SKILL.md / INSTALL.md do not declare or automate these Python dependency installs—users will need to pip-install dependencies manually. There are no external archive downloads or short/unknown URLs used for installing code.
Credentials
Only NEODOMAIN_ACCESS_TOKEN is required and is the primary credential; that is proportional to the stated functionality. The login script collects a contact (phone/email) and verification code from the user to obtain the token, which is consistent with the service's auth flow.
Persistence & Privilege
The skill is not forced-always or privileged; it doesn't request persistent platform privileges or modify other skills. Autonomous invocation is allowed by default (normal for skills) but not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neodomain-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/neodomain-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Neodomain AI skill.
- Generate images and videos using the Neodomain AI API.
- Supports text-to-image, image-to-video, text-to-video, and motion control video generation.
- Reference image and video workflows enabled (up to 10 reference images for image generation).
- CLI-based workflow with configurable model, aspect/ratio, resolution, and output options.
- Includes token-based authentication with login flow guidance.
- Outputs images (JPEG, PNG, WebP), videos (MP4), and generation metadata.
元数据
常见问题
neodomain-ai 是什么?
Generate images and videos via Neodomain AI API. Supports text-to-image, image-to-video, text-to-video, and motion control video generation. Use when user wa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。
如何安装 neodomain-ai?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neodomain-ai」即可一键安装,无需额外配置。
neodomain-ai 是免费的吗?
是的,neodomain-ai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
neodomain-ai 支持哪些平台?
neodomain-ai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 neodomain-ai?
由 BandWhite(@bandwhite)开发并维护,当前版本 v1.0.0。
推荐 Skills