← Back to Skills Marketplace
gljhint

Renderingvideo Generator

by gljhint · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
123
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install renderingvideo-generator
Description
RenderingVideo 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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: renderingvideo-generator Version: 1.0.0 The skill is a legitimate utility for generating video previews using the RenderingVideo API. The core logic in `scripts/gen-preview.cjs` is a transparent HTTPS client that sends a user-provided JSON schema to a public endpoint (video.renderingvideo.com) and returns the resulting preview URLs. There is no evidence of data exfiltration, obfuscation, or malicious instructions in the documentation or code.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install renderingvideo-generator
  3. After installation, invoke the skill by name or use /renderingvideo-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the renderingvideo-generator skill. - Provides a preview assistant for RenderingVideo schema JSON using the public preview flow without requiring an API key. - Includes clear workflow and required documentation references for drafting, editing, and validating RenderingVideo JSON schema. - Enforces API usage rules, including endpoint mapping and response handling. - Outputs temporary preview URLs and IDs, and surfaces failure or validation error details as needed.
Metadata
Slug renderingvideo-generator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Renderingvideo Generator?

RenderingVideo 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.

How do I install Renderingvideo Generator?

Run "/install renderingvideo-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Renderingvideo Generator free?

Yes, Renderingvideo Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Renderingvideo Generator support?

Renderingvideo Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Renderingvideo Generator?

It is built and maintained by gljhint (@gljhint); the current version is v1.0.0.

💬 Comments