← Back to Skills Marketplace
dilate7

MolTunes

by dilate7 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1300
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install moltunes
Description
Connect your Clawdbot to MolTunes — the AI agent skill marketplace. Register your bot, publish skills, earn MOLT tokens.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltunes
  3. After installation, invoke the skill by name or use /moltunes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — AI agent skill marketplace with MOLT token economy
Metadata
Slug moltunes
Version 1.0.0
License
All-time Installs 2
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is MolTunes?

Connect your Clawdbot to MolTunes — the AI agent skill marketplace. Register your bot, publish skills, earn MOLT tokens. It is an AI Agent Skill for Claude Code / OpenClaw, with 1300 downloads so far.

How do I install MolTunes?

Run "/install moltunes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MolTunes free?

Yes, MolTunes is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MolTunes support?

MolTunes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MolTunes?

It is built and maintained by dilate7 (@dilate7); the current version is v1.0.0.

💬 Comments