Home Tutorials Categories Skills About
ZH EN JA KO
🍎

Apple Reminders

Reminders Notes & Task Management

Install Command

npx clawhub@latest install applereminders

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Apple Reminders to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Apple Reminders appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Reminder Management List Categories macOS Native

Detailed Description

The Apple Reminders skill uses macOS native APIs to let OpenClaw manage your reminders — a seamless integration for Apple ecosystem users.

Core Features

  • Create Reminders: Create reminders using natural language with automatic time and date parsing
  • Complete Reminders: Mark reminders as completed
  • List Management: View and manage reminders by list
  • Due Date Queries: Query reminders due today or this week
  • iCloud Sync: Syncs to all your Apple devices via iCloud

Configuration

macOS only.

{
  skills: {
    applereminders: {
      defaultList: "OpenClaw"
    }
  }
}

Use Cases

  • "Remind me about the meeting at 9 AM tomorrow"
  • "What reminders are due today?"
  • "Add to the shopping list: milk, bread, eggs"
  • "Mark 'Submit weekly report' as completed"

Notes

This skill is only available on macOS and requires granting the OpenClaw process automation permissions for the Reminders app. Created reminders automatically sync to your iPhone and iPad via iCloud.