with one click
slk-dnd
Do-Not-Disturb status and snooze
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Do-Not-Disturb status and snooze
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Manage Slack credentials
Manage channel bookmarks
Create, read, update, list canvases
List and manage channels
List custom emoji
List and manage files
| name | slk-dnd |
| description | Do-Not-Disturb status and snooze |
| metadata | {"version":"0.8.1","openclaw":{"category":"productivity","requires":{"bins":["slk"]},"cliHelp":"slk dnd --help"}} |
Do-Not-Disturb status and snooze
PREREQUISITE: Read
../slk-shared/SKILL.mdfor auth, global flags, security rules, and exit codes. If missing, runslk generate-skills.
| Command | Description |
|---|---|
slk dnd end | End the active DND period |
slk dnd end-snooze | End the active DND snooze |
slk dnd info | Show DND status for a user (or the caller) |
slk dnd snooze | Start a DND snooze for the given number of minutes |
slk dnd team | Show DND status for a comma-separated list of users |
End the active DND period
Slack API: dnd.endDnd
slk dnd end
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.
End the active DND snooze
Slack API: dnd.endSnooze
slk dnd end-snooze
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.
Show DND status for a user (or the caller)
Slack API: dnd.info
slk dnd info [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--user | — | — | user ID (omit for the calling user) |
Start a DND snooze for the given number of minutes
Slack API: dnd.setSnooze
slk dnd snooze [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--minutes | ✓ | 0 | number of minutes to snooze |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.
Show DND status for a comma-separated list of users
Slack API: dnd.teamInfo
slk dnd team [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--users | ✓ | — | comma-separated user IDs |