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

### inner-life-evolve

Evolution is not optional. But it requires permission.

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 BRAIN.md exists
Check that tasks/QUEUE.md exists

If any are 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 evolution, agents plateau. They find a way that works and repeat it forever — even as the world changes. inner-life-evolve analyzes your agent's patterns, challenges its assumptions, and writes concrete improvement proposals. But it never auto-executes — you approve first.

### Step 1: Deep Context Read (Context Level 4)

Read everything:

AGENTS.md, TOOLS.md, BRAIN.md, SELF.md
memory/week-digest.md (NOT individual diaries — use digest)
memory/habits.json — habits + user patterns
memory/drive.json — seeking, avoidance
memory/relationship.json — trust, lessons
memory/inner-state.json — emotions, frustrations

### Step 2: Challenge Assumptions

For each potential improvement, structure thinking:

Assumption: [what we currently believe/do]
Is it true? [evidence for/against]
What if false? [alternative approach]
New proposal: [concrete change]

Look for:

Recurring frustrations → systemic solutions (not patches)
Stale habits → habits with declining strength or unused for weeks
Trust dynamics → areas where trust has grown but behavior hasn't adapted
Seeking themes → research interests that could become capabilities
Avoidance patterns → things the agent avoids that might be valuable

### Step 3: Write Proposals to QUEUE

Write proposals to tasks/QUEUE.md under the Ready section:

- [EVOLVER] Description of proposed change
  Rationale: 1-2 sentences explaining why
  Steps: concrete implementation steps

### Step 4: Announce

Send summary to user: <= 5 sentences covering:

Habits: [strong habits, new patterns]
Trust changes: [trust dynamics]
Recurring frustrations: [repeated problems → suggested fix]
Seeking themes: [active research → suggested development]

### Safety Rules

Never auto-execute proposals — user approves first
Brain Loop reads QUEUE and shows [EVOLVER] tasks at lower priority
Tasks in Ready > 7 days without action → Brain Loop sends reminder
Proposals should be specific and actionable, not vague "improve X"

### Recommended Schedule

Run 1-2 times per week (e.g., Wednesday and Sunday evenings).
Needs enough data to analyze — running daily produces low-quality proposals.

### State Integration

Reads: everything (Context Level 4 Deep)

Writes: tasks/QUEUE.md only. Does NOT write to state files directly.

The evolver observes but doesn't touch the controls. It proposes. The user decides.

### When Should You Install This?

Install this skill if:

Your agent has plateaued and isn't improving
You want structured self-improvement proposals
You value evolution with human oversight
You want your agent to challenge its own assumptions

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
- 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-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/inner-life-evolve)
- [Send to Agent page](https://openagent3.xyz/skills/inner-life-evolve/agent)
- [JSON manifest](https://openagent3.xyz/skills/inner-life-evolve/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/inner-life-evolve/agent.md)
- [Download page](https://openagent3.xyz/downloads/inner-life-evolve)