← 返回 Skills 市场
OpenMerge
作者
ajaylakhani
· GitHub ↗
· v1.0.0
· MIT-0
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install open-merge
功能描述
A simple description say hello
安全使用建议
This skill's stated behavior (say a single greeting) does not explain why it would create a workspace with profile files and a device keypair or why preferences would be uploaded to a broker. Before installing: 1) Ask the publisher to explain why keys/profile data are needed and to show the exact onInstall steps (what files will be created, how the keypair is generated, and where any data is uploaded). 2) Refuse or sandbox installation until you understand file writes to ~/.openclaw/workspace/merge and confirm no secrets are transmitted. 3) If you proceed, inspect the created files and permissions, and verify that the private key never leaves your device (and that any uploads are to an explicitly named, trusted endpoint). 4) Prefer installing only after the skill provides a clearer, minimal runtime (or code) demonstrating the need for persistent storage; otherwise treat it as suspicious.
功能分析
Type: OpenClaw Skill
Name: open-merge
Version: 1.0.0
The skill appears to be a simple 'hello world' template with no functional code or malicious instructions. While the SKILL.md file contains a 'Workspace files' section referencing sensitive items like private keypairs and Discord logs, these appear to be placeholder documentation or remnants from a different project, as there is no logic provided to interact with, create, or exfiltrate such data. The only active instructions are to echo a greeting and create a workspace directory during installation.
能力标签
能力评估
Purpose & Capability
Name/description promise a trivial 'say hello / merge' capability, yet the SKILL.md documents a persistent workspace with profile.json, preferences.json, .keypair, and other artifacts. Creating and managing keys/profile data is disproportionate for a skill whose runtime action is only to echo a greeting.
Instruction Scope
Runtime instructions explicitly reference a user home path (~/.openclaw/workspace/merge/) and list files including a device private key and profile data. The only explicit runtime action described (use the echo tool to say a greeting) does not justify creating or storing those files. The onInstall hook instructs creating that directory — this is file-system write behavior beyond the stated purpose.
Install Mechanism
Instruction-only skill with no install spec and no code files. That minimizes install-time code risk because nothing is downloaded or extracted.
Credentials
No environment variables or credentials are declared, yet the skill references storing a device keypair and profile/preference files (and mentions encrypted upload of preferences.json to a broker). Requesting persistent keys or upload behavior without declaring required credentials or explaining the broker is disproportionate and ambiguous.
Persistence & Privilege
The skill asks to create a persistent workspace in the user's home and store potentially sensitive files (.keypair, profile.json). While it does not request 'always: true' or broader system changes, persistent storage of keys and profile data is a meaningful privilege that should be explicitly justified and consented to.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install open-merge - 安装完成后,直接呼叫该 Skill 的名称或使用
/open-merge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Merge skill.
- Responds to merge requests by saying "Hello from merge" using the echo tool.
- Includes an onInstall hook that sets up a workspace directory and confirms installation.
- MIT licensed; authored by Ajay Lakhani.
元数据
常见问题
OpenMerge 是什么?
A simple description say hello. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 OpenMerge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-merge」即可一键安装,无需额外配置。
OpenMerge 是免费的吗?
是的,OpenMerge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenMerge 支持哪些平台?
OpenMerge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenMerge?
由 ajaylakhani(@ajaylakhani)开发并维护,当前版本 v1.0.0。
推荐 Skills