# Send Claw Memory Lite to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claw-memory-lite",
    "name": "Claw Memory Lite",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/timothysong0w0/claw-memory-lite",
    "canonicalUrl": "https://clawhub.ai/timothysong0w0/claw-memory-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/claw-memory-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-memory-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "setup.py",
      "SKILL.md",
      "tests/test_extract.py",
      "templates/HEARTBEAT.md",
      "templates/MEMORY.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "claw-memory-lite",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:20:29.643Z",
      "expiresAt": "2026-05-07T09:20:29.643Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-memory-lite",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-memory-lite",
        "contentDisposition": "attachment; filename=\"claw-memory-lite-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "claw-memory-lite"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/claw-memory-lite"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/claw-memory-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/claw-memory-lite",
    "agentUrl": "https://openagent3.xyz/skills/claw-memory-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-memory-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-memory-lite/agent.md"
  }
}
```
## Documentation

### claw-memory-lite Skill

Lightweight Long-Term Memory for OpenClaw — SQLite-Powered, Zero External Dependencies, Millisecond Queries.

This skill provides an automated way to manage your agent's long-term memory by extracting distilled insights from daily logs into a queryable SQLite database.

### Installation

npx skills add timothysong0w0/claw-memory-lite --agent openclaw

### db_query

Query the long-term memory database by keyword or category.

Usage: python scripts/db_query.py [SEARCH_TERM] [--category CATEGORY]

### extract_memory

Extract memory snippets from daily log files (memory/YYYY-MM-DD.md) into the database.

Usage: python scripts/extract_memory.py [--review]

### Automation

To enable automatic daily extraction, add the following to your HEARTBEAT.md:

python ~/.openclaw/extensions/claw-memory-lite/scripts/extract_memory.py

### Configuration

The database is stored at ~/.openclaw/database/insight.db by default.

### Credits

Inspired by 鸿蒙小张 and ByteDance's OpenViking hierarchy.

Built with 🐯 for OpenClaw users.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: timothysong0w0
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T09:20:29.643Z
- Expires at: 2026-05-07T09:20:29.643Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/claw-memory-lite)
- [Send to Agent page](https://openagent3.xyz/skills/claw-memory-lite/agent)
- [JSON manifest](https://openagent3.xyz/skills/claw-memory-lite/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/claw-memory-lite/agent.md)
- [Download page](https://openagent3.xyz/downloads/claw-memory-lite)