← 返回 Skills 市场
xueyetianya

Web Module Runner

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
236
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install web-module-runner
功能描述
👩‍🚀 The tiny all-in-one development tool for modern web apps. web-module-runner, javascript, build-tool, esmodules, preact.
安全使用建议
This skill is a local logging/utility tool and appears coherent with its description, but take these precautions before installing or using it: - Do not pass secrets (API keys, passwords, tokens) as command arguments; anything you pass can be appended to logs under ~/.local/share/web-module-runner/*.log and history.log. - Inspect and optionally remove the data directory (~/.local/share/web-module-runner) if you stop using the tool. Check and tighten file permissions if needed (e.g., chmod 700 the directory). - Review SKILL.md raw content for any unexpected invisible Unicode/control characters (the scanner flagged these). If you see suspicious hidden characters, ask the provider for a clean copy or avoid installing. - The JSON export routine in the script has minor bugs (it writes a literal "\n]" which may not produce valid JSON newlines), so validate exported files before feeding them into other tools. - If you want stronger isolation, run the script in an isolated environment (container or dedicated user account) to avoid accidental logging of sensitive system state. Overall: functionality is coherent and local-only, but be careful about what you log.
功能分析
Type: OpenClaw Skill Name: web-module-runner Version: 1.0.0 The skill is classified as suspicious due to a major discrepancy between its stated purpose and its actual implementation. While SKILL.md describes a comprehensive web development toolkit for running, converting, and analyzing modules, the implementation in scripts/script.sh is essentially a 'fake' tool that only appends input strings to log files in ~/.local/share/web-module-runner/ without performing any actual processing. Additionally, the script contains a logic error where the 'export' command is defined twice in a case statement, making the actual data export function (_export) unreachable. This deceptive design could mislead an AI agent into reporting successful task execution when no work was actually performed.
能力评估
Purpose & Capability
Name/description match the included script and SKILL.md. The code implements a local logging/utility tool that records commands and provides exports/stats, which is coherent with the stated purpose.
Instruction Scope
Instructions and the script operate only on a data directory under the user's home (~/.local/share/web-module-runner) and stdout. They do log arbitrary user-provided inputs (the values you pass to commands), so the skill can end up storing sensitive strings if you supply them. There is no code that reads unrelated system files or sends data to external endpoints.
Install Mechanism
No install spec — instruction-only with a single included shell script. Nothing is downloaded or installed from remote URLs; no extract or package manager usage is present.
Credentials
No environment variables or credentials are requested. The script uses HOME and standard POSIX utilities only. However, because it persistently logs any input you provide, it may inadvertently collect secrets (API keys, tokens, passwords) if you pass them as command arguments.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and its persistent footprint is limited to a user-local directory (~/.local/share/web-module-runner). This is proportionate for a CLI logging tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-module-runner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-module-runner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug web-module-runner
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Web Module Runner 是什么?

👩‍🚀 The tiny all-in-one development tool for modern web apps. web-module-runner, javascript, build-tool, esmodules, preact. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。

如何安装 Web Module Runner?

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

Web Module Runner 是免费的吗?

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

Web Module Runner 支持哪些平台?

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

谁开发了 Web Module Runner?

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

💬 留言讨论