# Apple Reminders

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

- **Type:** Skill
- **Install:** `agentstack add skill-furkangonel-cowrangler-apple-reminders`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [furkangonel](https://agentstack.voostack.com/s/furkangonel)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [furkangonel](https://github.com/furkangonel)
- **Source:** https://github.com/furkangonel/cowrangler/tree/main/bundled_skills/apple/apple-reminders
- **Website:** https://cowrangler.com

## Install

```sh
agentstack add skill-furkangonel-cowrangler-apple-reminders
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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

```bash
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

```bash
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

```bash
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

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

### Çıktı Formatları

```bash
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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [furkangonel](https://github.com/furkangonel)
- **Source:** [furkangonel/cowrangler](https://github.com/furkangonel/cowrangler)
- **License:** MIT
- **Homepage:** https://cowrangler.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-furkangonel-cowrangler-apple-reminders
- Seller: https://agentstack.voostack.com/s/furkangonel
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
