← Back to Skills Marketplace
yining1023

Send Video Message

by Yining Shi · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
181
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install send-video-message
Description
Send the user a video message with an AI avatar that speaks any text, using Runway Character API. For async updates, explanations, or anything better said th...
Usage Guidance
This skill appears to do what it says: it uses your RUNWAY_API_SECRET to call Runway APIs to create avatars, generate audio, and produce avatar videos. Before installing: 1) Be willing to share any text, image URLs, or generated-image prompts you pass to Runway (they go to api.dev.runwayml.com). 2) Ensure you trust Runway and that your RUNWAY_API_SECRET has appropriate scope / rotation policy. 3) The brew install only provides the 'uv' CLI; you'll still need Python (>=3.10) plus the runwayml and httpx packages and, if you use --vertical or --square, ffmpeg on PATH. 4) The skill saves an avatar ID to ~/.openclaw/runway-avatar.json — if you want to remove that later, delete that file and/or any avatars you created via the Runway API. 5) Note small metadata omissions: the scripts honor several optional env vars (RUNWAY_AVATAR_ID, RUNWAY_AVATAR_PRESET, RUNWAY_VOICE_PRESET, SEND_VIDEO_MESSAGE_VERTICAL, SEND_VIDEO_MESSAGE_SQUARE) which are not enumerated in the registry metadata; none are credentials but be aware they can influence behavior.
Capability Analysis
Type: OpenClaw Skill Name: send-video-message Version: 1.0.2 The skill is a legitimate integration with the Runway Character API for generating AI avatar videos. It uses standard Python libraries (httpx, runwayml) and subprocess calls to ffmpeg for video cropping. Configuration is stored locally in ~/.openclaw/runway-avatar.json, and temporary files are handled in /tmp. No evidence of data exfiltration, malicious execution, or prompt injection attacks was found.
Capability Assessment
Purpose & Capability
Name/description (send a Runway avatar video) align with the code and runtime instructions. The skill legitimately needs a Runway API key and the uv runner. Default avatar image URLs point to runway-owned S3 assets and the scripts call Runway endpoints.
Instruction Scope
SKILL.md and the scripts confine activity to creating avatars, TTS, requesting avatar_videos, downloading the resulting MP4, and saving avatar metadata to ~/.openclaw/runway-avatar.json. The code will send only the text, optional description/image URL, and any generated image to the Runway API as expected. Note: SKILL.md mentions MEDIA: attachment behavior (OpenClaw platform integration), but the included scripts themselves only save files to /tmp and print paths — attaching/uploading to other services is not performed by these scripts.
Install Mechanism
Install spec only installs the 'uv' brew formula (reasonable because scripts are invoked via 'uv run'). There are no downloads from untrusted hosts. However, Python dependencies (runwayml, httpx) and optional ffmpeg are required by the scripts but not installed by the install spec or documented as automatic installs; users must ensure Python packages and ffmpeg are available.
Credentials
Primary credential RUNWAY_API_SECRET is appropriate and necessary. The code also reads several optional environment variables that are not declared in metadata: RUNWAY_AVATAR_ID, RUNWAY_AVATAR_PRESET, RUNWAY_VOICE_PRESET, SEND_VIDEO_MESSAGE_VERTICAL, and SEND_VIDEO_MESSAGE_SQUARE. These are not secrets but you should be aware the scripts will respect those env vars if present. The skill does not request unrelated credentials.
Persistence & Privilege
always:false and no privileged/autostart behavior. The skill writes only its own config file (~/.openclaw/runway-avatar.json) and output videos to /tmp — expected one-time avatar persistence. It does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install send-video-message
  3. After installation, invoke the skill by name or use /send-video-message
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added support for square crop (`--square`) for Telegram in addition to existing vertical cropping, with clear flag and environment variable usage. - Updated cropping instructions to distinguish between Telegram (1:1) and other mobile messaging (9:16). - Clarified that `--square` and `--vertical` are mutually exclusive options for video format. - Improved documentation on how to prepare videos for different chat apps.
v1.0.1
- Clarified avatar setup: Default is now "Openclaw Lobster 2" with user-chosen or generated avatars as options; Runway preset avatars are only for fallback use. - Added clear guidance to always reuse a saved avatar ID from previous runs, skipping unnecessary setup. - Expanded setup instructions to emphasize avatar selection order and fallback procedures. - Added instructions for generating vertical (9:16) videos for mobile/Telegram with the `--vertical` flag. - Improved clarity and ordering of steps for avatar creation and video generation.
v1.0.0
- Initial release of the "send-video-message" skill. - Allows users to create an AI avatar (with custom or preset image) via Runway Character API. - Generates and sends video messages with lip-synced speech, using selectable TTS voices. - Detailed setup instructions for avatar creation and video generation. - Video files are saved to `/tmp` and auto-attached to chat via OpenClaw.
Metadata
Slug send-video-message
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Send Video Message?

Send the user a video message with an AI avatar that speaks any text, using Runway Character API. For async updates, explanations, or anything better said th... It is an AI Agent Skill for Claude Code / OpenClaw, with 181 downloads so far.

How do I install Send Video Message?

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

Is Send Video Message free?

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

Which platforms does Send Video Message support?

Send Video Message is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Send Video Message?

It is built and maintained by Yining Shi (@yining1023); the current version is v1.0.2.

💬 Comments