slack-outgoing-message
Primary skill for composing, drafting, or refining any outbound Slack content. Use this whenever the task will require using `slack_send_message`, `slack_send_message_draft`, or `slack_create_canvas`. Use `slack` to read or analyze Slack context; use this skill to produce the final outgoing message.
Best use case
slack-outgoing-message is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Primary skill for composing, drafting, or refining any outbound Slack content. Use this whenever the task will require using `slack_send_message`, `slack_send_message_draft`, or `slack_create_canvas`. Use `slack` to read or analyze Slack context; use this skill to produce the final outgoing message.
Teams using slack-outgoing-message should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/slack-outgoing-message/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How slack-outgoing-message Compares
| Feature / Agent | slack-outgoing-message | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Primary skill for composing, drafting, or refining any outbound Slack content. Use this whenever the task will require using `slack_send_message`, `slack_send_message_draft`, or `slack_create_canvas`. Use `slack` to read or analyze Slack context; use this skill to produce the final outgoing message.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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**: | Task | Reference | | --- | --- | | Exact Slack Markdown syntax for emphasis, lists, links, code, and mentions | [../slack/references/markdown.md](../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.
Related Skills
teams-messages
Compose, route, draft, or send Microsoft Teams messages with exact destination resolution, real user mentions, and Teams-native DM or channel routing.
slack
Read Slack context, route to the right Slack workflow, and prepare or perform Slack writes that match the user's intent.
slack-reply-drafting
Draft Slack replies from available context. Use when the user wants help finding messages that likely need a response and preparing reply drafts.
slack-notification-triage
Triage recent Slack activity into a priority queue or task list for the user.
slack-daily-digest
Create a daily Slack digest from selected channels or topics. Use when the user asks for a daily Slack recap or summary of today's Slack activity.
slack-channel-summarization
Summarize activity from one Slack channel and return a concise recap, post-ready update, or summary doc.
workflow
Vercel Workflow DevKit (WDK) expert guidance. Use when building durable workflows, long-running tasks, API routes or agents that need pause/resume, retries, step-based execution, or crash-safe orchestration with Vercel Workflow.
verification
Full-story verification — infers what the user is building, then verifies the complete flow end-to-end: browser → API → data → response. Triggers on dev server start and 'why isn't this working' signals.
vercel-storage
Vercel storage expert guidance — Blob, Edge Config, and Marketplace storage (Neon Postgres, Upstash Redis). Use when choosing, configuring, or using data storage with Vercel applications.
vercel-services
Vercel Services — deploy multiple services within a single Vercel project. Use for monorepo layouts or when combining a backend (Python, Go) with a frontend (Next.js, Vite) in one deployment.
vercel-sandbox
Vercel Sandbox guidance — ephemeral Firecracker microVMs for running untrusted code safely. Supports AI agents, code generation, and experimentation. Use when executing user-generated or AI-generated code in isolation.
vercel-queues
Vercel Queues guidance (public beta) — durable event streaming with topics, consumer groups, retries, and delayed delivery. $0.60/1M ops. Powers Workflow DevKit. Use when building async processing, fan-out patterns, or event-driven architectures.