← Back to Skills Marketplace
world-as-100-people-video-gen
by
parallel world
· GitHub ↗
· v1.0.1
· MIT-0
137
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install world-as-100-people-video-gen
Description
Create ‘world as 100 people’ verticals: shrink hook, stat morphs, punchline, timed English captions and motion graphics (WeryAI). Use for infographic TikToks...
Usage Guidance
This package appears to do what it says: generate short videos via WeryAI and, when given local image paths, read the file and upload it to WeryAI's upload endpoint using your WERYAI_API_KEY. Before installing or running it: (1) do not commit your WERYAI_API_KEY to source control; prefer a short‑lived or scoped API key if WeryAI supports that; (2) prefer supplying public https image URLs so no local-file read/upload is necessary; (3) if you must allow local image paths, review scripts/video_gen.js yourself and explicitly consent to local file access — the SKILL.md asks for that, but make sure your agent actually enforces it; (4) verify the API host (api.weryai.com and api-growth-agent.weryai.com) and rotate keys after testing; (5) if you do not want the skill invoked autonomously, disable autonomous invocation in your agent settings or require manual confirmation before runs.
Capability Analysis
Type: OpenClaw Skill
Name: world-as-100-people-video-gen
Version: 1.0.1
The skill contains a script `scripts/video_gen.js` that implements functionality to read local files and upload them to a remote endpoint (api-growth-agent.weryai.com). While this is documented in `SKILL.md` and `WERYAI_VIDEO_API.md` as a feature for converting local images to video, it represents a high-risk capability for data exfiltration if the AI agent is manipulated into targeting sensitive files (e.g., SSH keys or configuration files). The script lacks robust server-side or client-side validation to ensure that only intended image files are processed before being sent to the external API.
Capability Assessment
Purpose & Capability
Name/description claim video generation using WeryAI; the package includes a Node.js CLI (scripts/video_gen.js), references WeryAI API hosts, and requires only node + WERYAI_API_KEY — all expected for this purpose.
Instruction Scope
SKILL.md and resources document the normal flows (text→video, image→video, multi-image) and explicitly prefer public https image URLs. The shipped script will read a local image file (if provided) and upload it to api-growth-agent.weryai.com using the WERYAI_API_KEY to obtain a public URL before requesting video generation. That local-file read-and-upload behavior is within scope for image→video but relies on the agent or operator to obtain explicit user consent before allowing local file access — if the agent doesn't honor that, local file exfiltration could occur. SKILL.md does call out this requirement and asks for review/consent.
Install Mechanism
There is no install spec and no external downloads; the skill is instruction-only with a bundled Node script. No network install from untrusted URLs is present. This is low installation risk.
Credentials
Only WERYAI_API_KEY is required and declared as the primary credential. The script reads no other environment variables. Requesting a single API key is proportional for a hosted video-generation service that needs auth.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or global configuration. Autonomous invocation is allowed by default (normal for skills) but not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install world-as-100-people-video-gen - After installation, invoke the skill by name or use
/world-as-100-people-video-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Documentation updated: Clarified, reorganized, and improved SKILL.md for easier reading.
- No changes to core functionality or workflow—description and usage details only.
- Version bump to 1.0.1 reflecting documentation and metadata updates.
v1.0.0
**Initial release of video generator for 'world as 100 people' demographic explainers:**
- Produces vertical infographic videos with "shrink world to 100 people" hook, 3 stat/theme beats, and punchline.
- Features timed, bold English captions, animated UI icons, punchy motion graphics, and snappy transitions.
- Designed for TikTok, shorts, and social infographics using demographic/stat hooks.
- Supports user-chosen themes and images (up to 3 on Seedance), with automatic pacing and segment assignment.
- Requires WERYAI API key & Node.js 18+; supports multiple AI video models with default best-practice settings.
- Focuses on clarity, attention-grabbing stats, and accessibility; no factual vetting—user supplies/statements own data.
Metadata
Frequently Asked Questions
What is world-as-100-people-video-gen?
Create ‘world as 100 people’ verticals: shrink hook, stat morphs, punchline, timed English captions and motion graphics (WeryAI). Use for infographic TikToks... It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install world-as-100-people-video-gen?
Run "/install world-as-100-people-video-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is world-as-100-people-video-gen free?
Yes, world-as-100-people-video-gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does world-as-100-people-video-gen support?
world-as-100-people-video-gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created world-as-100-people-video-gen?
It is built and maintained by parallel world (@zoucdr); the current version is v1.0.1.
More Skills