← 返回 Skills 市场
vcarolxhberger

Video Low Vram

作者 vcarolxhberger · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
45
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-low-vram
功能描述
Turn a 2-minute 1080p MP4 clip into 1080p rendered MP4 videos just by typing what you need. Whether it's rendering and editing videos on low-end or memory-li...
安全使用建议
This skill appears to do what it says (remote video processing) but has a few things to check before you install or use it: 1) Source and provenance: there is no homepage or known owner — prefer skills backed by a known project or vendor. 2) Tokens and storage: the skill will accept or generate a NEMO_TOKEN and persist session IDs; confirm where the agent stores these and that you are comfortable granting them to the nemo API. 3) Filesystem probing: the instructions ask the agent to derive a header by inspecting install paths (~/.clawhub, ~/.cursor/skills/) and reference a config path in the SKILL.md frontmatter — ask the author why filesystem access is needed and ensure the agent will ask you before reading any paths beyond the video files you explicitly upload. 4) Uploads to external API: videos will be sent to https://mega-api-prod.nemovideo.ai; do not upload sensitive material unless you trust that service. 5) Metadata mismatch: the registry shows no required config paths but the SKILL.md does — request clarification. If you proceed, test with non-sensitive sample videos first and require explicit user confirmation before any file reads or uploads.
功能分析
Type: OpenClaw Skill Name: video-low-vram Version: 1.0.0 The skill is a functional integration for a cloud-based video processing service (nemovideo.ai). It provides the AI agent with specific instructions for managing authentication (via NEMO_TOKEN), session state, file uploads, and rendering tasks using a REST API and Server-Sent Events (SSE). The instructions include security best practices, such as preventing the leakage of raw tokens in chat logs, and the behavior is entirely consistent with the stated purpose of offloading video rendering to remote GPUs. No indicators of data exfiltration, malicious execution, or persistence were found.
能力评估
Purpose & Capability
The declared purpose (remote low‑VRAM video processing) matches the runtime actions (create session, upload video, render, download). However the SKILL.md frontmatter includes a required config path (~/.config/nemovideo/) that is not reflected in the registry metadata, and the runtime requires constructing X-Skill-Platform by inspecting install paths (~/.clawhub, ~/.cursor/skills/). Those inconsistencies are unexpected and worth verifying with the author.
Instruction Scope
The instructions instruct the agent to: (a) generate an anonymous token via POST and use it as NEMO_TOKEN, (b) create and persist session_id, (c) upload files via multipart using local file paths (files=@/path), and (d) derive attribution headers by reading this file's YAML frontmatter and probing install paths. Probing filesystem paths to compute headers and uploading local files are normal for a video upload skill, but the document does not require explicit user confirmation before reading arbitrary local paths and does not clearly limit which files may be uploaded — this increases the risk of accidental disclosure of unrelated files.
Install Mechanism
Instruction-only skill (no install spec, no code files). This is low risk from an install perspective because nothing is being written to disk by an installer.
Credentials
The only declared credential is NEMO_TOKEN (primaryEnv), which is appropriate for a third‑party API. The SKILL.md also describes creating and storing an anonymous token if none exists. The mismatch between registry metadata (no config paths) and SKILL.md frontmatter (configPaths: ~/.config/nemovideo/) is a proportionality/consistency concern to clarify. Also the skill requires inclusion of custom headers (X-Skill-Source/Version/Platform) — non‑secret but the Platform header requires filesystem inspection.
Persistence & Privilege
always:false and normal agent invocation. The skill asks the agent to save session_id and reuse tokens, which is expected for session-based APIs. It does not request global or persistent privileges beyond its own session state.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-low-vram
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-low-vram 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — enables efficient video processing and rendering via cloud for low-VRAM GPUs. - Upload and process 1080p MP4 videos by describing desired edits; no timeline or export settings needed. - Automatic setup with simple NEMO_TOKEN or anonymous token flow. - Cloud-based GPU rendering handles uploads, edits, and exports (MP4, MOV, AVI, WebM, and more). - Includes session management, credit checking, and live status feedback. - User prompts smartly routed to actions: upload, edit, export, balance, or state. - All communication handled via secure API with minimal local requirements.
元数据
Slug video-low-vram
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Video Low Vram 是什么?

Turn a 2-minute 1080p MP4 clip into 1080p rendered MP4 videos just by typing what you need. Whether it's rendering and editing videos on low-end or memory-li... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 45 次。

如何安装 Video Low Vram?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-low-vram」即可一键安装,无需额外配置。

Video Low Vram 是免费的吗?

是的,Video Low Vram 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Video Low Vram 支持哪些平台?

Video Low Vram 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Video Low Vram?

由 vcarolxhberger(@vcarolxhberger)开发并维护,当前版本 v1.0.0。

💬 留言讨论