slack-daily-digest

作者: openai

從選定的頻道或主題建立每日 Slack 摘要。當使用者要求每日 Slack 回顧或今日 Slack 活動摘要時使用。

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

Slack Daily Digest

Use this skill to produce a daily digest of today's important Slack activity from selected channels or topics.

Start Here

  • If the user did not name channels or topics, ask first before making any Slack tool calls.
  • Do not guess the user's main or starred channels.

Workflow

  1. Confirm channels or topic keywords.
  2. Resolve the user's timezone with slack_read_user_profile. For "today," use local start-of-day through now and state that window in the digest.
  3. Named channels: Resolve IDs through slack_search_channels, then call slack_read_channel for today's window with limit at 50 per channel.
  4. Named topics: Use slack_search_public_and_private for each topic phrase. If channels were also provided, run one search per topic and channel with query set to <topic phrase> in:<#CHANNEL_ID> so the search stays inside the selected channels. If no channels were provided, set query to the topic phrase. Then read the returned channels with slack_read_channel or parent threads with slack_read_thread when a result looks important.
  5. Prioritize decisions, blockers, incidents, asks, ownership changes, deadline changes, and status changes.
  6. When a named channel was resolved to a channel ID, render that channel in the final digest as a Slack channel mention like <#CHANNEL_ID> instead of plain #channel-name, especially in Scope.
  7. Read the full ## Formatting Rules section below.
  8. If the user asked to post or send the digest in Slack, use ../slack-outgoing-message/SKILL.md and follow the user's explicit intent:
    • explicit send/post/share: write directly
    • explicit draft/review-first: create a draft
    • no Slack delivery request: return the digest in chat

Formatting Rules

  • For a concise Slack or chat summary, you MUST use exactly this structure unless the user explicitly requests a different format.
  • If you use ../slack-outgoing-message/SKILL.md to draft or send the final message, this output contract remains binding. The downstream skill does not relax or rename these sections.
**Daily Slack Digest - YYYY-MM-DD**
**Scope**
- <clickable channel mentions for resolved channels + topics + time window>
- <coverage note or omitted-channel caveat, if any>

**Summary**
<1-2 sentence summary of volume + key signals>

**Topic: <group 1>**
- ...
- ...

**Topic: <group 2>**
- ...
- ...

**Needs attention**
- ...

**Notes**
- <gaps, absences, or caveats>
  • Group the digest by topic or channel, whichever better matches the request.
  • Use short group headers and keep each group to 1–3 bullets.
  • Keep the digest compact; aim for 4–10 bullets total across all sections.
  • Start each bullet with the key update, then add implication, owner, blocker, or action if relevant.
  • If grouping by topic, include the channel when helpful.
  • If grouping by channel, include the topic when helpful.
  • For resolved channels, prefer Slack channel mentions like <#CHANNEL_ID> so the names are clickable. Use plain text only when you do not have a channel ID.
  • Include Needs attention only for items requiring user action, decisions, or input.
  • Include Notes for gaps, absences, sparse results, or caveats.

來自 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