← Back to Skills Marketplace
wondershare-boop

Tomoviee Tail to Video

by wondershare-boop · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
317
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install tomoviee-tail-to-video
Description
Generate videos from first and last frame images using Tomoviee First-Last Frame API (`tm_tail2video_b`) via Wondershare OpenAPI gateway (`https://openapi.wo...
Usage Guidance
This package is internally consistent with its stated purpose: it builds Basic auth from app_key/app_secret and posts to openapi.wondershare.cc to create and poll tasks. Before installing or using it, consider: 1) supply credentials only for a verified Tomoviee/Wondershare account and avoid pasting production keys into third-party or unknown code until you confirm the provider and owner; the registry metadata omits declared credential requirements even though the SKILL.md/code require app_key/app_secret. 2) The optional callback parameter can forward results to any URL you provide — do not use untrusted callback endpoints if your inputs (images, prompts) are sensitive. 3) The skill owner and homepage are unknown; verify the vendor docs (links provided in SKILL.md) and test with limited or expendable credentials first. 4) The code does not persist secrets to disk, but you should still avoid committing keys to source control. If you want stronger assurance, ask the publisher to update registry metadata to declare required credentials and provide a verified homepage or publisher identity.
Capability Analysis
Type: OpenClaw Skill Name: tomoviee-tail-to-video Version: 1.0.3 The skill bundle provides a legitimate integration for the Tomoviee AI service to generate videos from first and last frame images. The Python client in `scripts/tomoviee_firstlast2video_client.py` and the authentication helper in `scripts/generate_auth_token.py` correctly implement the documented API workflow using the Wondershare gateway (openapi.wondershare.cc) without any evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's name and description match the included client code and SKILL.md: it implements tm_tail2video_b via the Wondershare gateway. One minor inconsistency: the registry metadata lists no required env vars/credentials, but the SKILL.md and code clearly require an app_key and app_secret (passed to the client). This is a documentation/metadata mismatch rather than a functional mismatch.
Instruction Scope
SKILL.md and the code only instruct creating tasks, polling for results, and returning the video URL. The code does not read unrelated files or environment variables, does not write secrets to disk, and only contacts the documented endpoints on openapi.wondershare.cc. The optional callback parameter can cause the provider to contact an external URL (expected for callback usage).
Install Mechanism
This is instruction-plus-source (no automated install spec). The only runtime dependency is requests (requirements.txt). No remote downloads, no archive extraction, and nothing is written to disk by the skill beyond normal runtime state.
Credentials
The functionality legitimately requires an app_key and app_secret (used to form a Basic auth header). However, the skill metadata in the registry did not declare required env vars or a primary credential; SKILL.md expects credentials passed to the client. Also note the optional 'callback' parameter — if set to a user-controlled external URL, the provider may send results there (expected behavior but a potential data-forwarding vector).
Persistence & Privilege
always is false; the skill does not request persistent system privileges or modify other skills or global agent settings. It does not enable itself or store auth tokens to disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tomoviee-tail-to-video
  3. After installation, invoke the skill by name or use /tomoviee-tail-to-video
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Skill renamed from "tomoviee-firstlast2video" to "tomoviee-tail-to-video". - Description updated to clarify credential requirements and usage scope. - Added "Scope" and "Required Inputs" sections to make limitations and required parameters clear. - Dependency information made explicit (only supports requests 2.x). - Emphasized the skill covers only the "first-last frame to video" endpoint and does not support other video generation features.
v1.0.2
- Added requirements.txt and _meta.json for packaging and dependency management. - Updated documentation for credential handling, endpoint provenance, and provider details. - Clarified API usage, parameters, and image constraints in the README. - Improved async workflow and resource references for clarity.
v1.0.1
- Updated external resource links from tomoviee.cn to tomoviee.ai for the Developer Portal and API Documentation. - No functional or feature changes.
v1.0.0
Initial release of tomoviee-firstlast2video - Generate 5-second videos from two images (first and last frame) with AI-interpolated motion. - Supports 720p/1080p output and various aspect ratios (16:9, 9:16, 4:3, 3:4, 1:1, original). - Includes 46 cinematic camera movement options and physics-based motion simulation. - Accepts detailed text prompts to control subject, motion, and background. - Python client and async API workflow provided for easy integration.
Metadata
Slug tomoviee-tail-to-video
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Tomoviee Tail to Video?

Generate videos from first and last frame images using Tomoviee First-Last Frame API (`tm_tail2video_b`) via Wondershare OpenAPI gateway (`https://openapi.wo... It is an AI Agent Skill for Claude Code / OpenClaw, with 317 downloads so far.

How do I install Tomoviee Tail to Video?

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

Is Tomoviee Tail to Video free?

Yes, Tomoviee Tail to Video is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tomoviee Tail to Video support?

Tomoviee Tail to Video is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tomoviee Tail to Video?

It is built and maintained by wondershare-boop (@wondershare-boop); the current version is v1.0.3.

💬 Comments