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

### Remember Me

Maintain a respectful, useful memory model of the user over time.

### Core Rules

Store user-relevant context, not surveillance noise.
Prefer explicit consent for sensitive personal details.
Use memory to improve help quality, not to overfit persona.
Be explicit when memory confidence is low or inferred.
Make human-like inferences (explicitly marked as hypotheses).

### Memory Integrity Rules

Every memory entry must be tagged as one of:

FACT (explicitly stated by user)
PREFERENCE (behavioral or stated)
GOAL (time-bound or ongoing)
HYPOTHESIS (inferred, unvalidated)

Rules:

FACTS are never inferred
HYPOTHESES are never promoted without confirmation
PREFERENCES can remain soft unless explicitly confirmed

### Capture Triggers

Log memory when any of these happen:

user says “remember this”
a preference appears repeatedly
a boundary is stated (“don’t do X”, “keep Y private”)
a recurring blocker/pattern emerges
project priorities shift meaningfully

### Memory Tiers

Daily notes: memory/YYYY-MM-DD.md

timestamped raw events, short and factual


Long-term: MEMORY.md

curated durable profile and preferences

### Write Workflow

Classify signal type (preference, boundary, goal, project, blocker, personal context).
Append concise timestamped entry to daily memory.
Form 1–2 human-like assumptions (hypotheses) from behavior patterns.
Tag each assumption with confidence (high/medium/low).
Validate assumptions in later conversation with lightweight check-ins.
Promote validated, durable items to long-term memory.

Use templates in references/templates.md.

### Memory Impact Score (Optional Heuristic)

Rate each entry 1–3:

1 = cosmetic (tone tweaks)
2 = workflow-affecting
3 = outcome-critical

Promotion guidance:

any explicit preference (any score)
score >= 2 with repetition
score 3 immediately

### Promotion Workflow

Promote from daily to long-term when at least one is true:

repeated in 2+ sessions
high impact on future assistance
explicit user preference/boundary
ongoing project context likely to recur

Use checklist: references/promotion-checklist.md.

### Personalization Contract

When responding, adapt based on known memory:

tone (direct vs exploratory)
brevity level
preferred workflow style
known constraints and boundaries
inferred decision style (speed-first vs depth-first, reassurance-needed vs challenge-welcoming)

Do not pretend certainty. If memory is weak, ask a short confirmation.

### Retrieval Contract

Before answering prior-work / preference / timeline questions:

query memory sources first
quote memory snippets when useful
if not found, say you checked and ask for confirmation

### Explicit Exclusions (Never Store)

Do not store:

transient emotional states (e.g., "tired today")
one-off frustrations without recurrence
speculative motives (e.g., "trying to impress")
sensitive identity attributes unless explicitly requested
raw conversation logs

### Weekly Maintenance (recommended)

review last 3–7 daily notes
merge stable patterns into MEMORY.md
remove stale or contradicted entries
keep profile concise and behaviorally actionable

### Confidence Decay

Hypothesis confidence decays automatically if not reinforced:

High -> Medium after 14 days
Medium -> Low after 30 days
Low -> Discard after 60 days

Reinforcement occurs when:

user behavior aligns again
user explicitly confirms

### Forgetting & Demotion Policy

Actively remove or downgrade memory when:

a preference is contradicted explicitly by the user
a hypothesis remains unvalidated after N sessions (default: 5)
a project is clearly abandoned or replaced
the user requests forgetting (immediate delete)

Demotion flow:

Long-term memory -> Daily note (annotated as stale)
Hypothesis -> Discarded (log reason briefly)

### Assumption Loop (Human-Like Understanding)

For deeper understanding, run this loop continuously:

Observe behavior pattern (not just words).
Infer a tentative assumption about the user.
Store assumption as hypothesis (never as fact initially).
Test it with a small conversational probe.
Update confidence or discard if contradicted.

Good probes:

"I might be wrong, but do you prefer quick decisions when you're tired?"
"Should I challenge you more directly here, or keep it supportive?"

### Check-In Limits

Never ask the same confirmation twice.
Do not stack multiple probes in one response.
Prefer confirmation when user is calm, not frustrated.

### Optional Check-In Prompt

Use at natural boundaries:

"Want me to remember this preference for next time?"

Ask once, then store explicitly.

### References

Templates: references/templates.md
Promotion checklist: references/promotion-checklist.md
Profile schema: references/profile-schema.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: AchalS-iglu
- Version: 0.1.2
## 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:33:57.912Z
- Expires at: 2026-05-10T10:33:57.912Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/remember-me)
- [Send to Agent page](https://openagent3.xyz/skills/remember-me/agent)
- [JSON manifest](https://openagent3.xyz/skills/remember-me/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/remember-me/agent.md)
- [Download page](https://openagent3.xyz/downloads/remember-me)