# Send 2026 02 10 Clawhub Clawvault 1.5.1 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "2026-02-10-clawhub-clawvault-1-5-1",
    "name": "2026 02 10 Clawhub Clawvault 1.5.1",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pin-alt/2026-02-10-clawhub-clawvault-1-5-1",
    "canonicalUrl": "https://clawhub.ai/pin-alt/2026-02-10-clawhub-clawvault-1-5-1",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/2026-02-10-clawhub-clawvault-1-5-1",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=2026-02-10-clawhub-clawvault-1-5-1",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "bin/clawvault.js",
      "CHANGELOG.md",
      "dist/chunk-42MXU7A6.js",
      "dist/chunk-4KDZZW4X.js",
      "dist/chunk-4VQTUVH7.js",
      "dist/chunk-7766SIJP.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/2026-02-10-clawhub-clawvault-1-5-1"
    },
    "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/2026-02-10-clawhub-clawvault-1-5-1",
    "downloadUrl": "https://openagent3.xyz/downloads/2026-02-10-clawhub-clawvault-1-5-1",
    "agentUrl": "https://openagent3.xyz/skills/2026-02-10-clawhub-clawvault-1-5-1/agent",
    "manifestUrl": "https://openagent3.xyz/skills/2026-02-10-clawhub-clawvault-1-5-1/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/2026-02-10-clawhub-clawvault-1-5-1/agent.md"
  }
}
```
## Documentation

### ClawVault 🐘

An elephant never forgets. Structured memory for OpenClaw agents.

Built for OpenClaw — install via clawhub install clawvault

### Install

npm install -g clawvault

### Setup

# Initialize vault (creates folder structure + templates)
clawvault init ~/my-vault

# Or set env var to use existing vault
export CLAWVAULT_PATH=/path/to/memory

# Optional: shell integration (aliases + CLAWVAULT_PATH)
clawvault shell-init >> ~/.bashrc

### Quick Start for New Agents

# Start your session (recover + recap + summary)
clawvault wake

# Capture and checkpoint during work
clawvault capture "TODO: Review PR tomorrow"
clawvault checkpoint --working-on "PR review" --focus "type guards"

# End your session with a handoff
clawvault sleep "PR review + type guards" --next "respond to CI" --blocked "waiting for CI"

# Health check when something feels off
clawvault doctor

### Wake + Sleep (primary)

clawvault wake
clawvault sleep "what I was working on" --next "ship v1" --blocked "waiting for API key"

### Store memories by type

# Types: fact, feeling, decision, lesson, commitment, preference, relationship, project
clawvault remember decision "Use Postgres over SQLite" --content "Need concurrent writes for multi-agent setup"
clawvault remember lesson "Context death is survivable" --content "Checkpoint before heavy work"
clawvault remember relationship "Justin Dukes" --content "Client contact at Hale Pet Door"

### Quick capture to inbox

clawvault capture "TODO: Review PR tomorrow"

### Search (requires qmd installed)

# Keyword search (fast)
clawvault search "client contacts"

# Semantic search (slower, more accurate)
clawvault vsearch "what did we decide about the database"

### Wake (start of session)

clawvault wake

### Sleep (end of session)

clawvault sleep "what I was working on" --next "finish docs" --blocked "waiting for review"

### Checkpoint (save state frequently)

clawvault checkpoint --working-on "PR review" --focus "type guards" --blocked "waiting for CI"

### Recover (manual check)

clawvault recover --clear
# Shows: death time, last checkpoint, recent handoff

### Handoff (manual session end)

clawvault handoff \\
  --working-on "ClawVault improvements" \\
  --blocked "npm token" \\
  --next "publish to npm, create skill" \\
  --feeling "productive"

### Recap (bootstrap new session)

clawvault recap
# Shows: recent handoffs, active projects, pending commitments, lessons

### Auto-linking

Wiki-link entity mentions in markdown files:

# Link all files
clawvault link --all

# Link single file
clawvault link memory/2024-01-15.md

### Folder Structure

vault/
├── .clawvault/           # Internal state
│   ├── last-checkpoint.json
│   └── dirty-death.flag
├── decisions/            # Key choices with reasoning
├── lessons/              # Insights and patterns
├── people/               # One file per person
├── projects/             # Active work tracking
├── handoffs/             # Session continuity
├── inbox/                # Quick captures
└── templates/            # Document templates

### Best Practices

Wake at session start — clawvault wake restores context
Checkpoint every 10-15 min during heavy work
Sleep before session end — clawvault sleep captures next steps
Use types — knowing WHAT you're storing helps WHERE to put it
Wiki-link liberally — [[person-name]] builds your knowledge graph

### Checklist for AGENTS.md

## Memory Checklist
- [ ] Run \`clawvault wake\` at session start
- [ ] Checkpoint during heavy work
- [ ] Capture key decisions/lessons with \`clawvault remember\`
- [ ] Use wiki-links like \`[[person-name]]\`
- [ ] End with \`clawvault sleep "..." --next "..." --blocked "..."\`
- [ ] Run \`clawvault doctor\` when something feels off

### Session Transcript Repair (v1.5.0+)

When the Anthropic API rejects with "unexpected tool_use_id found in tool_result blocks", use:

# See what's wrong (dry-run)
clawvault repair-session --dry-run

# Fix it
clawvault repair-session

# Repair a specific session
clawvault repair-session --session <id> --agent <agent-id>

# List available sessions
clawvault repair-session --list

What it fixes:

Orphaned tool_result blocks referencing non-existent tool_use IDs
Aborted tool calls with partial JSON
Broken parent chain references

Backups are created automatically (use --no-backup to skip).

### Troubleshooting

qmd not installed — run bun install -g github:tobi/qmd or npm install -g qmd
No ClawVault found — run clawvault init or set CLAWVAULT_PATH
CLAWVAULT_PATH missing — run clawvault shell-init and add to shell rc
Too many orphan links — run clawvault link --orphans
Inbox backlog warning — process or archive inbox items
"unexpected tool_use_id" error — run clawvault repair-session

### Integration with qmd

ClawVault uses qmd for search:

# Install qmd
bun install -g github:tobi/qmd

# Add vault as collection
qmd collection add /path/to/vault --name my-memory --mask "**/*.md"

# Update index
qmd update && qmd embed

### Environment Variables

CLAWVAULT_PATH — Default vault path (skips auto-discovery)

### Links

npm: https://www.npmjs.com/package/clawvault
GitHub: https://github.com/Versatly/clawvault
Issues: https://github.com/Versatly/clawvault/issues
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: pin-alt
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/2026-02-10-clawhub-clawvault-1-5-1)
- [Send to Agent page](https://openagent3.xyz/skills/2026-02-10-clawhub-clawvault-1-5-1/agent)
- [JSON manifest](https://openagent3.xyz/skills/2026-02-10-clawhub-clawvault-1-5-1/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/2026-02-10-clawhub-clawvault-1-5-1/agent.md)
- [Download page](https://openagent3.xyz/downloads/2026-02-10-clawhub-clawvault-1-5-1)