A sophisticated preference-learning skill for Openclaw Skills that personalizes AI communication style through explicit user feedback.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install chat
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 chat using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Chat skill is a dynamic adaptation layer designed for Openclaw Skills that enables AI agents to refine their interaction style over time. Unlike static configurations, this skill utilizes a structured learning process to capture explicit user signals regarding tone, formatting, and technical depth. By maintaining an external memory of user-approved preferences, it ensures that every interaction feels tailored to the user's professional requirements without the need for manual prompt engineering.
To set up this skill for your Openclaw Skills environment, initialize the dedicated storage directory and tracking files with the following commands:
mkdir -p ~/chat
touch ~/chat/memory.md ~/chat/experiments.md ~/chat/rejected.md
The Chat skill organizes its learning data within a dedicated directory structure to ensure privacy and persistence:
| File | Purpose | Logic |
|---|---|---|
memory.md |
Stores confirmed preferences | One-line entries, max 50 lines |
experiments.md |
Tracks temporary patterns | Observed 1-2 times |
rejected.md |
Logs explicitly denied styles | Prevents future proposals |
dimensions.md |
Defines preference categories | Internal reference |
Loading
A local-first communication and coordination framework that allows multiple AI agents to collaborate, delegate tasks, and maintain shared state within a workspace.

A technical resource and automation assistant for integrating Chainlink oracle services and managing LINK tokens across decentralized networks.

A strategic AI agent skill designed to drive systematic business growth through acquisition loops, retention frameworks, and rapid experimentation.

A strategic AI skill that acts as a virtual Chief Data Officer to drive data governance, analytics, and AI/ML initiatives.

A professional framework for mastering ChatGPT through structured prompt packets, intelligent surface routing, and rigorous output quality assurance.

A professional-grade culinary assistant skill for managing recipes, techniques, and dietary adaptations with technical precision.








































