reminder-research

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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "reminder-research" with this command: npx skills add nonlinear/reminder-research

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

  4. Setup cronjob


How It Works

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

stock-assistant

A股交易辅助工具,集行情查询、交易记录管理、盈亏分析于一体。 用于:(1) 查询A股实时行情 (2) 管理交易记录 (3) 计算持仓和盈亏 (4) 导入/导出CSV 代码目录:D:\aicode\stock-assistant(跨平台:代码会自动适配路径) 调用方式:from fetcher import get...

Registry SourceRecently Updated
Coding

Api Gateway 1.0.71

Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...

Registry SourceRecently Updated
Coding

Wcs Helper Network Skill

SSH tunnel for China servers to access internationally blocked sites (GitHub, ClawHub, HuggingFace, arXiv, Google, YouTube). Password-auth based, one-command...

Registry SourceRecently Updated
Coding

browser-mcp

使用 Chrome DevTools MCP 协议远程控制 Chrome 浏览器执行网页任务。当用户说"打开网站"、"帮我搜索"、"点进去看看"、"查看详情"、"操作网页"、"打开 ChatGPT/Gemini"等任何需要浏览器自动化执行的任务时触发。支持网站导航、元素交互、表单填写、多步骤跳转、信息提取、SSR...

Registry SourceRecently Updated
2210nasvip