← Back to Skills Marketplace
zoucdr

If you vanished today (quiet home → feed moves on)

by parallel world · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
192
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install if-you-vanished-video-gen
Description
Create vertical absence shorts: quiet home, stalled phone, feed moves on, bittersweet closer, timed English captions (WeryAI). Use for melancholic mood or sa...
README (SKILL.md)

If you vanished today (quiet home → feed moves on)

Template (assume duration 10 unless scaled): 0–2s ten minutes after you vanish; 2–8s three beats—e.g. 2–4 HOME GOES QUIET, 4–6 PHONE STOPS FOR YOU, 6–8 THE FEED MOVES ON (user may rename beats); 8–10s NOBODY NOTICES… YET (or user’s softer variant). English subtitles with explicit windows. Tone: melancholic, not self-harm instruction. Default duration is 10 when unspecified.

Dependencies: WERYAI_API_KEY + Node.js 18+. {baseDir}/scripts/video_gen.js + WERYAI_VIDEO_API.md. No other Cursor skills required.

Prerequisites

  • WERYAI_API_KEY must be set; Node 18+; https images only.
  • Non-empty model.

Security, secrets, and API hosts

  • WERYAI_API_KEY: Secret; requires.env / primaryEnv.
  • API hosts fixed in video_gen.js.

Prompt expansion (mandatory)

  • Duration: Default 10; 5 or 15 when allowed and requested.
  • Timeline scaling: Rescale 0–2 / 2–8 / 8–10 (and internal 2–4 / 4–6 / 6–8) proportionally; keep setup → three middle beats → closer order.

Visuals: Empty hallway, unmade bed, notifications piling then silence, faceless feed scroll, city bokeh; slow dolly but reframe often so motion never dies.

Typography: Soft white, subtle outline, lower third; English on screen.

Audio: Sparse piano / room tone if generate_audio true—no jump-scare horror.

Safety: Do not depict self-harm, suicide methods, or graphic violence. Absence is implied.

Negatives (Kling): illegible text, watermark, horror gore.

Confirmation: Full expanded prompt.

Niche checklist

  • Empathy over nihilism—user can request hope tag in last line (optional).

Workflow

  1. Text / image / multi-image (SEEDANCE_2_0, ≤3).
  2. Collect tone (default bittersweet) and optional last-line tweak.
  3. Expand → validate → confirm → wait.
  4. [Video](url).

CLI reference

node {baseDir}/scripts/video_gen.js wait --json '{"model":"KLING_V3_0_PRO","prompt":"…","duration":10,"aspect_ratio":"9:16","generate_audio":true,"negative_prompt":"illegible text, watermark, gore, self-harm"}'
node {baseDir}/scripts/video_gen.js wait --json '{"model":"SEEDANCE_2_0","prompt":"…","duration":10,"aspect_ratio":"9:16","resolution":"720p","generate_audio":true}'

Full reference: WERYAI_VIDEO_API.md.

Definition of done

Video or error; non-overlapping second ranges for setup, three middle beats, and closer—scaled to duration—in prompt.

Boundaries (out of scope)

  • No self-harm / suicide method content; if user asks, refuse and offer safer emotional framing.
  • Not therapy; creative short only.
  • resources/WERYAI_VIDEO_API.md for CLI; no negative_prompt on Seedance.
  • Multi-image only SEEDANCE_2_0, max 3.

Example prompts

  • Default absence arc, rainy city ending
  • Warmer variant: last line ‘but someone would notice tomorrow’
  • Apartment photo URL → slow push with same caption schedule
  • Softer ending: ‘someone would notice tomorrow’ instead of pure nihilism

Model and API constraints (frozen for this skill)

Text-to-video

model_key durations aspect_ratios resolutions audio negative_prompt prompt limit
KLING_V3_0_PRO 5, 10, 15 9:16, 1:1, 16:9 (omit) yes yes 2000
KLING_V3_0_STA 5, 10, 15 9:16, 1:1, 16:9 (omit) yes yes 2000
SEEDANCE_2_0 5, 10, 15 9:16, 1:1, 16:9 480p, 720p yes no 2000

Image-to-video

model_key durations aspect_ratios resolutions audio negative_prompt image slots
KLING_V3_0_PRO 5, 10, 15 9:16, 16:9, 1:1 (omit) yes yes single image
KLING_V3_0_STA 5, 10, 15 9:16, 16:9, 1:1 (omit) yes yes single image
SEEDANCE_2_0 5, 10, 15 9:16, 1:1, 16:9 480p, 720p yes no up to 3 images

Recommended models

Tier model_key Default duration
⭐ Best KLING_V3_0_PRO 10
👍 Good KLING_V3_0_STA 10
⚡ Fast SEEDANCE_2_0 10 (resolution: 720p)

Default parameters

Field Value
aspect_ratio 9:16
duration 10
generate_audio true
resolution 720p (Seedance)
negative_prompt Kling: illegible text, watermark, gore, self-harm, horror

Text-to-video (primary)

Confirm safe tone → expand five-window captions → wait.

Image-to-video (optional)

Room still → lonely motion + same structure.

Tips

  • Translate Chinese briefs to English on-screen unless user wants another language.
  • If the user is vulnerable, prefer hopeful last-line variants.

Packaged as if-you-vanished-video-gen.

Usage Guidance
This skill appears to do exactly what it claims: generate short melancholic videos via WeryAI. Before installing, ensure you trust WeryAI (billing, privacy, and TOS), do not expose private images (only use public https URLs), keep your WERYAI_API_KEY secret and scoped/rotated if possible, and review the bundled scripts if you want to confirm no extra endpoints or telemetry are added. If you’re concerned about autonomous agent actions, keep the skill user-invocable only and avoid granting it broader platform privileges.
Capability Analysis
Type: OpenClaw Skill Name: if-you-vanished-video-gen Version: 1.0.1 The skill bundle is a legitimate tool for generating melancholic short videos using the WeryAI API. The core logic in `scripts/video_gen.js` is a clean, dependency-free Node.js wrapper for interacting with the WeryAI endpoints (api.weryai.com), and the `SKILL.md` instructions include explicit safety guardrails prohibiting the generation of self-harm or graphic content. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description describe text/image→video generation and the skill only asks for Node and WERYAI_API_KEY. The included CLI and docs target WeryAI hosts; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md confines actions to prompt expansion, validating timing windows, and calling the bundled node CLI. It explicitly forbids self-harm content, requires public https images, and does not instruct reading other system files or unrelated env vars.
Install Mechanism
No install spec (instruction-only with a shipped script). No remote downloads or archives; the only executable is the included Node script, so nothing is fetched from arbitrary URLs during install.
Credentials
Only WERYAI_API_KEY is declared and used as the primary credential. The script documents it as required and the code uses it as a Bearer token to fixed API hosts. No extra secrets or unrelated env vars are requested.
Persistence & Privilege
always is false; the skill is user-invocable and does not request permanent platform presence or modify other skills. Autonomous invocation is allowed (platform default) but not combined with broad privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install if-you-vanished-video-gen
  3. After installation, invoke the skill by name or use /if-you-vanished-video-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
if-you-vanished-video-gen 1.0.1 - Added _meta.json file for improved metadata and platform compatibility. - Minor updates to documentation in SKILL.md; no workflow or functional changes.
v1.0.0
- Initial release of "if-you-vanished-video-gen" skill for melancholic vertical short video generation. - Creates “if you vanished” themed videos with timed English captions and bittersweet or hopeful closers—never self-harm. - Supports text, single image (Kling), or multi-image (Seedance) input; default video duration is 10 seconds, optionally 5 or 15. - Requires WERYAI API key and Node.js 18+; includes CLI usage examples. - Built-in content safety: blocks graphic or self-harm prompts, focuses on absence and loneliness themes. - Outputs video with soft typography, quiet visuals, and optional sparse piano or room audio.
Metadata
Slug if-you-vanished-video-gen
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is If you vanished today (quiet home → feed moves on)?

Create vertical absence shorts: quiet home, stalled phone, feed moves on, bittersweet closer, timed English captions (WeryAI). Use for melancholic mood or sa... It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.

How do I install If you vanished today (quiet home → feed moves on)?

Run "/install if-you-vanished-video-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is If you vanished today (quiet home → feed moves on) free?

Yes, If you vanished today (quiet home → feed moves on) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does If you vanished today (quiet home → feed moves on) support?

If you vanished today (quiet home → feed moves on) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created If you vanished today (quiet home → feed moves on)?

It is built and maintained by parallel world (@zoucdr); the current version is v1.0.1.

💬 Comments