An emergent psychological affect system that transforms interaction data into complex internal states and behavioral snapshots for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawpsyche
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 clawpsyche using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Psyche Engine is a sophisticated framework designed to give AI agents an emergent internal life. By processing every interaction through a complex system of mood, trauma, attachment, and social awareness, it generates a compact affect snapshot. This enables developers using Openclaw Skills to create more realistic, emotionally responsive, and context-aware digital entities.
The system tracks long-term relationship dynamics, personality shifts, and even internal consciousness indices, allowing the agent to react not just to the current prompt, but to the cumulative weight of its historical experiences with specific users. This makes it an essential tool for those building advanced agents within the Openclaw Skills ecosystem who require deep character consistency.
To integrate this into your agent, ensure you have the psyche-engine directory within your Openclaw Skills environment.
Initialize your state file and run the runner after each turn:
python3 ~/clawd/skills/psyche-engine/psyche_runner.py \
--state ~/clawd/soul/psyche_state.json \
--tags "validation,learned" \
--valence 0.6 \
--arousal 0.4 \
--user "unique_user_id"
The engine organizes its internal psyche using a JSON state file and produces a condensed metadata string for prompt injection.
| Snapshot Key | Represents |
|---|---|
| a | Affective Tone flags (e.g., warm, hostile, flirty) |
| att | Attachment Style (e.g., secure, avoidant) |
| m | Mood level (numeric scale) |
| s | Stress or Tension level |
| c | Confidence or Consciousness index |
| w | Openness/Willingness to interact |
Loading
A CLI-driven micro-payment tool that enables AI agents and humans to send quality signals through financial tipping.

A Microsoft Research framework for optimizing AI agents through Reinforcement Learning and prompt tuning with zero code changes.

A mechanical enforcement framework that uses git hooks and scripts to ensure AI agents follow project standards and security protocols.

A specialized skill for remote SSH management of high-performance 4090 servers hosting Dify and Docker-based AI infrastructure.

A versatile skill for creating high-quality QR codes and decoding data from image files or screenshots.

A versatile utility for generating high-quality QR codes from text or URLs and decoding data from existing images and screenshots.








































