codexplugin

Team chat in Slack

Standups, bugs, and decisions live in Slack. You want Codex to summarize threads and draft replies without losing context.

Outcome: Install the Slack plugin for channel access. Add a Slack notification hook if you want completion pings in a channel.

Steps

  1. 01

    Install the Slack plugin and complete workspace authorization.

  2. 02

    Ask Codex to summarize a channel or draft a reply.

  3. 03

    Optionally install Slack notifications so finished runs ping your team.

  4. 04

    Keep secrets out of chat — never paste API keys into Slack via Codex.

Install these

Copy a command, run it, restart Codex, then use the verify prompt.

SlackPluginproductivity

Core — read channels and draft messages

$ npx codex-marketplace add openai/plugins/plugins/slack --plugin

Verify

Summarize unread messages in #engineering from today

Full detail page

Optional — notify Slack when Codex finishes

$ npx codex-marketplace add am-will/codex-skills/hooks/aitmpl-codex/automation/slack-notifications --hook

Verify

Run a short task and confirm a Slack notification arrives

Full detail page

Alternative — desktop ping with zero Slack setup

$ npx codex-marketplace add am-will/codex-skills/hooks/aitmpl-codex/automation/simple-notifications --hook

Verify

Ask Codex to finish a short task and watch for the desktop notification

Full detail page

FAQ

Which channels can Codex see?

Only channels your OAuth / bot permissions allow. Private channels may need explicit invites depending on the Slack app config.

Plugin vs notification hook?

The plugin lets Codex read and draft in Slack. The hook pushes status when Codex finishes — different jobs.