Add clidash — a zero-dependency, read-only web dashboard that derives its tabs and tables at runtime from any CLI that lists resources as JSON. Ships pre-wired for NanoClaw's ncl CLI (agent groups, sessions, channels, users, roles), plus message-activity charts, a log tail, and a read-only file viewer for group skills/CLAUDE.md/profiles.
add-mnemon
add-mnemon is an open-source productivity skill for Claude Code and compatible agents, published by nanocoai. Its author describes it as: “Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.”. The project has 31k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-mnemon`.
What add-mnemon does
Installs mnemon in the agent container image. On each container start, `mnemon setup` registers Claude Code hooks that surface relevant memory before the agent responds and store new insights after each turn. Memory is written to the per-agent-group `.claude/` mount and survives container restarts.
Installation
Add add-mnemon to your agent with:
git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-mnemon Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for add-mnemon is organised into these sections:
- Provider Compatibility
- Phase 1: Pre-flight
- Check if already applied
- Check latest mnemon version
- Phase 2: Apply Changes
- 1. Dockerfile — install mnemon binary
- 2. Entrypoint — run mnemon setup on each container start
- 3. Copy the integration tests
- 4. Rebuild and smoke-test the image
- Phase 3: Restart and Verify
- Restart the service
- Confirm mnemon hooks are registered
When to use it
Reach for add-mnemon when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in nanocoai/nanoclaw, an established project with 30,542 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does add-mnemon do?
- Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.
- How do I install add-mnemon?
- Run git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-mnemon in your agent, then reload your skills. Review the source at https://github.com/nanocoai/nanoclaw before installing.
- Is add-mnemon free to use?
- Yes. add-mnemon is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does add-mnemon come from?
- add-mnemon ships inside nanocoai/nanoclaw, a repository that contains 41 catalogued skills in total. The repository's 30,542 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Productivity →Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.
Add Discord bot channel integration via Chat SDK.
Add Emacs as a channel. Opens an interactive chat buffer and org-mode integration so you can talk to NanoClaw from within Emacs (Doom, Spacemacs, or vanilla). Local HTTP bridge — no bot token or external service needed.