← 返回 Skills 市场
zoucdr

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

作者 parallel world · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
192
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install if-you-vanished-video-gen
功能描述
Create vertical absence shorts: quiet home, stalled phone, feed moves on, bittersweet closer, timed English captions (WeryAI). Use for melancholic mood or sa...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install if-you-vanished-video-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /if-you-vanished-video-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug if-you-vanished-video-gen
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。

如何安装 If you vanished today (quiet home → feed moves on)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install if-you-vanished-video-gen」即可一键安装,无需额外配置。

If you vanished today (quiet home → feed moves on) 是免费的吗?

是的,If you vanished today (quiet home → feed moves on) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

If you vanished today (quiet home → feed moves on) 支持哪些平台?

If you vanished today (quiet home → feed moves on) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 If you vanished today (quiet home → feed moves on)?

由 parallel world(@zoucdr)开发并维护,当前版本 v1.0.1。

💬 留言讨论