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/ykdojo/antigravity-cloud-run/slacknpx skills add ykdojo/antigravity-cloud-run --skill slackgit clone --depth 1 https://github.com/ykdojo/antigravity-cloud-runWrote 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.
[](https://agentmods.dev/skills/ykdojo/antigravity-cloud-run/slack)<a href="https://agentmods.dev/skills/ykdojo/antigravity-cloud-run/slack"><img src="https://agentmods.dev/badge/skills/ykdojo/antigravity-cloud-run/slack.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.00217 |
| Opus 5 | $0.00012 | $0.00109 |
| Sonnet 5 | $0.00005 | $0.00043 |
| Haiku 4.5 | $0.00002 | $0.00022 |
Grade A, and why
slack 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 6d 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.
This is a copy
100% identical to slack — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Slack Read Tool
Use ~/tools/slack-read.js to read Slack data:
# List channels
node ~/tools/slack-read.js channels
# List DMs
node ~/tools/slack-read.js dms
# Read channel history (last 20 messages)
node ~/tools/slack-read.js history <channel_id>
node ~/tools/slack-read.js history <channel_id> 50 # last 50
# Search messages
node ~/tools/slack-read.js search "keyword"
node ~/tools/slack-read.js search "from:@user in:#channel"
# List users
node ~/tools/slack-read.js users
# Get channel info
node ~/tools/slack-read.js info <channel_id>
- This is read-only - you cannot send messages or modify anything
- Requires SLACK_TOKEN env var (run
./scripts/setup-slack.shon host)
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.
- 6d ago First seen · 34 lines · 23 tokens per session scan A e7c9dccfa0af
slack is a skill published in the GitHub repository ykdojo/antigravity-cloud-run (2 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 217 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to slack, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
bash
Bash shell scripting for automation, pipelines, and system administration. Use for .sh files and Linux scripting.
agent-self-scheduling
Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.
accint-commitments
Triage acc's open promises and close them with honest real-world verdicts via accact(runtime="outcome").
peon-ping-toggle
Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session. Also handles config changes like volume, pack rotation, categories — any peon-ping setting.
peon-ping-log
Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".
cao-session-management
Interact with CAO (CLI Agent Orchestrator) — launch multi-agent sessions, check status, send follow-up instructions, unblock stuck terminals, or shut down sessions. Use when working with CAO sessions in any capacity.