← Back to Skills Marketplace
271
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install neodomain-ai
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neodomain-ai - After installation, invoke the skill by name or use
/neodomain-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 271 downloads so far.
How do I install neodomain-ai?
Run "/install neodomain-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is neodomain-ai free?
Yes, neodomain-ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does neodomain-ai support?
neodomain-ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created neodomain-ai?
It is built and maintained by BandWhite (@bandwhite); the current version is v1.0.0.
More Skills