← All skills
Tencent SkillHub Β· AI

Inner Life Core

Your agent forgets who you are between sessions. It gives the same responses every day. It doesn't grow. inner-life-core fixes that. Gives your OpenClaw agen...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Your agent forgets who you are between sessions. It gives the same responses every day. It doesn't grow. inner-life-core fixes that. Gives your OpenClaw agen...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/init.sh, scripts/score.sh, scripts/state.sh, templates/BRAIN.md, templates/drive.json

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

inner-life-core

The foundation for an agent's inner life. Emotions, state, protocol.

What This Solves

Without inner-life-core, your agent: Starts every session as a blank slate Has no emotional continuity Can't prioritize based on how things are going Doesn't know when to reach out or stay quiet With inner-life-core, your agent: Tracks 6 emotions with realistic half-life decay Follows a 9-step Brain Loop protocol Routes behavior based on emotional state Knows when to ask, when to act, when to stay silent

Setup

# Initialize state files bash skills/inner-life-core/scripts/init.sh This creates: memory/inner-state.json β€” 6 emotions with decay rules memory/drive.json β€” what the agent is seeking/anticipating memory/habits.json β€” learned habits and user patterns memory/relationship.json β€” trust levels and lessons BRAIN.md β€” 9-step Brain Loop protocol SELF.md β€” personality observation space memory/questions.md β€” curiosity backlog tasks/QUEUE.md β€” task queue

The Emotion Model

6 emotions with half-life decay: EmotionWhat 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 Emotions drive behavior β€” see BRAIN.md Step 3 (Emotion-driven routing).

Context Protocol

4 levels of state reading, so each component reads only what it needs: Level 1 (Minimal): Task-specific data only Level 2 (Standard): inner-state + drive + daily notes + signals Level 3 (Full): Level 2 + habits + relationship + diary + dreams + questions Level 4 (Deep): Level 3 + system docs + weekly digest

Signal & Synapse Tags

Signals (inter-component communication): <!-- dream-topic: topic --> β€” Evening β†’ Night Dream <!-- handoff: task, progress --> β€” Brain Loop β†’ next Brain Loop <!-- seeking-spark: topic --> β€” Night Dream β†’ Morning Brain Loop Synapses (memory connections): <!-- contradicts: ref --> β€” when facts conflict <!-- caused-by: ref --> β€” cause and effect <!-- updates: ref --> β€” when updating old info

Utilities

# Check your Inner Life Score bash skills/inner-life-core/scripts/score.sh # Apply emotion decay manually source skills/inner-life-core/scripts/state.sh && state_decay

Works With

Best experience with the full inner-life suite: inner-life-reflect β€” self-reflection and personality growth inner-life-memory β€” memory continuity between sessions inner-life-dream β€” creative thinking during quiet hours inner-life-chronicle β€” daily diary generation inner-life-evolve β€” self-evolution proposals Also works with: agent-browser, web-search-plus, git, claw-backup, shellf

When Should You Install This?

Install this skill if: Your agent feels robotic and stateless You want emotional continuity between sessions You want behavior that adapts to context You're building a long-running autonomous agent Part of the openclaw-inner-life bundle.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Config
  • SKILL.md Primary doc
  • templates/BRAIN.md Docs
  • scripts/init.sh Scripts
  • scripts/score.sh Scripts
  • scripts/state.sh Scripts
  • templates/drive.json Config