# Slack Reminders

> Schedule Slack reminders. Use when the user asks to schedule, remind, or send a Slack message at a specific time.

- Skill: `alberduris/slack-reminders` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add alberduris/slack-reminders`
- Raw SKILL.md: https://api.skillmd.com/api/skills/alberduris/slack-reminders/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: alberduris (https://skillmd.com/u/alberduris)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/alberduris/slack-reminders

---


[!EXECUTE]: Run the script with MESSAGE and DATETIME. The script lives at `scripts/schedule-reminder.sh` relative to this skill's directory.

```bash
./scripts/schedule-reminder.sh "<message>" "<datetime>"
```

[!DATETIME-FORMATS]: The script accepts these formats: ISO `2026-01-17 10:00`, relative `+1h` `+30m` `+2d`, natural `tomorrow 09:00` `friday 14:30`. Always prefer ISO for precision.

[!OUTPUT]: On success the script prints the scheduled message ID and post_at timestamp. On failure it prints the error from Slack API. Report success or failure to the user accordingly.

