# Send Remember 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": "remember",
    "name": "Remember",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/remember",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/remember",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/remember",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=remember",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "categories.md",
      "consolidation.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "remember",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T10:30:49.672Z",
      "expiresAt": "2026-05-10T10:30:49.672Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=remember",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=remember",
        "contentDisposition": "attachment; filename=\"remember-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "remember"
      },
      "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/remember"
    },
    "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/remember",
    "downloadUrl": "https://openagent3.xyz/downloads/remember",
    "agentUrl": "https://openagent3.xyz/skills/remember/agent",
    "manifestUrl": "https://openagent3.xyz/skills/remember/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/remember/agent.md"
  }
}
```
## Documentation

### The Problem with Most Memory

Storing everything creates noise. Wrong retrieval is worse than no memory. The goal isn't maximum recall — it's retrieving the right thing at the right time.

### What's Actually Worth Remembering

High value (persist indefinitely):

Commitments made — "I said I'd do X by Y"
Learned corrections — "User told me NOT to do Z"
Explicit preferences — "I hate verbose responses"
Core relationships — "Maria is the designer on Project X"

Medium value (persist with review):

Project/context state — what's active, current status
Domain lessons — patterns, gotchas, how things work here
Decisions made — what was chosen and why

Low value (don't persist):

One-off questions, easily reconstructible facts, transient context

### Organize by Function, Not Content

Structure by how you'll retrieve it. Adapt categories to your domain:

memory/
├── commitments.md    # Promises, deadlines (with dates!)
├── preferences.md    # Likes/dislikes, style, boundaries
├── corrections.md    # Mistakes not to repeat
├── decisions.md      # What was decided and why
├── relationships.md  # People, roles, context
└── contexts/         # Per-project or per-client state
    └── {name}.md

### Memory Hygiene

Every entry needs:

Date recorded (when did I learn this?)
Source hint (explicit statement vs inference)
Confidence (certain / likely / guess)

Prune aggressively:

Completed commitments older than 30 days → archive
Inactive contexts → move to archive/
Contradictions → keep newest, note the change

The staleness test: "If retrieved in 6 months, will this help or mislead?"

### Handling Contradictions

When new info conflicts with old:

Don't silently overwrite — note the change
Keep the newer version as active
Optionally log: [Updated 2026-02-11] Was: X, Now: Y

### User Control

"Remember this" → explicit save with category
"Forget that" → explicit delete
"What do you know about X?" → transparency
"Never remember Y" → hard privacy boundary

See categories.md for domain-specific templates.
See consolidation.md for the review/prune process.

Related: reflection (self-evaluation), loop (iterative refinement)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## 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-05-03T10:30:49.672Z
- Expires at: 2026-05-10T10:30:49.672Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/remember)
- [Send to Agent page](https://openagent3.xyz/skills/remember/agent)
- [JSON manifest](https://openagent3.xyz/skills/remember/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/remember/agent.md)
- [Download page](https://openagent3.xyz/downloads/remember)