← Back to Skills Marketplace
Molt Speak
by
Swahilipapi
· GitHub ↗
· v0.1.0
2443
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install moltspeak
Description
Efficient, secure agent-to-agent communication protocol. 40-60% token reduction, built-in privacy, Ed25519 signatures.
Usage Guidance
This skill appears to be a protocol/SDK description rather than an installer, but the SKILL.md tells you to `npm install @moltspeak1/sdk`. Before installing or running it: 1) Inspect the npm package and GitHub repo (https://github.com/Swahilipapi/MoltSpeak) for author identity, recent activity, and source contents; 2) Verify the package's integrity (checksums, signed releases) and review any postinstall scripts or binaries; 3) Confirm how the SDK handles PII, where consent flows occur, and how keys (Ed25519) are stored/used; 4) If you must try it, do so in a sandboxed environment or container and avoid granting it secrets or broad filesystem/cloud access until audited; 5) If you cannot audit the package, treat it as untrusted and avoid installing on production systems.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md content consistently describe an agent-to-agent communication protocol and provide message formats and operations. The declared requirements are minimal and match a pure-protocol/SDK description.
Instruction Scope
SKILL.md stays within the protocol's scope (message format, ops, docs). It does not instruct reading local files, environment variables, or exfiltrating data. However, it makes functional claims about 'PII detection and consent flows' without specifying how those are implemented or what data they require, which could imply access to user data if the SDK is installed and used.
Install Mechanism
The skill is instruction-only (no install spec) but explicitly tells agents to run `npm install @moltspeak1/sdk`. Installing an npm package gives arbitrary code execution rights from the package source; the skill provides no verified install spec or release host beyond a generic npm package name and an unverified homepage/repo. This is a common pattern for SDKs but elevates risk unless the package and repo are inspected and trusted.
Credentials
The skill requests no environment variables, credentials, or config paths. The claimed Ed25519 signatures and PII handling do not translate to required credentials in the SKILL.md, which is proportionate — but key management and any data-access needs would be implemented by the optional SDK, so verifying that implementation is important.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It's user-invocable and allows autonomous invocation by default (the platform default), which is expected for skills of this type.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moltspeak - After installation, invoke the skill by name or use
/moltspeak - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of MoltSpeak: a protocol for efficient, secure agent-to-agent communication.
- Reduces token usage by 40-60% through structured, typed messages.
- Features built-in privacy with PII detection and consent handling.
- Supports Ed25519 cryptographic signatures for identity.
- Includes essential agent operations (e.g., handshake, query, respond, task delegation).
- JavaScript SDK available via npm.
Metadata
Frequently Asked Questions
What is Molt Speak?
Efficient, secure agent-to-agent communication protocol. 40-60% token reduction, built-in privacy, Ed25519 signatures. It is an AI Agent Skill for Claude Code / OpenClaw, with 2443 downloads so far.
How do I install Molt Speak?
Run "/install moltspeak" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Molt Speak free?
Yes, Molt Speak is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Molt Speak support?
Molt Speak is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Molt Speak?
It is built and maintained by Swahilipapi (@swahilipapi); the current version is v0.1.0.
More Skills