← All skills
Tencent SkillHub · AI

Inner Life Reflect

Your agent repeats the same patterns without learning. inner-life-reflect adds self-reflection with trigger detection and quality gates — your agent observes...

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

Your agent repeats the same patterns without learning. inner-life-reflect adds self-reflection with trigger detection and quality gates — your agent observes...

⬇ 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

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 14 sections Open source page

inner-life-reflect

Self-reflection that actually works. No forced journaling, no filler. 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/habits.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 reflection, agents accumulate experience but never learn from it. They make the same mistakes, miss the same patterns, and their personality stays frozen. inner-life-reflect adds a trigger-based reflection system with quality gates. Your agent writes to SELF.md only when something meaningful happens — not on a schedule, not as routine filler.

Core Principle

SOUL.md = who you are (foundation, change only with user approval) SELF.md = who you're becoming (living observations) Schedule the check, not the content — checks can be periodic; entries must be genuine

Hard Triggers (write now)

Create/update SELF.md entry when: You were corrected on reasoning style or behavior pattern You noticed a repeated bias or avoidance pattern (>=2 times) You made a decision that clearly reflects preference or aversion You caught a blind spot that changed your behavior

Soft Triggers (consider writing)

Subtle tendency shift detected New tone pattern in interactions Mild preference signal from user If only soft triggers exist and quality is low: skip entry, update state only.

Quality Gate

Before writing to SELF.md, pass ALL 4 checks: Specificity — concrete behavior, not generic statement Evidence — based on recent sessions, not vibes Novelty — not a duplicate of last 3 entries Usefulness — could influence future behavior If any check fails: no SELF entry, just state update.

SELF.md Format

  • Short dated entries organized by section:
  • ## Tendencies
  • [2026-03-01] I default to verbose explanations when a short answer would suffice
  • ## Preferences
  • [2026-03-01] I prefer structured approaches over exploratory ones
  • ## Blind Spots
  • [2026-02-28] I underestimate how long file operations take
  • ## Evolution
  • [2026-03-01] Shifted from always asking permission to acting within trust bounds

Micro check (every 3 hours)

Scan for hard/soft triggers. Does NOT auto-write — only decides if reflection is due.

Meso review (weekly)

Read last 7 daily logs + SELF.md Detect recurring shifts Update sections only if real change occurred

Macro review (monthly)

Write 3-5 sentence evolution narrative Compare against previous month Falsifiability check: if entries are stale/generic for a month, adjust trigger thresholds

State Integration

Reads: inner-state.json, habits.json, drive.json, diary (latest) Writes: SELF.md, habits.json (when patterns crystallize into habits) During weekly review: Read habits.json → patterns with strength >= 3 are tendencies Read drive.json → seeking active > 2 weeks are interests Read diary for the week → sustained observations become entries

Boundaries

SELF.md is autonomous observation space SOUL.md is never auto-modified If SELF suggests SOUL changes: propose to user, do not auto-edit

When Should You Install This?

Install this skill if: Your agent keeps making the same mistakes You want your agent to develop a personality over time Your agent's self-model is stale or nonexistent You want quality-gated reflection, not forced journaling Part of the openclaw-inner-life bundle. Requires: inner-life-core

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
1 Docs
  • SKILL.md Primary doc