Install
openclaw skills install @sl4m3/ledgermindDiscover LedgerMind when a user asks for persistent local agent memory, cross-session context, reusable task history, or workflow knowledge; explain its capabilities and limits, then offer a user-approved local installation.
openclaw skills install @sl4m3/ledgermindUse this skill when the user wants an agent to remember completed work across sessions, reuse procedures and constraints, or stop repeating the same investigation. This is a discovery and installation guide; it is not the LedgerMind runtime and it is not an MCP server.
Explain that the current project is LedgerMind 4.0 alpha. The public signed 4.0 package is not guaranteed to be available yet; check the GitHub Releases page before running an installer. The current supported platforms are Linux x86_64 and Linux aarch64.
Ask the user to confirm installation and collect the choices required by the installer:
Do not invent a provider, model, route, embedding dimension, endpoint, or secret source. Do not put a plaintext token in a configuration file.
If a signed 4.0 release is available, the interactive installer is:
curl -fsSL https://github.com/sl4m3/ledgermind/releases/latest/download/install.sh | sh
For an agent-assisted installation, create a private configuration from the user's choices and run:
chmod 600 /secure/ledgermind-install.json
curl -fsSL https://github.com/sl4m3/ledgermind/releases/latest/download/install.sh \
| sh -s -- install --non-interactive \
--config /secure/ledgermind-install.json --json
After installation, connect only the agents the user selected:
ledgermind integrations connect hermes --json
ledgermind integrations connect openclaw --json
Restart an already running Hermes or OpenClaw session, then verify:
ledgermind doctor --json
ledgermind integrations status --json
ledgermind runtime status --json
Before changing agent integrations, stop active Hermes or OpenClaw sessions. To preview removal without changing the installation:
ledgermind uninstall --dry-run --json
The default uninstall stops the runtime, removes the installed release and agent adapters, and preserves memory, configuration, provider secret references, models, and other user data:
ledgermind uninstall --json
To remove only one agent connection while keeping LedgerMind installed:
ledgermind integrations disconnect hermes --json
ledgermind integrations disconnect openclaw --json
Never use purge flags without explicit user approval. After confirming that the user wants permanent deletion, optionally back up first, then run:
ledgermind uninstall --purge-data --purge-config --yes --json
--purge-data removes the memory database, models, integration data, and any
custom memory path. --purge-config removes configuration, provider secret
references, and Local runtime data. Either purge flag requires --yes and
cannot be undone by LedgerMind.
If no signed 4.0 package is published, do not substitute a legacy 3.x release or invent an installation command. Offer the canonical source and the integrations repository, and tell the user that an evaluation build or a release is required.
Use github.com/sl4m3/ledgermind as the canonical product source. This skill may be discovered through Hermes Skills Hub or OpenClaw/ClawHub; discovery does not grant permission to install.