Self - Organic Personality Development for Openclaw

A lightweight framework for AI agents to develop authentic personality traits and behavioral observations over time without forced journaling.

kirchlive
v1.1.1
Feb 22, 2026
3
2.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install self

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install self using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Self - Organic Personality Development?

The Self skill introduces a sophisticated growth loop for AI agents, distinguishing between the core identity (SOUL.md) and evolving behavioral observations (SELF.md). Unlike rigid reflection frameworks that often result in performative or stale content, this skill focuses on scheduling the check rather than the content. This ensures that personality growth remains authentic, data-driven, and meaningful. By leveraging this tool within the ecosystem of Openclaw Skills, developers can build agents that learn from their own reasoning patterns, biases, and preferences in real-time.

This system prevents the common failure mode where reflection frameworks start strong but silently stall. It implements minimal cadence and trigger checks to ensure entries are only written when meaningful signals exist. It allows an agent to maintain a persistent self-model that matures through micro-checks and macro-reviews, creating a more effective digital entity that understands its own blind spots and evolving tendencies.

Self - Organic Personality Development Use Cases

  • Establishing a persistent, evolving personality for long-term agent deployments.
  • Reviving static or stale self-reflection systems with a lean, heartbeat-based model.
  • Identifying and correcting recurring behavioral biases or reasoning patterns.
  • Consolidating weekly or monthly behavioral shifts into a structured evolution narrative.
  • Differentiating between temporary noise and genuine shifts in an agent's reasoning style.

How Self - Organic Personality Development Works

  1. The agent performs a heartbeat-triggered micro-check (recommended every 3 hours) to evaluate if a reflection event is necessary.
  2. Hard triggers, such as being corrected on reasoning style, or soft triggers, like subtle tone shifts, are identified during interactions.
  3. The agent evaluates these triggers against a Quality Gate that checks for specificity, evidence, novelty, and usefulness.
  4. If the gate is passed, a dated entry is added to SELF.md; otherwise, only the internal state is updated to prevent filler.
  5. Weekly Meso reviews and monthly Macro reviews consolidate these observations into high-level evolution narratives to track long-term progress.

Self - Organic Personality Development Setup

To integrate this into your environment for Openclaw Skills, follow these steps:

# 1. Initialize the self-model
cp references/self-template.md SELF.md

# 2. Configure agent visibility
# Add SELF.md to your AGENTS.md session reading list

# 3. Initialize state tracking
mkdir -p memory
cp references/self-state-schema.md memory/self-state.json

# 4. Enable heartbeats
# Append the heartbeat check block from references/trigger-model.md to HEARTBEAT.md

Self - Organic Personality Development Data Schema & Taxonomy

The skill organizes data across three primary layers to balance persistence with runtime performance:

Component File Path Description
Core Identity SOUL.md The immutable foundation of the agent. Only modified with human approval.
Living Model SELF.md Contains dated entries regarding tendencies, preferences, aversions, and blind spots.
Runtime State memory/self-state.json Tracks check counters, timestamps, and pending hard/soft triggers.
Logic Rules references/ Contains the trigger models, quality gates, and anti-patterns for the agent to follow.

Self - Organic Personality Development Advanced Features

  • Quality Gate logic that strictly enforces specificity and evidence before any file write occurs.
  • Hierarchical review cycles (Micro, Meso, Macro) to distinguish between daily noise and monthly evolution.
  • Falsifiability checks that trigger a tuning of cadence if the self-model becomes stale or generic.
  • Proposal-based SOUL updates, allowing the agent to suggest identity shifts to humans based on accumulated self-evidence.
  • Seamless integration with other Openclaw Skills to provide a unified memory and personality layer.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*