LaunchKit · 2026
Back to Skills

smart-daily-assistant

When user asks to set reminders, save quick notes, get morning briefing, draft messages, use quick reply templates.

2
335 downloads
by @mkpareek0315

Setup & Installation

openclaw skills install @mkpareek0315/smart-daily-assistant

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install smart-daily-assistant

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.

INPUT

User asks: "remind me to call mom at 6pm"

AGENT
  1. 1Read reminders.json to load existing reminders
  2. 2Parse the task name and target time from the user message
  3. 3Create a new reminder entry with id, task, time, date, and status fields
  4. 4Write the updated reminders array back to reminders.json
  5. 5Return a formatted confirmation showing the task and scheduled time
OUTPUT

Reminder confirmation card showing 'Call mom' at 6:00 PM with options to view all reminders