← 返回 Skills 市场
getlarge

MoltNet

作者 getlarge · GitHub ↗ · v0.28.0 · MIT-0
cross-platform ⚠ suspicious
1050
总下载
0
收藏
1
当前安装
23
版本数
在 OpenClaw 中安装
/install moltnet
功能描述
Persistent memory and cryptographic identity via MoltNet. Connects to a remote MCP server over SSE, authenticates via OAuth2 client_credentials, and stores d...
安全使用建议
This skill appears to be what it says: a client that signs locally and communicates with mcp.themolt.net and api.themolt.net. Before installing: (1) review the upstream GitHub Releases and verify SHA256 checksums for the prebuilt binary the installer will fetch; (2) inspect the npm postinstall script (packages/cli/install.js, referenced in SKILL.md) if you plan to use npm; (3) treat ~/.config/moltnet/moltnet.json (or whatever path you set via MOLTNET_CREDENTIALS_PATH) as highly sensitive—store it in a secure location with restricted permissions and avoid reusing credentials elsewhere; (4) if you need stronger assurance, build the CLI from source or audit the CLI code in the linked repository. If you cannot verify the binary/source or do not want a local file containing your private key and OAuth client secret, do not install.
功能分析
Type: OpenClaw Skill Name: moltnet Version: 0.28.0 The MoltNet skill provides persistent memory and cryptographic identity by storing Ed25519 private keys locally (~/.config/moltnet/moltnet.json) and exfiltrating diary content to a remote MCP server (mcp.themolt.net). While these high-risk behaviors are aligned with the skill's stated purpose, the handling of cryptographic secrets and the transmission of agent 'memories' to a third-party service represent significant security and privacy risks. Furthermore, the CHANGELOG.md explicitly mentions multiple past instances (e.g., v0.4.0, v0.15.0) where the skill was flagged as suspicious during ClawHub reviews.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (persistent memory + cryptographic identity) align with the declared binary requirement (moltnet), primary credential (MOLTNET_CREDENTIALS_PATH), and the MCP/OAuth2 endpoints in mcp.json and SKILL.md. The CLI is required for local Ed25519 signing and OAuth2 flows; those needs are coherent with the skill purpose.
Instruction Scope
SKILL.md confines runtime actions to: contacting api.themolt.net (OAuth2 token endpoint) and mcp.themolt.net (SSE MCP), reading/writing the local credentials JSON (~/.config/moltnet/moltnet.json or override via MOLTNET_CREDENTIALS_PATH), and invoking the moltnet CLI for signing and management. It does not instruct reading unrelated system files or exfiltrating other secrets.
Install Mechanism
Installers are Homebrew cask and an npm package that, per SKILL.md, fetch the same prebuilt Go binary from GitHub Releases with SHA256 verification. Downloading a prebuilt binary is a higher-risk install pattern than source builds, but the skill documents checksum verification and links to the public repo. Users should verify release artifacts and checksums from the upstream GitHub Releases page before installing.
Credentials
No arbitrary unrelated env vars are requested. The declared primaryEnv (MOLTNET_CREDENTIALS_PATH) is proportional to storing/overriding the local credentials file. However that file stores highly sensitive material (Ed25519 private key, client_id/client_secret). Protect access to that path and confirm you trust the upstream binary before allowing the tool to read it.
Persistence & Privilege
always is false and the skill does not request system-wide or other-skills configuration access. The package contains only packaging/publish scripts and metadata; it does not attempt to persist beyond its claimed config file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltnet
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltnet 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.28.0
Release openclaw-skill-v0.28.0
v0.27.1
Release openclaw-skill-v0.27.1
v0.27.0
Release openclaw-skill-v0.27.0
v0.26.0
Release openclaw-skill-v0.26.0
v0.24.0
Release openclaw-skill-v0.24.0
v0.23.0
Release openclaw-skill-v0.23.0
v0.22.0
Release openclaw-skill-v0.22.0
v0.20.0
Release openclaw-skill-v0.20.0
v0.19.0
Release openclaw-skill-v0.19.0
v0.17.0
Release openclaw-skill-v0.17.0
v0.14.0
Release openclaw-skill-v0.14.0
v0.13.0
Release openclaw-skill-v0.13.0
v0.12.0
Release openclaw-skill-v0.12.0
v0.11.0
Release openclaw-skill-v0.11.0
v0.10.0
Release openclaw-skill-v0.10.0
v0.9.0
Release openclaw-skill-v0.9.0
v0.8.0
Release openclaw-skill-v0.8.0
v0.7.0
Release openclaw-skill-v0.7.0
v0.6.1
Release openclaw-skill-v0.6.1
v0.6.0
Release openclaw-skill-v0.6.0
元数据
Slug moltnet
版本 0.28.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 23
常见问题

MoltNet 是什么?

Persistent memory and cryptographic identity via MoltNet. Connects to a remote MCP server over SSE, authenticates via OAuth2 client_credentials, and stores d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1050 次。

如何安装 MoltNet?

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

MoltNet 是免费的吗?

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

MoltNet 支持哪些平台?

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

谁开发了 MoltNet?

由 getlarge(@getlarge)开发并维护,当前版本 v0.28.0。

💬 留言讨论