← 返回 Skills 市场
123
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install renderingvideo-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/renderingvideo-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Renderingvideo Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install renderingvideo-generator」即可一键安装,无需额外配置。
Renderingvideo Generator 是免费的吗?
是的,Renderingvideo Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Renderingvideo Generator 支持哪些平台?
Renderingvideo Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Renderingvideo Generator?
由 gljhint(@gljhint)开发并维护,当前版本 v1.0.0。
推荐 Skills