Renderingvideo Generator
v1.0.0RenderingVideo preview assistant that uses the public preview flow at POST /api/preview without an API key. Use this when Codex needs to draft or edit Render...
⭐ 0· 56·0 current·0 all-time
by@gljhint
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included files: the SKILL.md, README, example JSON, and a small Node script all focus on drafting a RenderingVideo schema and calling POST https://video.renderingvideo.com/api/preview. Nothing in the bundle asks for unrelated cloud credentials or extra tooling.
Instruction Scope
Runtime instructions are focused: read the RenderingVideo docs, prepare schema JSON, run the bundled script with a path to the JSON file, and return the preview URL/identifiers. The script only reads the specific file path supplied and posts its contents to the documented preview endpoint. It does not instruct the agent to read arbitrary system state, other config files, or to exfiltrate data to any other host.
Install Mechanism
No install spec is provided and the skill is instruction-only with a small helper script. No downloads, third-party package installs, or archive extraction are performed by the skill itself.
Credentials
The skill requires no environment variables, no credentials, and no config paths. That is proportionate to a public-preview flow that explicitly requires no API key.
Persistence & Privilege
The skill does not request permanent presence (always is false) and does not modify other skills or system configuration. The default ability for the agent to invoke the skill autonomously is unchanged but expected for typical skills.
Assessment
This skill appears coherent and limited in scope, but review these practical points before use: (1) The script will read whatever JSON file path you or the agent give it and POST that file to https://video.renderingvideo.com — do not point it at files containing secrets or private data. (2) The preview link and tempId returned are shareable and expire after ~7 days; treat them as temporary. (3) The skill requires Node.js to run locally if you execute the script; network access to video.renderingvideo.com is necessary. (4) If you allow autonomous agent use, be aware the agent could call the script and send any file it chooses; only grant invocation to agents you trust or restrict the file path input. Otherwise this bundle is consistent with its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk974d8eszqsjyqtan9pzw5hkph83w45m
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
