slack-workspace-cleanup

Installation
SKILL.md

Slack Workspace Cleanup

Use Chrome DevTools Protocol through the existing logged-in Chrome session. Treat Slack workspaces as the target; do not call them channels in status reports.

Safety boundary

  • Never click Deactivate, Deactivate Account, Yes, deactivate my account, or any equivalent confirmation unless the user separately and explicitly asks to perform the deactivation.
  • Opening /account/deactivate is a preparation step, not a deactivation.
  • Do not sign out, remove members, delete profile data, change settings, or authenticate to an additional workspace unless the user asks for that specific action.
  • Do not invent workspace URLs. Obtain workspace links or slugs from the current Slack DOM, then resolve the workspace-specific account page.
  • Report any workspace that cannot be opened instead of silently omitting it.

Workflow

1. Inspect the existing browser session

Installs
9
GitHub Stars
1
First Seen
Aug 8, 2026
slack-workspace-cleanup — schroneko/skills