Dynamic personality evolution for OpenClaw agents. Learn interaction patterns, adapt tone, and mode switching.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill personality-dynamics --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Personality Dynamics?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-personality-dynamics)More formats (shields.io, HTML) on the badges page.
---
name: personality-dynamics
description: Dynamic personality evolution for OpenClaw agents. Learn interaction patterns, adapt tone, and mode switching.
metadata: { "openclaw": { "requires": { "bins": ["node"], "files": ["SOUL.md", "MEMORY.md"] } } }
---
# Personality Dynamics
Transform your OpenClaw agent from a static assistant into a dynamic companion that learns your preferences and adapts to your communication style.
## What It Does
### 1. Pattern Recognition
Tracks how you interact:
- Communication style (bullet points vs paragraphs)
- Response preferences (autonomous vs ask first)
- Engagement topics (what excites you vs bores you)
### 2. Mode Switching
Explicit personas for different contexts:
- **Professional Mode** — Work communications, formal contexts
- **Creative Mode** — Brainstorming, building, experimental
- **Casual Mode** — Late night, relaxed, friendly banter
- **Focus Mode** — Minimal chatter, maximum efficiency
### 3. Auto-Evolution
Weekly analysis generates suggestions for SOUL.md updates.
## Quick Start
```bash
# Initialize
npx personality-dynamics init
# Generate AI-powered persona
npx personality-dynamics generate
```
## Commands
- `init` - Initialize PERSONA folder
- `generate` - AI-powered persona generation
- `analyze` - Analyze session patterns
- `report` - Weekly evolution report
- `mode [set/get]` - Switch personality modes
## Configuration
Enable via OpenClaw config:
```json
{
"personality": {
"enabled": true,
"evolution_frequency": "weekly"
}
}
```
## License
MIT
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!