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.
npx agentmods add skills/abdullahkhawer/devops-skills/slack-clinpx skills add abdullahkhawer/devops-skills --skill slack-cligit clone --depth 1 https://github.com/abdullahkhawer/devops-skillsWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00031 | $0.01282 |
| Opus 5 | $0.00015 | $0.00641 |
| Sonnet 5 | $0.00006 | $0.00256 |
| Haiku 4.5 | $0.00003 | $0.00128 |
Grade B, and why
slack-cli scanned grade B with 2 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 2d 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 for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
echo "xoxp-..." > ~/.slack/token && chmod 600 ~/.slack/token Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
description: Perform Slack operations using the Slack CLI for app management and the Slack Web API (curl) for messaging, channel, and user operations. How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Slack CLI Skill
This skill uses two tools depending on the operation:
| Use case | Tool |
|---|---|
| App management (install, deploy, auth) | slack CLI |
| Messaging, channels, users, search | Slack Web API via curl |
Configuration
Update the Slack workspace name below before using this skill:
| Setting | Value |
|---|---|
| Slack Workspace | <your-workspace>.slack.com |
| Slack Team Name (for CLI) | <your-team-name> |
Tool 1 — Slack CLI (app management only)
Prerequisites (one-time setup by user)
If not already authenticated, ask the user to complete these steps manually. Do not perform these steps yourself.
brew install slack-cli # install if needed
slack login # authenticate
slack auth list # confirm your workspace is listed
Commands
Always pass --team <your-team-name> on every command.
| Command | Description |
|---|---|
slack auth list |
List authenticated workspaces |
slack auth whoami |
Show current authenticated user |
slack app list --team <your-team-name> |
List apps in the workspace |
slack app install --team <your-team-name> |
Install app to workspace |
slack app uninstall --team <your-team-name> |
Uninstall app (requires explicit user approval) |
slack deploy --team <your-team-name> |
Deploy app to Slack Platform |
slack trigger list --team <your-team-name> |
List triggers for an app |
Tool 2 — Slack Web API via curl (messaging, channels, users)
Prerequisites (one-time setup by user)
To get started, create a Slack app at api.slack.com/apps. On the OAuth & Permissions page, add the required scopes, then install the app to your workspace. After installation, your user token (starting with xoxp-) will appear on the same page. Save it to ~/.slack/token. Never print or display the token value. Do not perform these steps yourself.
Required token scopes: channels:read, channels:history, groups:read, groups:history, users:read
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.
- 2d ago First seen · 142 lines · 31 tokens per session scan B e9b74c1cdedf
slack-cli is a skill published in the GitHub repository abdullahkhawer/devops-skills (7 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 31 tokens to every session and 1,282 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
docs-manage
Manage the Grounded Docs MCP Server documentation index. Covers scraping and indexing documentation from URLs or local files, refreshing existing indexes with changed content, and removing libraries from the index. Use when you need to add, update, or delete indexed documentation.
fetch-url
Fetch a single URL and convert its content to Markdown. Use when you need to read a web page, documentation page, or API reference without indexing it. The content is returned as plain Markdown text on stdout.
meeting-to-deal
Turn meeting transcripts into deal updates — key points, commitments, and next steps posted to matching CRM deals automatically. Auto-creates contacts for new attendees. Use when someone says "log my meetings to deals", "update CRM from calls", "what did I commit to in meetings", "sync notetaker", "log this meeting"…
adhd-output-style
This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or explicitly invokes "adhd-output-style".
live-exercise
Use whenever any UI-bearing work touches a running instance — building or fixing a feature, ship-gating, auditing, OR debugging visible bugs (flaky behavior, intermittent rendering, "sometimes does X" reports, hover/focus/animation glitches, layout overflow). Adaptive depth from tactical fix-loop to ship-gate audit.…