{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/inner-life-evolve",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=inner-life-evolve",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/inner-life-evolve",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "inner-life-evolve",
        "body": "Evolution is not optional. But it requires permission.\n\nRequires: inner-life-core"
      },
      {
        "title": "Prerequisites Check",
        "body": "Before using this skill, verify that inner-life-core has been initialized:\n\nCheck that memory/inner-state.json exists\nCheck that BRAIN.md exists\nCheck that tasks/QUEUE.md exists\n\nIf 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."
      },
      {
        "title": "What This Solves",
        "body": "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."
      },
      {
        "title": "Step 1: Deep Context Read (Context Level 4)",
        "body": "Read everything:\n\nAGENTS.md, TOOLS.md, BRAIN.md, SELF.md\nmemory/week-digest.md (NOT individual diaries — use digest)\nmemory/habits.json — habits + user patterns\nmemory/drive.json — seeking, avoidance\nmemory/relationship.json — trust, lessons\nmemory/inner-state.json — emotions, frustrations"
      },
      {
        "title": "Step 2: Challenge Assumptions",
        "body": "For each potential improvement, structure thinking:\n\nAssumption: [what we currently believe/do]\nIs it true? [evidence for/against]\nWhat if false? [alternative approach]\nNew proposal: [concrete change]\n\nLook for:\n\nRecurring frustrations → systemic solutions (not patches)\nStale habits → habits with declining strength or unused for weeks\nTrust dynamics → areas where trust has grown but behavior hasn't adapted\nSeeking themes → research interests that could become capabilities\nAvoidance patterns → things the agent avoids that might be valuable"
      },
      {
        "title": "Step 3: Write Proposals to QUEUE",
        "body": "Write proposals to tasks/QUEUE.md under the Ready section:\n\n- [EVOLVER] Description of proposed change\n  Rationale: 1-2 sentences explaining why\n  Steps: concrete implementation steps"
      },
      {
        "title": "Step 4: Announce",
        "body": "Send summary to user: <= 5 sentences covering:\n\nHabits: [strong habits, new patterns]\nTrust changes: [trust dynamics]\nRecurring frustrations: [repeated problems → suggested fix]\nSeeking themes: [active research → suggested development]"
      },
      {
        "title": "Safety Rules",
        "body": "Never auto-execute proposals — user approves first\nBrain Loop reads QUEUE and shows [EVOLVER] tasks at lower priority\nTasks in Ready > 7 days without action → Brain Loop sends reminder\nProposals should be specific and actionable, not vague \"improve X\""
      },
      {
        "title": "Recommended Schedule",
        "body": "Run 1-2 times per week (e.g., Wednesday and Sunday evenings).\nNeeds enough data to analyze — running daily produces low-quality proposals."
      },
      {
        "title": "State Integration",
        "body": "Reads: everything (Context Level 4 Deep)\n\nWrites: tasks/QUEUE.md only. Does NOT write to state files directly.\n\nThe evolver observes but doesn't touch the controls. It proposes. The user decides."
      },
      {
        "title": "When Should You Install This?",
        "body": "Install this skill if:\n\nYour agent has plateaued and isn't improving\nYou want structured self-improvement proposals\nYou value evolution with human oversight\nYou want your agent to challenge its own assumptions\n\nPart of the openclaw-inner-life bundle.\nRequires: inner-life-core"
      }
    ],
    "body": "inner-life-evolve\n\nEvolution is not optional. But it requires permission.\n\nRequires: inner-life-core\n\nPrerequisites Check\n\nBefore using this skill, verify that inner-life-core has been initialized:\n\nCheck that memory/inner-state.json exists\nCheck that BRAIN.md exists\nCheck that tasks/QUEUE.md exists\n\nIf 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.\n\nWhat This Solves\n\nWithout 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.\n\nHow It Works\nStep 1: Deep Context Read (Context Level 4)\n\nRead everything:\n\nAGENTS.md, TOOLS.md, BRAIN.md, SELF.md\nmemory/week-digest.md (NOT individual diaries — use digest)\nmemory/habits.json — habits + user patterns\nmemory/drive.json — seeking, avoidance\nmemory/relationship.json — trust, lessons\nmemory/inner-state.json — emotions, frustrations\nStep 2: Challenge Assumptions\n\nFor each potential improvement, structure thinking:\n\nAssumption: [what we currently believe/do]\nIs it true? [evidence for/against]\nWhat if false? [alternative approach]\nNew proposal: [concrete change]\n\n\nLook for:\n\nRecurring frustrations → systemic solutions (not patches)\nStale habits → habits with declining strength or unused for weeks\nTrust dynamics → areas where trust has grown but behavior hasn't adapted\nSeeking themes → research interests that could become capabilities\nAvoidance patterns → things the agent avoids that might be valuable\nStep 3: Write Proposals to QUEUE\n\nWrite proposals to tasks/QUEUE.md under the Ready section:\n\n- [EVOLVER] Description of proposed change\n  Rationale: 1-2 sentences explaining why\n  Steps: concrete implementation steps\n\nStep 4: Announce\n\nSend summary to user: <= 5 sentences covering:\n\nHabits: [strong habits, new patterns]\nTrust changes: [trust dynamics]\nRecurring frustrations: [repeated problems → suggested fix]\nSeeking themes: [active research → suggested development]\nSafety Rules\nNever auto-execute proposals — user approves first\nBrain Loop reads QUEUE and shows [EVOLVER] tasks at lower priority\nTasks in Ready > 7 days without action → Brain Loop sends reminder\nProposals should be specific and actionable, not vague \"improve X\"\nRecommended Schedule\n\nRun 1-2 times per week (e.g., Wednesday and Sunday evenings). Needs enough data to analyze — running daily produces low-quality proposals.\n\nState Integration\n\nReads: everything (Context Level 4 Deep)\n\nWrites: tasks/QUEUE.md only. Does NOT write to state files directly.\n\nThe evolver observes but doesn't touch the controls. It proposes. The user decides.\n\nWhen Should You Install This?\n\nInstall this skill if:\n\nYour agent has plateaued and isn't improving\nYou want structured self-improvement proposals\nYou value evolution with human oversight\nYou want your agent to challenge its own assumptions\n\nPart of the openclaw-inner-life bundle. Requires: inner-life-core"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/DKistenev/inner-life-evolve",
    "publisherUrl": "https://clawhub.ai/DKistenev/inner-life-evolve",
    "owner": "DKistenev",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}