slack-reminders

Create and manage Slack reminders via natural language commands.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/chaddorsey/letta-code --skill slack-reminders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-reminders
Source: https://github.com/chaddorsey/letta-code/tree/main/.skills/slack-reminders
Command: npx skills add https://github.com/chaddorsey/letta-code --skill slack-reminders

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Slack Reminders Skill addresses the need for effective reminder management within Slack channels, eliminating the need for separate applications or tools.

Core Features & Use Cases

  • Create Reminders: Schedule reminders with natural language or specific Unix timestamps.
  • List & Manage: View, mark as complete, and delete reminders easily.
  • Customizable: Set reminders for yourself or others in the channel.
  • Use Case: Need to remind a team member to submit a report at a certain time? Use Slack Reminders to create a one-time or recurring reminder directly in the channel.

Quick Start

Add a reminder for a team meeting using the command 'slack reminders add --body '{"text": "Team meeting", "time": "tomorrow at 10am"}''

Frequently Asked Questions about slack-reminders

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate reminder creation in Slack channels?

Automate reminder creation in Slack by using scripts that leverage natural language processing and direct channel integration. You can schedule reminders with specific text and times directly within your workspace.

What's the best way to manage team reminders without leaving Slack?

Managing team reminders without leaving Slack is achieved by using integrated scripts to create, list, mark as complete, and delete reminders. This eliminates the need for separate task scheduling applications.

Do I need Slack API access to schedule reminders for team members?

Yes, Slack API access and user authorization are required to execute commands for scheduling reminders. These credentials allow the scripts to interact with your Slack channels and manage tasks.

Can I use natural language to schedule task reminders in Slack?

Yes, you can use natural language to schedule task reminders in Slack. The automation accepts inputs like 'tomorrow at 10am' or specific Unix timestamps to set meetings and follow-ups.

Are there limitations to setting recurring reminders for others in a Slack channel?

Limitations include the requirement of Slack API access and user authorization for command execution. Reminders can be set for yourself or others in the channel, but depend on proper authentication setup.