一键导入
slk-dnd
Do-Not-Disturb status and snooze
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Do-Not-Disturb status and snooze
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Manage Slack credentials
Manage channel bookmarks
Create, read, update, list canvases
List and manage channels
List custom emoji
List and manage files
基于 SOC 职业分类
| 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 |