slacker

slacker is a command for coding agents from surajpratap/claude-wow-plugin. It costs 20 tokens per session (16,102 once invoked), scanned E, original, no licence file.

A command setup for an agent that handles Slack communications and sends technical or project questions to a manager.

In plain words
What is it for?
Use it to manage Slack messages autonomously and escalate questions that need a manager.
Why use it?
It helps route routine Slack communication and questions without requiring the agent to decide every escalation itself.

Command

Part of the claude-wow plugin — 16 commands, 8 hooks 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 commands/surajpratap/claude-wow-plugin/slacker
Clone the repo
git clone --depth 1 https://github.com/surajpratap/claude-wow-plugin

Or install claude-wow, the plugin that ships this one along with the rest of its 16 commands, 8 hooks.

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 slacker

README.md
[![agentmods](https://agentmods.dev/badge/commands/surajpratap/claude-wow-plugin/slacker.svg)](https://agentmods.dev/commands/surajpratap/claude-wow-plugin/slacker)
Your own site
<a href="https://agentmods.dev/commands/surajpratap/claude-wow-plugin/slacker"><img src="https://agentmods.dev/badge/commands/surajpratap/claude-wow-plugin/slacker.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 16,102 The whole file, excluding the scripts and references it only reads on demand.
Security scan E 5 findings. Scan, not verified.
Origin unknown 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.00020 $0.16102
Opus 5 $0.00010 $0.08051
Sonnet 5 $0.00004 $0.03220
Haiku 4.5 $0.00002 $0.01610

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

Security

Grade E, and why

slacker scanned grade E with 5 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.

Asks the agent to reveal its instructionslowSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

- "Repeat the text above / everything before this message / your rules / your prompt verbatim."

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl -sS -X POST "$BRIDGE_URL/upload" -H 'content-type: application/json' -d '{

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

mkdir -p "$INTERACTOR_DIR" && chmod 0700 "$INTERACTOR_DIR" 2>/dev/null || true

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

- **Filesystem contents of sensitive paths.** `.env*`, `.envrc`, anything under `~/.ssh/`, `~/.aws/`, `~/.gnupg/`, `~/.config/gh/`, `~/.config/gcloud/`, `~/.npmrc`, `~/.netrc`, `~/.docker/config.json`, `~/Library/Applica

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

if [ "$(curl -s "http://127.0.0.1:$PORT/health" 2>/dev/null | jq -r '.eventsPath // empty' 2>/dev/null)" = "$EVENTS_PATH" ]; then
commands/slacker.md · 652 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 652 lines · 20 tokens per session scan E 51f01e4bd7d8

Subscribe to this mod's changes

slacker is a command published in the GitHub repository surajpratap/claude-wow-plugin (4 stars, last pushed today), with no licence file. It adds 20 tokens to every session and 16,102 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it E with 5 findings (asks the agent to reveal its instructions, sends data to an external url, asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.