slack

作者: openai

讀取 Slack 上下文,導向正確的 Slack 工作流程,並準備或執行符合使用者意圖的 Slack 寫入操作。

npx skills add https://github.com/openai/plugins --skill slack

Slack

Overview

Use this skill as the router for Slack work. Read the relevant Slack context first, then hand off to the most specific Slack workflow. If the task will produce outgoing Slack text or perform a Slack write, switch to ../slack-outgoing-message/SKILL.md before finalizing and reread that file's ## Formatting Rules section immediately before any send, draft, schedule, or canvas creation.

Related Skills

WorkflowSkill
Message composition, rewrites, drafts, and canvas-writing workflows../slack-outgoing-message/SKILL.md
Bounded channel recaps and thematic Slack summaries../slack-channel-summarization/SKILL.md
Daily digests across selected channels or topics../slack-daily-digest/SKILL.md
Find messages that likely need a response and prepare reply drafts../slack-reply-drafting/SKILL.md
Triage for what the user needs to read, reply to, or do next../slack-notification-triage/SKILL.md

Reference Notes

TaskReference
Slack Markdown formatting rules and examplesreferences/markdown.md

Support Checks

  • Confirm the requested action is supported before asking the user for more input. If Slack does not support the action, say so immediately and offer the closest supported path instead of collecting unnecessary details.
  • For broad Slack analysis requests, fail fast if the connector cannot establish the needed coverage or signals reliably. Do not invent channel names, imply the user is in a channel, or present workspace-wide conclusions as authoritative. Ask for a candidate list, a narrower scope, or a question that can be answered from specific channels, threads, profiles, or search results.
  • The current Slack app surface here supports reading/searching channels, users, threads, and canvases plus writing messages, drafts, scheduled messages, and canvases. Do not claim support for creating channels, editing messages, deleting messages, or other unsupported Slack admin actions.

Intent Routing

  • If the user explicitly asks to send, post, reply, share, or create something in Slack, follow that write intent directly. Do not downgrade the request into a draft unless the user asked for a draft or review-first flow.
  • If the user explicitly asks for a draft, rewrite, or review-first workflow, use a draft.
  • If the user asks for Slack analysis only, return the result in chat unless they also asked for Slack delivery.
  • If the user asks for an unsupported Slack write action, say so and offer the closest supported path instead of forcing a draft.

Tool Rate Limits

  • Slack tools have per-minute RPM quotas by bucket, not by individual tool. Treat slack_search_* tools as the search bucket, slack_read_*, slack_list_*, and lookup-style tools as the read bucket, and message, draft, schedule, or canvas creation tools as the send/write bucket.
  • If a Slack tool returns a 429, do not retry immediately and do not switch to an equivalent tool in the same bucket. If the response includes Retry-After or another explicit wait hint, follow it. Otherwise wait about 30 seconds before calling that bucket again.
  • If the same bucket returns another 429 during the task, wait about 1 minute before the next retry, then about 2 minutes after the next 429, continuing with exponential backoff as needed.
  • A 429 in one bucket does not imply the other buckets are exhausted. While waiting on one bucket, continue making useful progress with other buckets when that can advance the task safely.
  • If the task cannot be completed without the exhausted bucket after reasonable backoff, explain the rate limit to the user and return the best partial result or next step.

DM Routing

  • When the same message is meant for multiple specific people, first look for an existing group DM with the right people and prefer that over duplicate one-to-one DMs.
  • If there is no suitable group DM, do not silently fan out separate DMs. Ask whether the user wants individual DMs instead, or ask them to create the group DM if that is the better path and the connector cannot create it.

Write Safety

  • Preserve exact channel names, thread context, links, code snippets, and owners from the source conversation unless the user asks for changes.
  • Before acting on a relative message target such as "last message", "latest reply", "above", or "that message", re-read the destination channel or thread and resolve the target from fresh results. Do not reuse earlier reads for reactions, replies, edits, or other writes.
  • Treat @channel, @here, mass mentions, and customer-facing channels as high-impact. Call them out before posting.
  • Keep post-ready drafts short enough to scan quickly unless the user asks for a long-form announcement.
  • If there are multiple channels or threads with similar topics, identify the intended destination before drafting or posting.

Output Conventions

  • Prefer a short opener, a few tight bullets, and a clear ask or next step.
  • Use Markdown formatting rules from references/markdown.md for emphasis, lists, links, quotes, mentions, and code.
  • For any outgoing Slack text, use the slack-outgoing-message skill.
  • Distinguish clearly between a private summary for the user and a post-ready message for Slack.
  • When summarizing a thread, lead with the latest status and then list blockers, decisions, and owners.
  • When drafting a reply, match the tone of the channel and avoid over-formatting.

Example Requests

  • "Summarize the incident thread in #ops and draft a calm update for leadership."
  • "Turn these meeting notes into a short Slack post for the team channel."
  • "Read the product launch thread and draft a reply that confirms the timeline."
  • "Rewrite this long update so it lands well in Slack and still keeps the important links."

Light Fallback

If Slack messages are missing, say that Slack access may be unavailable, the workspace may be disconnected, or the wrong channel or thread may be in scope, then ask the user to reconnect or clarify the destination.

來自 openai 的更多技能

user-context
openai
載入或管理資料分析插件的持久性來源路由偏好設定、入門邏輯、設定進度以及語義層註冊表。
official
notion-research-documentation
openai
研究Notion內容,並將其整合為結構化的簡報、報告或附有引用的比較分析。透過精準查詢搜尋並擷取Notion頁面,然後按主題組織發現,並附上內文來源引用及參考文獻章節。根據範圍與使用者目標,從四種輸出格式(快速簡報、研究摘要、比較分析、綜合報告)中選擇。使用內建範本建立與更新Notion頁面;直接連結來源,並在新資訊到來時追蹤變更。
official
rcsb-pdb-skill
openai
提交精簡的RCSB PDB請求以獲取核心元數據、Search API查詢及FASTA下載。當用戶需要簡潔的RCSB摘要時使用;保存原始JSON或…
official
pdf
openai
PDF 讀取、建立與驗證,支援視覺化渲染與程式化生成。使用 Poppler(pdftoppm)將 PDF 頁面渲染為 PNG,以便在交付前檢查版面、間距與排版。透過 reportlab 程式化生成 PDF,確保格式可靠;使用 pdfplumber 或 pypdf 提取文字與元資料。執行品質標準:無文字裁切、元素重疊、表格破損或渲染瑕疵;僅使用 ASCII 連字號,引用格式需具可讀性。使用...
official
test-coverage-improver
openai
Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose…
official
playwright
openai
終端驅動的瀏覽器自動化,具備元素快照與互動式UI工作流程。透過playwright-cli包裝腳本運作(需npx),支援無頭模式與有頭模式以進行視覺化除錯。核心流程:開啟頁面、擷取快照以取得穩定元素參照、使用參照進行互動、在導航或DOM變更後重新擷取快照。包含表單填寫、點擊、輸入、多分頁管理、螢幕截圖/PDF擷取,以及流程除錯的軌跡記錄。元素參照(例如e3、e15)...
official
ukb-topmed-phewas-skill
openai
接受rsID、GRCh37或GRCh38輸入,解析為所需的GRCh38查詢,以獲取單一變異的簡潔UKB-TOPMed PheWAS摘要。當需要…時使用。
official
code-review-context
openai
模型可見上下文
official