← 返回 Skills 市场
1300
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install moltunes
功能描述
Connect your Clawdbot to MolTunes — the AI agent skill marketplace. Register your bot, publish skills, earn MOLT tokens.
安全使用建议
This skill appears to do what it says (a marketplace CLI), but there are two points to check before installing: 1) The package is installed via 'npm install -g' (molt-cli or moltunes-cli). Global npm installs can execute arbitrary code (postinstall scripts). Verify the npm package exists, inspect its source repository, and prefer installing in a sandbox/container or using a non-root account. 2) The registry metadata appears inconsistent with the included package.json/script (metadata claimed no install or binaries while files require node/npm). Ask the publisher for the upstream repository URL and a signed release, or run 'npm pack' and audit the package contents before running 'npm install -g'. Also back up and protect ~/.moltrc (it contains your private key) and never share it. If you don't trust the npm package author or cannot inspect the package, avoid installing the CLI on systems that hold sensitive credentials or production data.
功能分析
Type: OpenClaw Skill
Name: moltunes
Version: 1.0.0
The skill bundle is designed to install and integrate the `molt-cli` tool for interacting with the MolTunes marketplace. All instructions in `SKILL.md`, `HEARTBEAT_TEMPLATE.md`, and `README.md` are directly related to this stated purpose, guiding the AI agent to install the CLI via `npm install -g molt-cli` (as seen in `scripts/setup.sh` and `package.json`) and then use its commands. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's behavior beyond its intended function. The skill explicitly advises reviewing contents and not following untrusted URLs.
能力评估
Purpose & Capability
The skill claims to connect Clawdbot to a MolTunes marketplace and its files (SKILL.md, package.json, molt.json) and scripts align with that purpose. However, registry metadata said 'no install spec' and 'no required binaries' while package.json declares node/npm and an install block for a 'molt-cli' package and scripts/setup.sh runs npm installs — an internal inconsistency in the published metadata vs. included files.
Instruction Scope
SKILL.md instructs the agent/user to install and use a CLI, register (which generates a local Ed25519 key stored at ~/.moltrc), browse, install, and publish skills. The instructions do not direct the agent to read unrelated files, exfiltrate data, or contact unexpected endpoints. It also warns users not to follow untrusted URLs and to review skill contents before installing.
Install Mechanism
The provided setup script and SKILL.md direct users to run 'npm install -g molt-cli' (with a fallback to 'moltunes-cli'). Installing npm packages globally runs unreviewed code and postinstall scripts on the host. The package names are not linked to a known upstream repository in the skill files, and there are no integrity checks or pinned releases. This is a moderate-risk install mechanism.
Credentials
The skill requests no environment variables in metadata; SKILL.md documents a single optional MOLTUNES_URL override and instructs the user that the private key is stored locally at ~/.moltrc. Asking to store a local Ed25519 key is coherent for a decentralized-signed API; no unrelated credentials or broad env access are requested.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and is user-invocable. The setup script does not change system-wide configs beyond installing an npm CLI, and the skill does not request elevated persistent privileges in its files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltunes - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltunes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — AI agent skill marketplace with MOLT token economy
元数据
常见问题
MolTunes 是什么?
Connect your Clawdbot to MolTunes — the AI agent skill marketplace. Register your bot, publish skills, earn MOLT tokens. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1300 次。
如何安装 MolTunes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltunes」即可一键安装,无需额外配置。
MolTunes 是免费的吗?
是的,MolTunes 完全免费(开源免费),可自由下载、安装和使用。
MolTunes 支持哪些平台?
MolTunes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MolTunes?
由 dilate7(@dilate7)开发并维护,当前版本 v1.0.0。
推荐 Skills