A professional decision-tracking skill that records rationales and automatically evaluates results after 30 days.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install decision-log
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 decision-log using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Decision Log skill is a sophisticated tool designed to build institutional memory for both human developers and AI agents. By integrating this into your Openclaw Skills library, you enable a structured workflow for capturing the 'why' behind every choice, including the rationale, considered alternatives, and anticipated outcomes. It moves beyond simple logging by implementing a feedback loop that evaluates the success of decisions over time.
This skill is essential for maintaining clarity in complex projects where technical or strategic pivots occur frequently. By utilizing the Openclaw Skills architecture, it ensures that every significant action is backed by documented intent, which can be queried and reviewed later to refine future decision-making logic.
To start using this within your Openclaw Skills environment, ensure your file structure is prepared and the skill is registered in your agent's manifest.
# Create the necessary memory directory
mkdir -p memory/decisions
# Configure your agent to recognize the decision-log skill
# (Refer to your specific agent provider documentation for skill registration)
The skill maintains a highly organized data structure to ensure compatibility across different Openclaw Skills implementations:
| Attribute | Format / Location | Description |
|---|---|---|
| Storage Path | memory/decisions/YYYY-MM-DD-{slug}.md |
Standardized file naming convention |
| File Format | Markdown | Includes headers for Date, Status, Rationale, and Expected Results |
| Event Log | events/decision-YYYY-MM-DD.json |
JSON-formatted event published to the system bus |
| Metadata | YAML/Markdown | Tracks 'Decided', 'Review Pending', or 'Results Confirmed' states |
Loading
A lightweight web collection utility for extracting structured data and monitoring site changes without a headless browser.

An automated sales aggregation and reporting skill for e-commerce platforms with multi-channel delivery.

An automated workflow for creating and preparing 5-slide Instagram-ready card news image sets from a single topic.

A professional AI agent skill for generating government funding plans, investor pitch decks, and technical infrastructure architecture.

A comprehensive Git automation skill that streamlines status checks, smart commits, and safe pushes with intelligent defaults.

A resilient self-healing system designed to monitor, backup, and automatically recover the Openclaw Skills gateway from process or configuration failures.








































