Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A local AI personal assistant with 20 features including reminders, quick notes, morning briefings, message drafting, habit tracking, expense logging, and contact notes. All data is stored in local files under ~/.openclaw/smart-daily-assistant/ with no external network calls.
Covers 20 personal assistant tasks in one conversational interface while keeping all data on the local machine with no accounts or API keys required.
When to use it
- Setting a timed reminder to call a family member
- Drafting three reply options when a boss asks about working Saturday
- Logging a dinner expense and checking weekly spending
- Marking gym as done and seeing a habit streak
- Getting a morning briefing of the day's reminders and pending notes
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: "remind me to call mom at 6pm"
- 1Read reminders.json to load existing reminders
- 2Parse the task name and target time from the user message
- 3Create a new reminder entry with id, task, time, date, and status fields
- 4Write the updated reminders array back to reminders.json
- 5Return a formatted confirmation showing the task and scheduled time
Reminder confirmation card showing 'Call mom' at 6:00 PM with options to view all reminders