An AI-driven minimal diary for daily journaling and task tracking with intelligent auto-tagging and Markdown support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mini-diary
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 mini-diary using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Mini Diary is a lightweight, AI-enhanced journaling solution designed for developers and power users who prefer the command line. As one of the versatile Openclaw Skills, it allows you to maintain work logs, project notes, and personal thoughts in a clean Markdown format. The core strength of the skill lies in its ability to automatically categorize your entries using AI-driven tagging, ensuring your data remains organized without manual effort.
By prioritizing a small footprint and an open data format, this skill ensures that your logs are portable and easy to manage. Whether you are tracking daily progress or managing complex project notes, Mini Diary provides a structured yet flexible environment to capture information quickly and efficiently.
To get started, install the skill via ClawHub:
clawhub install mini-diary
Configure your environment variables to set the diary location and optional cloud synchronization:
# Define your diary file path
export DIARY_FILE="$HOME/my-diary.md"
# Optional: Set your NextCloud sync directory
export NEXTCLOUD_SYNC_DIR="/path/to/nextcloud/diary"
Mini Diary utilizes a transparent Markdown structure for its data storage, allowing for easy parsing and human readability. The data is organized as follows:
| Element | Format | Description |
|---|---|---|
| Date Header | ## 📅 YYYY-MM-DD | Daily section separator for organization |
| Notes Section | ### 📝 Notes | A list of daily entries with associated AI tags |
| Todo Section | ### ✅ Todos | Standard Markdown task lists using [ ] and [x] |
| Tag Metadata | Emoji Tags | Visual tags like 💰 for finance or 🔧 for support |
| Custom Rules | JSON | User-defined tagging logic stored in a separate configuration file |
Loading
A three-tier task routing logic designed to minimize API costs by escalating from Flash to Plus models only when complexity requires it.

A high-performance, database-first security tool for Openclaw Skills that provides instant detection of cryptocurrency scams and malicious blockchain addresses.

An AI-driven cryptocurrency safety assistant that provides instant, database-backed protection against blockchain scams and phishing.

A high-performance, database-first security tool for identifying cryptocurrency scams and malicious addresses instantly.

An advanced web search and content extraction skill that provides AI agents with real-time snippets, dynamic fragments, and full-text data for deep research.

A high-performance web search skill providing real-time information, dynamic summaries, and full-text extraction for AI agents.








































