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

### inner-life-memory

Transform passive logging into active development.

Requires: inner-life-core

### Prerequisites Check

Before using this skill, verify that inner-life-core has been initialized:

Check that memory/inner-state.json exists
Check that memory/drive.json exists

If either is missing, tell the user: "inner-life-core is not initialized. Install it with clawhub install inner-life-core and run bash skills/inner-life-core/scripts/init.sh." Do not proceed without these files.

### What This Solves

Without memory continuity:

Session ends → Notes logged → Next session reads notes → Performs familiarity

With inner-life-memory:

Session ends → Reflection runs → Memories integrated → Questions generated
Next session → Evolved state loaded → Questions surfaced → Genuine curiosity

### Post-Session Flow

After each session, run this 5-step reflection:

### 1. Reflect

Analyze the session: what happened, what mattered, what surprised you.

### 2. Extract

Pull structured memories with types and confidence:

TypeDescriptionPersistencefactDeclarative knowledgeUntil contradictedpreferenceLikes, dislikes, stylesUntil updatedrelationshipConnection dynamicsLong-termprincipleLearned guidelinesStablecommitmentPromises, obligationsUntil fulfilledmomentSignificant episodesPermanentskillLearned capabilitiesCumulativequestionThings to exploreUntil resolved

### 3. Integrate

Update MEMORY.md with extracted memories. Use synapse tags for connections:

<!-- updates: previous fact --> when updating
<!-- contradicts: old belief --> when correcting

### 4. Question

Generate genuine follow-up questions from the session. Not performative — real curiosity.

### 5. Surface

When user returns, present relevant pending questions naturally (max 3).

### Confidence Scores

LevelRangeMeaningExplicit0.95-1.0User directly statedImplied0.70-0.94Strong inference from contextInferred0.40-0.69Pattern recognitionSpeculative0.0-0.39Tentative, needs confirmation

Use confidence to decide when to state facts vs ask for confirmation.

### Curiosity Backlog

Maintain memory/questions.md with three sections:

## Open Questions
- [question] — source: [dream/reading/work] — date

## Leads (half-formed ideas)
- [idea] — might connect to: [topic]

## Dead Ends (don't repeat)
- [topic] — explored [date], result: [nothing/dead end]

Rules:

Brain Loop Step 6 adds new questions/leads
Evening Session reviews and curates
Dead Ends older than 30 days → archive
Questions resolved → move to Dead Ends with result

### State Integration

Reads: inner-state.json, drive.json, daily notes, diary

Writes:

drive.json → new seeking topics from curiosity
inner-state.json → curiosity.recentSparks when discovering something
questions.md → new questions, resolved dead ends
MEMORY.md → integrated memories

### When Should You Install This?

Install this skill if:

Your agent forgets who you are between sessions
You want structured memory with confidence levels
You want genuine curiosity that carries forward
Your agent reads notes but doesn't truly remember

Part of the openclaw-inner-life bundle.
Requires: inner-life-core
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: DKistenev
- Version: 1.0.4
## 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-01T23:44:42.305Z
- Expires at: 2026-05-08T23:44:42.305Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/inner-life-memory)
- [Send to Agent page](https://openagent3.xyz/skills/inner-life-memory/agent)
- [JSON manifest](https://openagent3.xyz/skills/inner-life-memory/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/inner-life-memory/agent.md)
- [Download page](https://openagent3.xyz/downloads/inner-life-memory)