agentsclimarketplace

Apple reminders

Skill furkangonel/cowrangler/bundled_skills/apple/apple-reminders

Autonomous terminal AI agent for workflows and feasible project procedures. Co-Worker Co-Wrangler 🐙

Install
npx -y skills add furkangonel/cowrangler --skill apple-reminders

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Apple Reminders'ı remindctl ile yönet — ekle, listele, tamamla.

SKILL.md

2.5 KB, as published. Nobody here has run it

Apple Reminders

remindctl CLI aracıyla Apple Reminders'ı doğrudan terminalden yönet. Görevler iCloud ile iPhone/iPad/Mac'e senkronize edilir.

Ön Koşullar

  • macOS ve Reminders.app
  • Kur: brew install steipete/tap/remindctl
  • İstendiğinde Reminders iznini ver
  • Kontrol: remindctl status / İzin iste: remindctl authorize

Ne Zaman Kullan

  • Kullanıcı "hatırlatıcı" veya "Reminders uygulaması" dediğinde
  • iOS'a senkronize olacak kişisel görevler oluştururken
  • Apple Reminders listelerini yönetirken

Ne Zaman Kullanma

  • Ajan zamanlamaları → cron aracını kullan
  • Takvim etkinlikleri → Apple Calendar veya Google Calendar
  • Proje görev yönetimi → GitHub Issues vb.
  • Kullanıcı "hatırlat" diyorsa ajan uyarısı mı yoksa Apple Reminders mı istediğini önce sor

Hızlı Referans

Hatırlatıcıları Görüntüle

remindctl                    # Bugünkü hatırlatıcılar
remindctl today              # Bugün
remindctl tomorrow           # Yarın
remindctl week               # Bu hafta
remindctl overdue            # Geçmiş tarihli
remindctl all                # Tümü
remindctl 2026-06-15         # Belirli tarih

Listeleri Yönet

remindctl list               # Tüm listeleri göster
remindctl list İş            # Belirli listeyi göster
remindctl list Projeler --create    # Liste oluştur
remindctl list İş --delete         # Liste sil

Hatırlatıcı Oluştur

remindctl add "Süt al"
remindctl add --title "Annemi ara" --list Kişisel --due tomorrow
remindctl add --title "Toplantı hazırlığı" --due "2026-02-15 09:00"

Tamamla / Sil

remindctl complete 1 2 3          # ID ile tamamla
remindctl delete 4A83 --force     # ID ile sil

Çıktı Formatları

remindctl today --json       # Scripting için JSON
remindctl today --plain      # TSV formatı
remindctl today --quiet      # Yalnızca sayılar

Tarih Formatları

--due ve filtreler için:

  • today, tomorrow, yesterday
  • YYYY-MM-DD
  • YYYY-MM-DD HH:mm
  • ISO 8601 (2026-01-04T12:34:56Z)

Kurallar

  1. "Hatırlat" denildiğinde netleştir: Apple Reminders (telefona senkronize) mi yoksa ajan cronjob uyarısı mı?
  2. Oluşturmadan önce içerik ve tarihi onayla
  3. Programatik ayrıştırma için --json kullan

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.