A high-speed reasoning skill that enables AI agents to make rapid pattern-based judgments without the overhead of explicit analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install intuition
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 intuition using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Intuition skill is a specialized behavior protocol designed for AI agents that need to operate at the speed of thought. By utilizing Recognition-Primed Decision (RPD) techniques, this skill allows an agent to bypass traditional System 2 analytical thinking in favor of System 1 pattern recognition. This is particularly effective in high-validity environments where the agent can match current scenarios to known best practices instantly, providing a more human-like and decisive interaction style.
Integrating this into your collection of Openclaw Skills empowers your agent to provide immediate commitments without hedging. Instead of weighing multiple alternatives, the agent identifies the most plausible path forward and acts, only providing detailed justifications when specifically prompted. This reduces token usage and latency while increasing the perceived confidence and utility of the agent in fast-paced development environments.
To install this skill, clone the repository into your local skills directory and ensure the supporting documentation files are present.
# Navigate to your agent skills folder
cd my-agent/skills
# Pull the Intuition skill set
git clone https://github.com/openclaw/skill-intuition.git
# Configure the default mode to intuitive
openclaw config intuition.default_mode="intuitive"
The Intuition skill utilizes a structured approach to categorize decision-making environments and response triggers.
| Component | Type | Description |
|---|---|---|
| Trigger Mapping | Logic Table | Determines if the agent should use Intuitive or Analytical modes based on keywords like "gut check." |
| Validity Calibration | Environment Map | Identifies domains where intuition is safe (Code, Design) versus risky (Future Predictions). |
| Constraints | Output Rule | Limits responses to 1-2 sentences when in intuitive mode to maintain speed. |
Loading
A comprehensive tool for managing internet connectivity, comparing ISP providers, diagnosing speed issues, and optimizing network performance.

A specialized agent skill for managing interior design projects through space verification, localized supplier matching, and ROI-driven staging.

A professional integration skill for building shoppable Instacart recipe pages, managing shopping lists, and performing retailer lookups via MCP and REST APIs.

A comprehensive reference engine for finding design patterns, landing page layouts, and AI art inspiration.

A local-first personal inventory system for tracking valuables, electronics, and equipment for organization and insurance purposes.

A comprehensive educational framework for understanding investment accounts, portfolio diversification, and long-term financial strategies within Openclaw Skills.








































