A specialized feedback loop for AI agents to develop refined aesthetic judgment and calibration by learning directly from human preferences.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install taste
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 taste using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Taste skill is a framework designed to bridge the gap between an AI's objective processing and human aesthetic judgment. It operates on the core principle that taste is a learned trait acquired through exposure and iterative feedback from a human collaborator. By implementing this skill, an agent moves from being uncalibrated to becoming a refined partner in creative tasks.
As a foundational part of the Openclaw Skills ecosystem, it provides a structured way for agents to ask genuine questions, record corrections, and extract transferable patterns. This ensures that the agent's output aligns with the specific aesthetic standards and nuances of the user, rather than relying on generic model defaults.
To initialize this functionality within Openclaw Skills, create the required directory structure in your home directory:
mkdir -p ~/taste/{corrections,preferences,patterns}
touch ~/taste/calibration.md
Ensure that you have the reference files like visual.md or writing.md available in your agent's knowledge base to serve as the initial baseline for judgment.
The skill organizes its learning data within the ~/taste/ directory using the following taxonomy:
| Directory/File | Description |
|---|---|
corrections/ |
Subfolders per domain containing date-stamped Markdown files of specific corrections. |
preferences/ |
Documents human-stated aesthetic preferences categorized by domain (e.g., design, writing). |
patterns/ |
Extracted generalizable rules derived from accumulated corrections. |
calibration.md |
A master ledger tracking the agent's current confidence level (Uncalibrated, Learning, Calibrating, Calibrated) per domain. |
antipatterns.md) when evaluating aesthetic work.Loading
A conversational task manager for Openclaw Skills that brings professional GTD workflows to your AI coding agent through a local, file-based workspace.

Integrate real-time voice capabilities, phone agents, and live speech interactions into your AI agentic workflows.

An AI-powered tai chi companion for building practice plans, improving form alignment, and tracking balance-focused consistency.

A specialized architectural framework for designing high-availability infrastructure, secure networks, and scalable cloud systems.

A comprehensive planning and research framework for tattoo discovery, cultural validation, and physical preparation.

A comprehensive AI agent skill for managing every aspect of ground transportation from price comparison to expense tracking.








































