A self-learning decision framework that enables AI agents to safely automate consequential project choices over time.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install decide
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 decide using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Decide skill empowers your AI agent to transition from constant questioning to safe autonomy by learning your decision-making patterns. Unlike simple preference logging, this Openclaw Skills entry focuses on high-stakes branching choices—such as architectural shifts, vendor selections, and budget allocations—ensuring every autonomous move is backed by historical context and explicit human confirmation.
It bridges the gap between manual oversight and intelligent automation by building a durable memory of why certain choices were made. By systematically analyzing the components of a decision rather than relying on vague preferences, the agent builds a reliable knowledge base that scales with your project's complexity.
To begin using this skill, you must establish the local state directory to store your agent's learning progress.
# Create the decision storage directory and subfolders
mkdir -p ~/decide/domains/
# Initialize the memory and decision logs
touch ~/decide/memory.md ~/decide/decisions.md
# Sync the skill with your agent environment
clawhub sync decide
The Decide skill organizes data locally within the ~/decide/ directory to maintain privacy and accessibility for Openclaw Skills integrations.
| File/Folder | Description |
|---|---|
memory.md |
Contains durable decision rules, approval boundaries, and confirmed defaults. |
decisions.md |
A chronological log of major decisions, including question, components, and rationale. |
domains/ |
Directory for domain-specific component models, overrides, and unique exceptions. |
components.md |
Reference guide for factors that materially affect the decision-making lifecycle. |
Loading
A comprehensive operational framework for designing and maintaining high-performance databases while avoiding reliability and integrity pitfalls.

A privacy-first personal dating system built to track connections, plan thoughtful dates, and log meaningful reflections using Markdown files.

A robust database operating system for managing schemas, migrations, and recovery readiness with high reliability.

A developer-centric skill for building custom, locally-hosted data dashboards from any source using automated fetch scripts and static HTML.

A strategic task orchestration skill that routes work to sub-agents using cost-benefit analysis and tiered model selection.

A comprehensive agent skill for building secure TypeScript applications using the Deno runtime while avoiding common permission and dependency pitfalls.








































