slack-handoff

slack-handoff is a skill for Claude Code, Codex from Tracer-Cloud/opensre. It costs 101 tokens per session (722 once invoked), scanned A, original, Apache-2.0.

A setup guide for connecting OpenSRE to Slack, a team messaging service, so people can hand off DevOps work from a channel or direct message.

In plain words
What is it for?
Use it to verify or arrange the Slack connection and explain how to mention OpenSRE in a channel or message to hand off a chore.
Why use it?
It shows how to route operational chores from an existing team conversation without having the workflow post or reply in Slack.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to verify or arrange the Slack connection and explain how to mention OpenSRE in a channel or message to hand off a chore.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tracer-cloud/opensre/d_remote_slack
About the project

OpenSRE is an open-source framework for building AI agents that investigate and resolve production incidents using operational data and tools. It is for site reliability engineers who want customizable incident-response workflows, training, and evaluation on their own infrastructure.

Tracer-Cloud/opensre · 11,026 stars · on GitHub · discord.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Tracer-Cloud/opensre --skill d_remote_slack
Clone the repo
git clone --depth 1 https://github.com/Tracer-Cloud/opensre

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for slack-handoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/tracer-cloud/opensre/d_remote_slack/github.svg)](https://agentmods.dev/skills/tracer-cloud/opensre/d_remote_slack)
Your own site
<a href="https://agentmods.dev/skills/tracer-cloud/opensre/d_remote_slack"><img src="https://agentmods.dev/badge/skills/tracer-cloud/opensre/d_remote_slack/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for slack-handoff

Your own site · 80×15
<a href="https://agentmods.dev/skills/tracer-cloud/opensre/d_remote_slack"><img src="https://agentmods.dev/badge/skills/tracer-cloud/opensre/d_remote_slack.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 722 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00101 $0.00722
Opus 5 $0.00051 $0.00361
Sonnet 5 $0.00020 $0.00144
Haiku 4.5 $0.00010 $0.00072

Measured today against content hash edde22b738f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

slack-handoff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

core/agent_harness/prompts/skills/onboarding_cicd_fix/d_remote_slack/SKILL.md · 76 lines

What it actually says

Slack handoff

Verify or set up Slack, then explain how the team can hand off DevOps chores through a channel mention or a DM.

Workflow rules

  • Never call Slack send/reply/react tools.
  • Never invent that Slack is connected; trust only cli_exec verify results.
  • Never call cli_exec with integrations setup slack. That wizard is interactive and cli_exec will refuse it.
  • After setup (or a successful verify), explain in two sentences how to hand off a chore: mention OpenSRE in a channel it can see, or DM it.

Plan

Track progress with the update_plan tool, not with headers or prose:

  • On entry, before the first workflow tool call, call update_plan with the steps below verbatim, the first step in_progress, and a one-line explanation (this is not a diagnosis; no hypothesis table): Check Slack / Set up if needed / Explain the hand-off.
  • After a step's tool results, call update_plan marking it completed and the next step in_progress, in the same response as the next step's tool calls. When Slack is already connected, mark Set up if needed completed without new tool calls instead of dropping it mid-run.
  • Do not narrate the plan or repeat step names in prose; the shell renders the checklist.

Workflow

1. Check Slack

Call cli_exec with payload integrations verify slack.

2. Set up if needed

If Slack is not configured, call slash_invoke with /integrations setup slack and stop. The shell queues that wizard on the next prompt so it gets exclusive stdin. If Slack is already connected, say so and skip setup.

3. Explain the hand-off

Two sentences: mention OpenSRE in a channel or DM it; do not post anything from this demo. Then stop.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -10 lines edde22b738f8
  2. yesterday First seen · 86 lines · 101 tokens per session scan A 9c3482441649

Subscribe to this mod's changes

slack-handoff is a skill published in the GitHub repository Tracer-Cloud/opensre (11,026 stars, last pushed today), licensed Apache-2.0. It adds 101 tokens to every session and 722 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-09.

Related

Other skills, from other repositories