← 返回
未分类 中文

reminder research

Natural language task queue via Apple Reminders. Agent executor: use skills (i-ching, librarian), edit files (ROADMAP, calendar), call APIs (GitHub, HA). Res...
Natural language task queue via Apple Reminders. Agent executor: use skills (i-ching, librarian), edit files (ROADMAP, calendar), call APIs (GitHub, HA). Res...
nonlinear nonlinear 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 489
下载
💾 0
安装
1
版本
#latest

概述

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

  1. Authorize reminders access

remindctl authorize

  1. Install skill

clawd whatever put code here

  1. 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

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-12 05:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,518 📥 574,331
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,163 📥 935,831
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 344,552