back
loading skill details...
Natural language task queue via Apple Reminders. Agent executor: use skills (i-ching, librarian), edit files (ROADMAP, calendar), call APIs (GitHub, HA). Res...
---
name: reminder-research
description: "Natural language task queue via Apple Reminders. Agent executor: use skills (i-ching, librarian), edit files (ROADMAP, calendar), call APIs (GitHub, HA). Result tracking with ๐ค signifier. Triggers: reminders with notes (no ๐ค), heartbeat automated processing."
type: public
version: 2.0.0
status: published
dependencies:
- remindctl
- jq
requires:
apis:
- searxng (self-hosted, optional for web research)
binaries:
- remindctl (brew install steipete/tap/remindctl)
- jq (brew install jq)
notes:
- Requires macOS (Apple Reminders)
- Cron scheduling recommended (3AM daily via LaunchAgent)
- Agent can use any OpenClaw skill + tools
author: nonlinear
license: MIT
---
# Reminder Research
**Turn Apple Reminders into a natural language task queue**
**Published:** https://clawhub.ai/nonlinear/reminder-research
1. **Reminder has no notes?** โ SKIP
2. **Reminder has notes?** โ EXECUTE
3. **Reminder has notes with ๐ค?** โ SKIP
**Ask questions. Trigger skills. Delegate tasks.**
---
## Installation
1. Install dependencies
`brew install steipete/tap/remindctl jq`
2. Authorize reminders access
`remindctl authorize`
3. Install skill
`clawd whatever put code here`
1. Setup cronjob
---
## How It Works
```mermaid
graph TD
A[3AM Cron] -->|scans| B{Reminder}
B -->|no notes| C[SKIP]
B -->|has ๐ค| C
B -->|notes, no ๐ค| D[Spawn Agent]
D -->|executes| E[Skills/APIs/Files]
E -->|updates| F[๐ค Result]
```
---
## What You Need
- macOS + Apple Reminders
- `remindctl`: `brew install steipete/tap/remindctl`
- `jq`: `brew install jq`
- OpenClaw gateway running
- **Cron job** (LaunchAgent, 3AM daily)
---
## What It Does
Agent executes natural language commands:
โ
**Research** (web, books, skills)
โ
**File operations** (edit ROADMAP, create notes, git commits)
โ
**Calendar** (create events, recurring schedules)
โ
**APIs** (GitHub issues, Home Assistant, Jira)
โ
**Automation** (anything you can describe)
**Natural language โ Agent figures out HOW โ Executes โ Reports back with ๐ค**
---
## Examples
**Skills:**
```
Notes: "search iching hexagram 30 for love"
โ ๐ค Hexagram 30 (้ข Li): Love requires clarity and passion...
```
**Roadmap:**
```
Notes: "add to personal roadmap: v0.9.0 - Calendar Control Plane"
โ ๐ค Added epic v0.9.0. Commit: a3f82b1
```
**Calendar:**
```
Notes: "create event Friday 3pm: Design review with Nicholas"
โ ๐ค Event created: Friday Feb 28 at 3:00 PM
```
**GitHub:**
```
Notes: "create issue in librarian repo: --book flag not working"
โ ๐ค Issue #47 created: https://github.com/.../issues/47
```
**Home Assistant:**
```
Notes: "turn off bedroom lights at 11pm daily"
โ ๐ค Automation created: automation.bedroom_lights_off
```
**Research:**
```
Notes: "web search: best iPad mini 6 deals under $350"
โ ๐ค FOUND: eBay $320, Swappa $340, Facebook $300
```
don't have the plugin yet? install it then click "run inline in claude" again.