slack-outgoing-message

par openai

Primary skill for composing, drafting, or refining any outbound Slack content. Use this whenever the task will require using `slack_send_message`,…

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

Slack Outgoing Message

Overview

Use this skill whenever the task involves producing final Slack text for a send, draft, scheduled message, or canvas. If another Slack skill is used to read or summarize source context, switch to this skill before finalizing outgoing text.

Intent Rules

  • If the user explicitly asks to send, post, reply, share, or create something in Slack, perform that write action directly. Do not create a draft or ask for approval only because the message text is being generated during the turn.
  • Use a draft only when the user explicitly asks for a draft, review-first workflow, or later/manual send.
  • If the destination, wording, or requested action is unclear, clarify before writing.
  • If the user asks for an unsupported Slack write action, say so immediately and offer the closest supported path instead of drafting something unrelated.

Reference Notes

Read this reference before finalizing any outgoing Slack text:

TaskReference
Exact Slack Markdown syntax for emphasis, lists, links, code, and mentions../slack/references/markdown.md

Formatting Rules

  • Write concise Slack-ready text that follows the live tool contract plus ../slack/references/markdown.md.
  • Prefer a short opener, a few tight bullets, and a clear ask or next step.
  • Use explicit Slack mention syntax only when you resolved the target successfully.
  • Preserve source links, code, owners, dates, and commitments unless the user asked for edits.
  • Do not invent approvals, decisions, or follow-through.

Workflow

  1. Identify the intended destination before drafting: channel, thread, DM, or group DM.
  2. Determine the execution mode from the user's request:
    • explicit send/post/reply/share: use the direct write action
    • explicit draft/review/later-send: use the draft action
    • future delivery: use slack_schedule_message
    • canvas/doc request: use slack_create_canvas
  3. Read ../slack/references/markdown.md and use that authoring contract.

Tool Guardrails

  • Treat optional Slack tool parameters as absent-by-default.
  • thread_ts is valid only for replies in an existing thread. For normal channel posts, DMs, and new group DMs, omit the thread_ts key entirely.
  • slack_create_canvas is an immediate write, not a draft. Use it only when the user explicitly asked for a canvas, doc, or immediate Slack write of that form.
  • Use slack_schedule_message only when the user explicitly asked for future delivery or supplied a send time.
  • slack_send_message_draft cannot overwrite an existing attached draft, and do not claim that you verified the destination is draft-free before calling the tool.
  • If slack_send_message_draft returns draft_already_exists, stop immediately. Tell the user there is already an attached draft in that destination and that Slack cannot overwrite it.
  • Current Slack app support here is centered on messages, drafts, scheduled messages, canvases, and read/search flows. Do not claim support for creating channels, editing messages, deleting messages, or resolving Slack user groups when the runtime does not expose those actions.

Destination Safety

  • If the user wants to cc, mention, or tag someone, first check whether that person is already in the destination channel or group DM when the connector makes that practical. If you cannot verify it, do not imply the mention will notify them.
  • Treat @here, @channel, @everyone, and similar broad notifications as high-impact. Do not add them unless the user explicitly asked for them.

Mention Rules

  • Resolve user mentions before writing when the message should tag a person, and use Slack mention syntax: <@U123456>.
  • Resolve Slack user groups before writing only when the runtime exposes a way to do so, and use Slack mention syntax: <!subteam^S123456>.
  • Do not rely on bare @name text in outgoing Slack messages.
  • If you cannot resolve the correct user or group, tell the user and compose the draft or message without implying the mention will work.

Plus de skills de openai

user-context
openai
Charger ou gérer les préférences de routage source durables du plugin Data Analytics, la logique d’intégration, la progression de la configuration et le registre de la couche sémantique.
official
notion-research-documentation
openai
Rechercher du contenu Notion et le synthétiser en notes structurées, rapports ou comparaisons avec citations. Interroger et récupérer des pages Notion à l'aide de requêtes ciblées, puis organiser les résultats par thème avec des citations de sources en ligne et une section de références. Choisir parmi quatre formats de sortie (note rapide, résumé de recherche, comparaison, rapport complet) en fonction de la portée et de l'objectif de l'utilisateur. Créer et mettre à jour des pages Notion à l'aide de modèles intégrés ; lier les sources directement et suivre les modifications à mesure que de nouvelles informations arrivent...
official
rcsb-pdb-skill
openai
Soumettre des requêtes RCSB PDB compactes pour les métadonnées principales, les requêtes Search API et les téléchargements FASTA. Utiliser lorsque l'utilisateur souhaite des résumés RCSB concis ; enregistrer le JSON brut ou…
official
pdf
openai
Lecture, création et validation de PDF avec rendu visuel et génération programmatique. Rendu des pages PDF en PNG pour inspection visuelle de la mise en page, de l'espacement et de la typographie avant livraison à l'aide de Poppler (pdftoppm). Génération programmatique de PDF avec reportlab pour un formatage fiable ; extraction de texte et de métadonnées avec pdfplumber ou pypdf. Application de normes de qualité : pas de texte rogné, d'éléments superposés, de tableaux cassés ou d'artefacts de rendu ; traits d'union ASCII uniquement, citations lisibles par l'humain. Utilisation...
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
Automatisation de navigateur pilotée par terminal avec captures d'éléments et workflows d'interface utilisateur interactifs. Fonctionne via un script wrapper playwright-cli (nécessite npx) ; prend en charge les modes headless et headed pour le débogage visuel. Workflow principal : ouvrir une page, capturer pour des références d'éléments stables, interagir à l'aide des références, recapturer après navigation ou modifications du DOM. Inclut le remplissage de formulaires, le clic, la saisie, la gestion multi-onglets, la capture d'écran/PDF et l'enregistrement de traces pour le débogage de flux. Références d'éléments (par exemple, e3, e15)...
official
ukb-topmed-phewas-skill
openai
Récupérez des résumés compacts UKB-TOPMed PheWAS pour des variants uniques en acceptant une entrée rsID, GRCh37 ou GRCh38 et en résolvant la requête GRCh38 nécessaire. Utilisez lorsque…
official
code-review-context
openai
Contexte visible du modèle
official