← Back to Skills Marketplace
one-detail-reads-person-video-gen
by
parallel world
· GitHub ↗
· v1.0.0
· MIT-0
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install one-detail-reads-person-video-gen
Description
Create vertical social-read shorts: one-cue thesis, example beat, playful closer, timed English captions (WeryAI). Use for psychology hooks, micro-behavior r...
Usage Guidance
This skill appears coherent for generating short vertical videos with WeryAI. Before installing or running it: (1) Review scripts/video_gen.js yourself (or have a developer review it) if you plan to pass any local file paths — the script will read those files and upload them to an external WeryAI upload endpoint using your WERYAI_API_KEY. (2) Prefer supplying public https image URLs to avoid local uploads. (3) Use a least-privilege or short-lived WERYAI_API_KEY and avoid sharing other credentials. (4) Do not provide images of private individuals or non-public figures without consent; the SKILL.md already warns about privacy and content boundaries. (5) Ensure Node.js 18+ is available. If you cannot review the code or do not want any file reads/uploads, decline local-path usage and only provide public https image URLs or text-only prompts.
Capability Analysis
Type: OpenClaw Skill
Name: one-detail-reads-person-video-gen
Version: 1.0.0
The skill bundle contains a Node.js script (`scripts/video_gen.js`) that facilitates video generation via the WeryAI API. A significant risk is identified in the script's `uploadFileToPublicUrl` function, which reads local files using `fs.readFile` and uploads them to a remote endpoint (`api-growth-agent.weryai.com`) to support image-to-video tasks. While this behavior is documented and includes instructions for the agent to seek user consent, the script lacks path sanitization or directory whitelisting, creating a potential vector for arbitrary file exfiltration if the agent is manipulated via prompt injection to provide sensitive system paths (e.g., SSH keys or environment files) as image inputs.
Capability Assessment
Purpose & Capability
Name/description (social-read short videos) align with the included assets: a Node.js CLI script (scripts/video_gen.js), documentation for WeryAI endpoints, and a single required environment variable WERYAI_API_KEY. Requiring node and the WeryAI key is proportionate to generating videos.
Instruction Scope
SKILL.md and resources explicitly describe prompt expansion, timed captions, and the CLI usage. They also document an 'advanced' flow where non-https image inputs are treated as local file paths that the script will read and upload to WeryAI. This local-file read-and-upload behavior is in-scope for image→video functionality but is a privacy-sensitive action and the skill correctly documents that you should review video_gen.js and give explicit consent before allowing local-path uploads.
Install Mechanism
There is no external install/download step; the package is instruction-plus-script with no network-based installer. No third-party packages are pulled at install time. This is low-risk from an install mechanism perspective.
Credentials
Only WERYAI_API_KEY is required (declared as primaryEnv). That single credential is appropriate for calling the WeryAI API and for the documented upload endpoint; no unrelated credentials or system secrets are requested.
Persistence & Privilege
The skill is not always-enabled (always:false) and does not request to modify other skills or global agent settings. It does not attempt to persist additional credentials or to escalate privileges in the package files provided.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install one-detail-reads-person-video-gen - After installation, invoke the skill by name or use
/one-detail-reads-person-video-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
one-detail-reads-person-video-gen v1.0.0
- First release: generate short vertical videos that judge a person from a single social cue.
- Produces psychology-based video shorts with: one-cue thesis, example, playful debate closer, and timed English subtitles.
- Built for use with WeryAI API and compatible with Node.js 18+.
- Supports both text- and image-to-video; multi-image input available via SEEDANCE_2_0.
- Strict boundaries: no real/private individuals, no targeting, no professional diagnosis, and captions by prompt only.
Metadata
Frequently Asked Questions
What is one-detail-reads-person-video-gen?
Create vertical social-read shorts: one-cue thesis, example beat, playful closer, timed English captions (WeryAI). Use for psychology hooks, micro-behavior r... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install one-detail-reads-person-video-gen?
Run "/install one-detail-reads-person-video-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is one-detail-reads-person-video-gen free?
Yes, one-detail-reads-person-video-gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does one-detail-reads-person-video-gen support?
one-detail-reads-person-video-gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created one-detail-reads-person-video-gen?
It is built and maintained by parallel world (@zoucdr); the current version is v1.0.0.
More Skills