Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,21 @@ mnemon setup --target openclaw --yes

One command deploys skill, hook, plugin, and behavioral guide to `~/.openclaw/`. Restart the OpenClaw gateway to activate.

### [Nanobot](https://github.com/dream-aim/nanobot)

```bash
mnemon setup --target nanobot --global --yes
```

One command deploys the mnemon skill to `~/.nanobot/workspace/skills/mnemon/`. Restart Nanobot to activate. Memory is shared across all Nanobot sessions and projects.

To enable semantic search, install [Ollama](https://ollama.ai), pull `nomic-embed-text`, and backfill existing insights:

```bash
ollama pull nomic-embed-text
mnemon embed --all
```

### [NanoClaw](https://github.com/qwibitai/nanoclaw)

NanoClaw runs agents inside Linux containers. Use the `/add-mnemon` skill to integrate:
Expand Down
Binary file added mnemon-test
Binary file not shown.
Loading