{
  "schemaVersion": "1.0",
  "item": {
    "slug": "inner-life-core",
    "name": "Inner Life Core",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/DKistenev/inner-life-core",
    "canonicalUrl": "https://clawhub.ai/DKistenev/inner-life-core",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/inner-life-core",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=inner-life-core",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/init.sh",
      "scripts/score.sh",
      "scripts/state.sh",
      "templates/BRAIN.md",
      "templates/drive.json"
    ],
    "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-core"
    },
    "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-core",
    "agentPageUrl": "https://openagent3.xyz/skills/inner-life-core/agent",
    "manifestUrl": "https://openagent3.xyz/skills/inner-life-core/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/inner-life-core/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-core",
        "body": "The foundation for an agent's inner life. Emotions, state, protocol."
      },
      {
        "title": "What This Solves",
        "body": "Without inner-life-core, your agent:\n\nStarts every session as a blank slate\nHas no emotional continuity\nCan't prioritize based on how things are going\nDoesn't know when to reach out or stay quiet\n\nWith inner-life-core, your agent:\n\nTracks 6 emotions with realistic half-life decay\nFollows a 9-step Brain Loop protocol\nRoutes behavior based on emotional state\nKnows when to ask, when to act, when to stay silent"
      },
      {
        "title": "Setup",
        "body": "# Initialize state files\nbash skills/inner-life-core/scripts/init.sh\n\nThis creates:\n\nmemory/inner-state.json — 6 emotions with decay rules\nmemory/drive.json — what the agent is seeking/anticipating\nmemory/habits.json — learned habits and user patterns\nmemory/relationship.json — trust levels and lessons\nBRAIN.md — 9-step Brain Loop protocol\nSELF.md — personality observation space\nmemory/questions.md — curiosity backlog\ntasks/QUEUE.md — task queue"
      },
      {
        "title": "The Emotion Model",
        "body": "6 emotions with half-life decay:\n\nEmotionWhat it tracksDecayconnectionHow recently you talked to the user-0.05 per 6h without contactconfidenceHow well things are going+0.02/6h recovery, -0.1 on mistakecuriosityHow stimulated you are-0.03 per 6h without sparkboredomHow routine things feel+1 day counter, reset on noveltyfrustrationRecurring unsolved problemsCounts recurring itemsimpatienceStale items waiting for responseTracks days without action\n\nEmotions drive behavior — see BRAIN.md Step 3 (Emotion-driven routing)."
      },
      {
        "title": "Context Protocol",
        "body": "4 levels of state reading, so each component reads only what it needs:\n\nLevel 1 (Minimal): Task-specific data only\nLevel 2 (Standard): inner-state + drive + daily notes + signals\nLevel 3 (Full): Level 2 + habits + relationship + diary + dreams + questions\nLevel 4 (Deep): Level 3 + system docs + weekly digest"
      },
      {
        "title": "Signal & Synapse Tags",
        "body": "Signals (inter-component communication):\n\n<!-- dream-topic: topic --> — Evening → Night Dream\n<!-- handoff: task, progress --> — Brain Loop → next Brain Loop\n<!-- seeking-spark: topic --> — Night Dream → Morning Brain Loop\n\nSynapses (memory connections):\n\n<!-- contradicts: ref --> — when facts conflict\n<!-- caused-by: ref --> — cause and effect\n<!-- updates: ref --> — when updating old info"
      },
      {
        "title": "Utilities",
        "body": "# Check your Inner Life Score\nbash skills/inner-life-core/scripts/score.sh\n\n# Apply emotion decay manually\nsource skills/inner-life-core/scripts/state.sh && state_decay"
      },
      {
        "title": "Works With",
        "body": "Best experience with the full inner-life suite:\n\ninner-life-reflect — self-reflection and personality growth\ninner-life-memory — memory continuity between sessions\ninner-life-dream — creative thinking during quiet hours\ninner-life-chronicle — daily diary generation\ninner-life-evolve — self-evolution proposals\n\nAlso works with: agent-browser, web-search-plus, git, claw-backup, shellf"
      },
      {
        "title": "When Should You Install This?",
        "body": "Install this skill if:\n\nYour agent feels robotic and stateless\nYou want emotional continuity between sessions\nYou want behavior that adapts to context\nYou're building a long-running autonomous agent\n\nPart of the openclaw-inner-life bundle."
      }
    ],
    "body": "inner-life-core\n\nThe foundation for an agent's inner life. Emotions, state, protocol.\n\nWhat This Solves\n\nWithout inner-life-core, your agent:\n\nStarts every session as a blank slate\nHas no emotional continuity\nCan't prioritize based on how things are going\nDoesn't know when to reach out or stay quiet\n\nWith inner-life-core, your agent:\n\nTracks 6 emotions with realistic half-life decay\nFollows a 9-step Brain Loop protocol\nRoutes behavior based on emotional state\nKnows when to ask, when to act, when to stay silent\nSetup\n# Initialize state files\nbash skills/inner-life-core/scripts/init.sh\n\n\nThis creates:\n\nmemory/inner-state.json — 6 emotions with decay rules\nmemory/drive.json — what the agent is seeking/anticipating\nmemory/habits.json — learned habits and user patterns\nmemory/relationship.json — trust levels and lessons\nBRAIN.md — 9-step Brain Loop protocol\nSELF.md — personality observation space\nmemory/questions.md — curiosity backlog\ntasks/QUEUE.md — task queue\nThe Emotion Model\n\n6 emotions with half-life decay:\n\nEmotion\tWhat it tracks\tDecay\nconnection\tHow recently you talked to the user\t-0.05 per 6h without contact\nconfidence\tHow well things are going\t+0.02/6h recovery, -0.1 on mistake\ncuriosity\tHow stimulated you are\t-0.03 per 6h without spark\nboredom\tHow routine things feel\t+1 day counter, reset on novelty\nfrustration\tRecurring unsolved problems\tCounts recurring items\nimpatience\tStale items waiting for response\tTracks days without action\n\nEmotions drive behavior — see BRAIN.md Step 3 (Emotion-driven routing).\n\nContext Protocol\n\n4 levels of state reading, so each component reads only what it needs:\n\nLevel 1 (Minimal): Task-specific data only\nLevel 2 (Standard): inner-state + drive + daily notes + signals\nLevel 3 (Full): Level 2 + habits + relationship + diary + dreams + questions\nLevel 4 (Deep): Level 3 + system docs + weekly digest\nSignal & Synapse Tags\n\nSignals (inter-component communication):\n\n<!-- dream-topic: topic --> — Evening → Night Dream\n<!-- handoff: task, progress --> — Brain Loop → next Brain Loop\n<!-- seeking-spark: topic --> — Night Dream → Morning Brain Loop\n\nSynapses (memory connections):\n\n<!-- contradicts: ref --> — when facts conflict\n<!-- caused-by: ref --> — cause and effect\n<!-- updates: ref --> — when updating old info\nUtilities\n# Check your Inner Life Score\nbash skills/inner-life-core/scripts/score.sh\n\n# Apply emotion decay manually\nsource skills/inner-life-core/scripts/state.sh && state_decay\n\nWorks With\n\nBest experience with the full inner-life suite:\n\ninner-life-reflect — self-reflection and personality growth\ninner-life-memory — memory continuity between sessions\ninner-life-dream — creative thinking during quiet hours\ninner-life-chronicle — daily diary generation\ninner-life-evolve — self-evolution proposals\n\nAlso works with: agent-browser, web-search-plus, git, claw-backup, shellf\n\nWhen Should You Install This?\n\nInstall this skill if:\n\nYour agent feels robotic and stateless\nYou want emotional continuity between sessions\nYou want behavior that adapts to context\nYou're building a long-running autonomous agent\n\nPart of the openclaw-inner-life bundle."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/DKistenev/inner-life-core",
    "publisherUrl": "https://clawhub.ai/DKistenev/inner-life-core",
    "owner": "DKistenev",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/inner-life-core",
    "downloadUrl": "https://openagent3.xyz/downloads/inner-life-core",
    "agentUrl": "https://openagent3.xyz/skills/inner-life-core/agent",
    "manifestUrl": "https://openagent3.xyz/skills/inner-life-core/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/inner-life-core/agent.md"
  }
}