A dynamic evolution system that allows OpenClaw agents to learn interaction patterns, adapt their tone, and switch between specialized personas.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install personality-dynamics
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 personality-dynamics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Personality Dynamics transforms static AI assistants into evolving companions by implementing a sophisticated feedback loop between user interactions and agent behavior. As a key component of Openclaw Skills, this tool analyzes communication styles and engagement topics to refine the agent's persona over time. It ensures that the AI's tone and responsiveness remain aligned with the user's specific needs, whether they require a formal professional assistant or a creative brainstorming partner.
By leveraging existing MEMORY.md and SOUL.md files, the skill creates a persistent and adaptive identity. This evolution is not just superficial; it involves deep pattern recognition of how a user prefers to receive information, ranging from concise bullet points to detailed technical paragraphs, making the interaction feel more natural and personalized.
To integrate this into your workflow, initialize the environment using the following commands:
# Initialize the persona folder
npx personality-dynamics init
# Generate the initial AI-powered persona
npx personality-dynamics generate
Enable the evolution features within your OpenClaw configuration:
{
"personality": {
"enabled": true,
"evolution_frequency": "weekly"
}
}
The skill manages agent identity through a structured file system and metadata taxonomy:
| File/Folder | Description |
|---|---|
SOUL.md |
The primary document governing core traits and personality evolution. |
MEMORY.md |
Stores long-term interaction patterns and user preferences. |
/PERSONA |
Directory containing specific configuration files for different interaction modes. |
report |
Markdown-based weekly summaries of suggested personality shifts. |
Loading
An automated crawler and conversational agent that generates properly formatted llms.txt files to make websites readable and transactable for AI agents.

An AI-powered endurance coaching skill providing personalized training plans and performance analytics for multisport athletes.

A conversational AI integration for Strava that enables athletes to query performance trends, analyze fatigue, and generate structured workouts.

A powerful tool for AI agents to search and retrieve real-time endurance race data including running, triathlons, and cycling events.

A powerful tool for generating SRT subtitles, translating audio, and burning hardcoded captions into videos using specialized Hebrew and English AI models.

A hierarchical documentation system that allows AI agents to navigate and understand complex codebases without reading every source file directly.








































