---
name: Do
slug: do
category: AI Engineering
description: Do gives Claude Code persistent long-term memory by storing and retrieving embeddings in SQLite and vector databases. Use it when you want the agent to remember context across sessions.
github: "https://github.com/thedotmack/claude-mem/tree/main/openclaw/skills/do"
language: JavaScript
stars: 90577
forks: 7901
install: "npx degit https://github.com/thedotmack/claude-mem/tree/main/openclaw/skills/do ~/.claude/skills/do"
installs_to: ~/.claude/skills/do
source_path: openclaw/skills/do/SKILL.md
collection_size: 22
category_size: 2451
collection_url: "https://dirskills.com/collections/thedotmack/claude-mem"
added: 2026-08-13T07:35:53.862Z
last_synced: 2026-08-13T07:35:53.862Z
canonical_url: "https://dirskills.com/skills/do"
---

# Do

Do gives Claude Code persistent long-term memory by storing and retrieving embeddings in SQLite and vector databases. Use it when you want the agent to remember context across sessions.

**Install:**

```bash
npx degit https://github.com/thedotmack/claude-mem/tree/main/openclaw/skills/do ~/.claude/skills/do
```

## README

../../../plugin/skills/do/SKILL.md
