원클릭으로
slack
Slack integration tools for reading channel messages and thread replies
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Slack integration tools for reading channel messages and thread replies
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
GitHub code repository integration for investigating code changes, deployments, commits, PRs, and suggesting fixes during RCA
CloudBees CI integration for investigating builds, deployments, pipeline stages, and test results during RCA
CloudBees Operations Center integration for cross-controller deployment visibility and feature flag correlation during RCA
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines
On-prem Kubernetes cluster integration for running kubectl commands via Aurora agent relay or uploaded kubeconfig
Fly.io integration for application monitoring, machine lifecycle management, metrics, logs, and incident remediation
| name | slack |
| id | slack |
| description | Slack integration tools for reading channel messages and thread replies |
| category | communication |
| connection_check | {"method":"is_connected_function","module":"chat.backend.agent.tools.slack_tool","function":"is_slack_connected"} |
| tools | ["list_slack_channels","get_channel_history","get_thread_replies"] |
| index | Slack messaging -- list channels, read messages, read threads |
| rca_priority | 50 |
| metadata | {"author":"aurora","version":"1.0"} |
Read-only tools for searching Slack conversations. Used during postmortem generation to gather human context (deployment decisions, communication gaps, resolution steps) and during interactive chat for incident investigation.
list_slack_channels()Returns all channels the bot can access: id, name, topic, purpose, member count. Use channel names and topics to identify relevant channels for the incident (look for service names, "incident", "oncall", "alerts").
get_channel_history(channel_id, oldest?, latest?, limit?)Fetch messages from a channel. Scope with oldest/latest (ISO 8601) to the incident time window. Returns message text, timestamps, user IDs, and thread metadata (reply_count, thread_ts).
get_thread_replies(channel_id, thread_ts, limit?)Fetch replies in a thread. Use when a message has reply_count > 0 and looks relevant.
list_slack_channels — scan names/topics for the affected service or "incident"/"oncall" keywordsget_channel_history on the most relevant channels, scoped to the incident time windowreply_count > 0 and looks relevant, call get_thread_replies for full context