diff --git a/README.md b/README.md index 0032648..8247c2d 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/mnemon-test b/mnemon-test new file mode 100755 index 0000000..5bf2389 Binary files /dev/null and b/mnemon-test differ