بنقرة واحدة
reminder-research
Natural language task queue via Apple Reminders. Agent executor with 🤖 tracking.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Natural language task queue via Apple Reminders. Agent executor with 🤖 tracking.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | reminder-research |
| description | Natural language task queue via Apple Reminders. Agent executor with 🤖 tracking. |
| 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 |
Turn Apple Reminders into a natural language task queue
Published: https://clawhub.ai/nonlinear/reminder-research
Ask questions. Trigger skills. Delegate tasks.
Install dependencies
brew install steipete/tap/remindctl jq
Authorize reminders access
remindctl authorize
Install skill
openclaw skill install nonlinear/reminder-research
Setup cron (LaunchAgent recommended, 3AM daily)
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]
remindctl: brew install steipete/tap/remindctljq: brew install jqAgent 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 🤖
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