What problem does it solve? Lab Slack workspaces accumulate stale channels, unclear membership, and ad-hoc admin requests that are risky to execute directly. This Skill turns broad Slack administration requests into reviewed, approval-gated proposals so no live change happens without human sign-off. ## Core Features & Use Cases - Read-only triage: Summarize channel state, membership, and activity with evidence pointers before any change is made. - Approval-gated messaging: Draft Slack DMs and channel messages via adminbot_propose_slack_message, then deliver the exact approved payload through OpenClaw's message tool. - Typed admin mutations: Create separate proposals per change using existing action types like slack.send_message and slack.rename_channel, flagging gaps where a new typed action is needed. - Use Case: An admin asks to clean up inactive channels and notify their members. The Skill batches the findings, proposes one rename or message per concrete change, and waits for approval before anything executes. ## Quick Start Triage our Slack workspace for inactive channels and draft approval-gated proposals to notify owners and archive the stale ones.