ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

reminders

Search, create, complete, edit, and delete macOS Reminders. Use proactively — when the user asks to be reminded of something, mentions a task or to-do, or wants to check upcoming reminders.

Why use this skill?

Seamlessly search, create, and manage your macOS Reminders using the OpenClaw agent. Boost your productivity with native, terminal-based task automation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sheldenshi/reminders
Or

What This Skill Does

The reminders skill provides a powerful command-line interface for managing macOS Reminders directly through OpenClaw. This utility allows you to search, create, complete, edit, and delete reminders without ever leaving your terminal or agent interface. By leveraging built-in macOS automation tools, this skill ensures zero dependencies, offering a lightweight and native experience for task management. Whether you are organizing complex work projects or simply keeping track of your daily shopping list, this skill integrates your task management into your AI agent's workflow.

Installation

To integrate this skill, use the ClawHub CLI. Run the following command in your terminal: clawhub install openclaw/skills/skills/sheldenshi/reminders After installation, the first time you execute a command, macOS will request permission to access your Reminders. Ensure you click 'Allow' to enable the necessary read and write operations.

Use Cases

This skill is designed for proactive task management. It is best used for:

  • Tracking urgent to-dos by creating reminders with specific due dates and priorities.
  • Managing multiple lists simultaneously to keep personal, work, and grocery tasks separate.
  • Quickly reviewing upcoming commitments by listing incomplete tasks across all categories.
  • Seamlessly marking tasks as 'Done' while working, keeping your digital to-do list in sync with your actual output.
  • Editing existing reminders to update notes or move due dates as your project timelines evolve.

Example Prompts

  1. "Remind me to finish the project documentation tomorrow at 10 AM."
  2. "What do I need to do for work today?"
  3. "I just finished buying the milk, mark that as complete."

Tips & Limitations

  • Proactive Usage: Don't wait for a prompt; if you mention a task, use the skill immediately to ensure it is recorded.
  • ISO 8601: Always provide dates in ISO 8601 format (YYYY-MM-DDTHH:MM:SS) for the --due and --remind arguments to avoid parsing errors.
  • Search Precision: When completing or editing, ensure your query is specific enough to identify a unique reminder. If multiple reminders match your query, the system will prompt you for clarification.
  • Lists: Organizing by list name (--list) will keep your data structured, especially if you have many reminders.

Metadata

Stars1015
Views8
Updated2026-02-15
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sheldenshi-reminders": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#macos#tasks#reminders#automation
Safety Score: 4/5

Flags: file-read, file-write, code-execution