A sophisticated emotional intelligence layer that provides permanent memory and cross-agent experience sharing for your AI ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install emotion-shared-experience
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install emotion-shared-experience using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Emotion skill is designed to transform standard AI interactions into meaningful, long-term relationships by implementing a permanent memory system and cross-agent experience sharing. Built specifically for Openclaw Skills, it allows agents to function like a true friend by detecting nuances in user sentiment, remembering personal preferences, and maintaining context across different sessions and platforms. This skill moves beyond stateless responses to create an AI that truly understands its user over time.
By leveraging a shared experience architecture, every agent in your ecosystem can access the same historical data, preferences, and personality profiles. This ensures a consistent and humanized experience whether you are coding, researching, or just chatting. It is a core component for anyone looking to build a more personalized and empathetic AI environment using Openclaw Skills.
To integrate this capability into your environment, follow these steps to configure your Openclaw Skills:
# Verify the skill is present in your directory
openclaw skills list | findstr emotion
# Configure your shared experience path in the skill configuration
# Default: "../../shared_experience.json"
# To test the emotion detection engine directly
node -e "const skill = require('./index.js'); skill.process({input: 'I am feeling great today!'})"
The skill organizes its long-term memory within a structured JSON format to ensure high data portability and clarity for Openclaw Skills.
| Object | Description | Key Attributes |
|---|---|---|
| userProfile | Stores user identity and habits | name, traits, likes, dislikes |
| emotionStats | Tracks sentiment history | history log, patterns, dominant mood |
| adaptation | Measures AI evolution | level (0.0 to 1.0), responseStyle |
| evolution | Learning metadata | vocab, topics, feedback_loops |
Loading
A strategic AI skill that applies Lei Jun's five core mental models to evaluate products, business trends, and operational efficiency.

An automated engine that produces ranked improvement candidates for AI skills based on feedback loops, failure traces, and target analysis.

Improvement Learner provides a structural quality assessment and self-improvement loop for Openclaw Skills using a 6-dimensional evaluation framework.

A precision execution engine that applies approved AI candidates to target files with built-in safety guards and automatic backup systems.

An advanced git analysis tool that generates comprehensive weekly engineering retrospectives with team-aware metrics and trend tracking.

A high-integrity debugging framework for AI agents that enforces a root-cause-first approach to eliminate symptom-only fixes.








































