slaude

slaude is a skill for Claude Code, Codex from sttts/slagent. It costs 0 tokens per session (2,434 once invoked), scanned A, original, MIT.

Instructions for managing Claude Code sessions mirrored into Slack, a team chat service. It covers starting, joining, resuming, stopping, and listing those sessions.

In plain words
What is it for?
Use it to start a Claude Code session in a Slack channel or thread, reconnect to an existing session, stop one, or view active sessions.
Why use it?
It gives you a documented way to run coding-agent work through Slack and check that the required command and login setup are available.

Skill for Claude CodeCodex

Part of the sttts-slaude plugin — 1 skill shipped together

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.

agentmods
npx agentmods add skills/sttts/slagent/slaude
Any agent
npx skills add sttts/slagent --skill slaude
Clone the repo
git clone --depth 1 https://github.com/sttts/slagent

Made for: Claude Code, Codex.

Or install sttts-slaude, the plugin that ships this one along with the rest of its 1 skill.

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 slaude

README.md
[![agentmods](https://agentmods.dev/badge/skills/sttts/slagent/slaude.svg)](https://agentmods.dev/skills/sttts/slagent/slaude)
Your own site
<a href="https://agentmods.dev/skills/sttts/slagent/slaude"><img src="https://agentmods.dev/badge/skills/sttts/slagent/slaude.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,434 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.02434
Opus 5 $0.00000 $0.01217
Sonnet 5 $0.00000 $0.00487
Haiku 4.5 $0.00000 $0.00243

Measured 4d ago against content hash 5e2fc6bc1cb9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

slaude 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 4d ago.

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.

plugins/slaude/skills/slaude/SKILL.md · 264 lines

How it starts

The opening of the file, as written. The whole thing — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: slaude — Slack-Mirrored Claude Code Sessions

When to Use

Use this skill when asked to start, stop, join, or manage Claude Code sessions mirrored to Slack via slaude. Typical triggers:

  • "Start a Claude session in #channel"
  • "Mirror this to Slack"
  • "Join that Slack thread with a new agent"
  • "Resume the session"
  • "Stop/quit the session"
  • "Kill this session" / "End the session" / "Stop yourself"
  • "List running sessions" / "What sessions are active"

Prerequisites

  • slaude binary must be installed and in PATH (or built locally from the slagent repo)
  • Slack credentials configured via slaude auth
  • Target Slack channel must be accessible to the authenticated user

Verify setup:

slaude status
slaude version           # check installed version

The version is also injected into the agent's system prompt.

Starting a Session

Start a new Claude Code session mirrored to a Slack thread:

slaude start #channel "your prompt here"
slaude start https://team.slack.com/archives/C123 "your prompt here"
slaude start @user "your prompt here"

Key flags:

Flag Description
[target] Positional: Slack URL, #channel, @user, or channel ID
--locked Lock to owner only (default for start)
--observe Observe mode: read all messages, only respond to authorized users
--open Open for all thread participants
--debug Write raw JSON events for troubleshooting
--no-bye Skip goodbye message on exit
--dangerous-auto-approve green Auto-approve read-only operations (overrides classifier.yaml)
--dangerous-auto-approve yellow Auto-approve local writes too (overrides classifier.yaml)
--dangerous-auto-approve-network known Auto-approve network to known hosts (overrides classifier.yaml)
--dangerous-auto-approve-network any Auto-approve all network access (overrides classifier.yaml)

Access mode flags (--locked, --observe, --open) are mutually exclusive. When no flag is given — interactive terminal prompts Closed, oBserve, or open? [cBo]; non-interactive: start defaults to --locked, join/resume default to --observe.

Read the full file on GitHub · 264 lines

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. 4d ago First seen · 264 lines · 0 tokens per session scan A 5e2fc6bc1cb9

Subscribe to this mod's changes

slaude is a skill published in the GitHub repository sttts/slagent (23 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,434 tokens. 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-08-30.

Related

Other skills, from other repositories

add-adapter

Add a vendor-official or community adapter to the Chat SDK catalog and docs — adapters.json registry, chat/adapters catalog entry, the docs MDX page, meta.json, integration-test lists, and a changeset. Use when a developer wants to add, list, register, or submit a third-party (vendor-official or community) adapter to…

vercel/chat · 109 tokens

chat-sdk

Build multi-platform chat bots with Chat SDK (chat npm package). Use when developers want to scaffold a bot with create-chat-sdk, build a Slack, Teams, Google Chat, Discord, Telegram, GitHub, Linear, or WhatsApp bot, handle mentions, direct messages, subscribed threads, reactions, slash commands, cards, modals, files…

vercel/chat · 108 tokens

opentag

Use when installing, pairing, operating, or troubleshooting OpenTag through the published CLI, self-hosted Control Plane, governed completion, supported collaboration platforms, or built-in coding agents.

amplifthq/opentag · 40 tokens

update-model-pricing

Verify and refresh AgentConnect's daemon-side public OpenAI fallback pricing, exact model aliases, long-context and cache rules, and regression tests. Use when OpenAI model prices or IDs change, fallback cost becomes missing or stale, codex-acp changes its token mapping, or someone asks to audit or update…

agentconnect-md/agentconnect · 79 tokens

emotion-migrate

Migrate Emotion styled-components to Mantine components with style props and CSS modules. Use when converting .styled.tsx files or removing @emotion imports from components.

metabase/metabase · 36 tokens

e2e-test-review

Review Cypress E2E spec files for Metabase conventions, common gotchas, and flakiness/performance issues. Use when reviewing pull requests or diffs containing Cypress spec files in e2e/test/scenarios/.

metabase/metabase · 50 tokens