← 返回 Skills 市场
nffdasilva

VAM Scripter

作者 nffdasilva · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
165
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install vam-scripter
功能描述
Provides a JavaScript-like scripting environment inside Virt-A-Mate for automating poses, animations, audio, interactions, and scene control with lifecycle a...
安全使用建议
This skill appears coherent and implements in‑game scripting examples for Virt‑A‑Mate. Before installing, review the example scripts (especially state-persistence.js) to confirm you are comfortable with scene‑scoped file writes (app-state.json). If you are concerned about external audio resources, check any uses of getAudioClip(..., "URL", ...) inside your VAM instance to see whether it will fetch remote assets. Because the package comes from an unknown owner, only install if you trust the source or after inspecting the files; otherwise copy individual example scripts you need rather than installing wholesale.
功能分析
Type: OpenClaw Skill Name: vam-scripter Version: 1.2.0 The bundle provides documentation and example scripts for 'VAM Scripter,' a JavaScript-inspired scripting interface for the Virt-A-Mate simulation environment. The provided API and scripts (such as state-persistence.js and player-proximity.js) focus on legitimate automation tasks like object animation, interaction detection, and local state management. The file system operations (fs module) are restricted to scene-specific directories and specific file extensions (.json, .txt), and there is no evidence of network access, data exfiltration, or malicious prompt injection.
能力评估
Purpose & Capability
The name/description (VAM Scripter) matches the provided SKILL.md, API reference, and example scripts. All required functionality (scene, player, keybindings, fs, Time, Random, etc.) is appropriate for an in‑game scripting environment — nothing in the manifest asks for unrelated system access, cloud credentials, or external tooling.
Instruction Scope
SKILL.md and the example scripts limit actions to the VAM API: atom transforms, audio actions, keybindings, timers, and scene‑scoped filesystem reads/writes. The instructions do not ask the agent to read host env vars or system files outside the scene, nor to transmit data to arbitrary external endpoints. (Note: scene.getAudioClip uses a 'URL' type in examples — that implies VAM may reference external audio resources at runtime, but the skill itself does not include any hardcoded network endpoints or exfiltration steps.)
Install Mechanism
There is no install spec that downloads or executes external code; the package is instruction‑ and example‑file based and intended to be copied into the user's skills folder. No archives or remote URLs are fetched by the skill metadata itself.
Credentials
The skill declares no required environment variables, binaries, or credentials. The only persistent access is to scene‑scoped files via the fs module, which the documentation restricts to .txt/.json and scene storage.
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform privileges. It writes/reads a scene file (app-state.json) within the VAM Scripter directory to persist state, which is expected behavior for such a plugin and scoped to the scene area rather than system configuration or other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vam-scripter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vam-scripter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Final release v1.2.0 with complete docs
v1.1.0
Initial skill v1.1.0 with updated docs
v1.0.2
Updated README and added references folder
v1.0.1
Updated README and added references folder
v1.0.0
Initial release - VAM Scripter v1.5.1 documentation and examples
元数据
Slug vam-scripter
版本 1.2.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

VAM Scripter 是什么?

Provides a JavaScript-like scripting environment inside Virt-A-Mate for automating poses, animations, audio, interactions, and scene control with lifecycle a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。

如何安装 VAM Scripter?

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

VAM Scripter 是免费的吗?

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

VAM Scripter 支持哪些平台?

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

谁开发了 VAM Scripter?

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

💬 留言讨论