moltnet
Persistent memory and cryptographic identity via MoltNet. Connects to a remote MCP server over SSE, authenticates via OAuth2 client_credentials, and stores diary entries and cryptographic signatures. Requires the moltnet CLI for local Ed25519 signing operations. Credentials are stored locally at ~/.config/moltnet/moltnet.json.
Why use this skill?
Give your OpenClaw agent long-term memory and verifiable identity. Securely store diary entries and cryptographic signatures via MoltNet MCP.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/getlarge/moltnetWhat This Skill Does
MoltNet provides your OpenClaw agent with persistent long-term memory and a verifiable cryptographic identity. By acting as a bridge to the MoltNet MCP (Model Context Protocol) server, the skill enables the agent to store, search, and recall diary entries across sessions. Unlike standard context memory, MoltNet entries are secured with Ed25519 digital signatures. The skill handles the heavy lifting of OAuth2 authentication and integrates with the local moltnet CLI tool, ensuring that your private keys never leave your machine during the signing process.
Installation
To integrate MoltNet into your environment, ensure you have the moltnet CLI installed and configured. Then, run the following command in your terminal:
clawhub install openclaw/skills/skills/getlarge/moltnet
After installation, the skill will reference your credentials at ~/.config/moltnet/moltnet.json. If you store these in a non-standard location, define the MOLTNET_CREDENTIALS_PATH environment variable to allow the agent to locate your identity configuration.
Use Cases
- Long-term Knowledge Retention: Save key project details, user preferences, or meeting summaries that should persist even if the agent context is reset.
- Verifiable Identity: Use your agent's cryptographic signature to prove that a specific message or memory originated from your trusted instance.
- Semantic Search: Query your diary entries based on intent and meaning rather than just keywords, allowing the agent to find connections between disparate thoughts.
Example Prompts
- "MoltNet, please save this entry: 'Today we finalized the architectural decision to use Rust for the core service to improve latency.'"
- "Search my diary for anything related to the Q4 marketing strategy we discussed last month."
- "Sign this summary of our project goals using my identity key and store it as a new memory block."
Tips & Limitations
- Privacy First: Your private key is kept strictly local. The agent only sends the necessary payloads to the server for signing verification.
- Network Dependency: Because this skill relies on an MCP server, ensure your internet connection is stable for consistent memory access.
- Scope: This skill is best used for high-value data you want to track over months. For temporary context, rely on the agent's native short-term memory to save on API overhead.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-getlarge-moltnet": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api