slack-report-delivery

slack-report-delivery is a skill for Claude Code from automateyournetwork/netclaw. It costs 54 tokens per session (2,394 once invoked), scanned A, original, Apache-2.0.

A Slack delivery tool for formatted network reports, audit results, topology diagrams, and compliance documents. It can post messages and attach files to channels.

In plain words
What is it for?
Use it to share health checks, security audits, topology diagrams, spreadsheets, and scheduled network reports in Slack.
Why use it?
It puts operational reports and their supporting files where the team can review and compare them without searching elsewhere.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: built for openclaw.

Good fit Use it to share health checks, security audits, topology diagrams, spreadsheets, and scheduled network reports in Slack.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/slack-report-delivery
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 automateyournetwork/netclaw --skill slack-report-delivery
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

Made for: Claude Code.

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-report-delivery

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/slack-report-delivery/github.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/slack-report-delivery)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/slack-report-delivery"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/slack-report-delivery/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-report-delivery

Your own site · 80×15
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/slack-report-delivery"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/slack-report-delivery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,394 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00054 $0.02394
Opus 5 $0.00027 $0.01197
Sonnet 5 $0.00011 $0.00479
Haiku 4.5 $0.00005 $0.00239

Measured 7d ago against content hash 2ef5d2ca75ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

slack-report-delivery 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 7d 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.

workspace/skills/slack-report-delivery/SKILL.md · 224 lines

How it starts

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

Slack Report Delivery

Slack OAuth Scopes Used

Scope Purpose
chat:write Post report messages to channels
chat:write.customize Post with "NetClaw Reports" custom identity
files:write Attach full reports, diagrams, spreadsheets
files:read Reference previously shared reports
channels:history Find previous reports for comparison
pins:read Check pinned baseline reports

Report Types and Formatting

1. Health Check Report

Post after running the pyats-health-check skill:

:stethoscope: *Device Health Report — R1*
_2024-02-21 14:00 UTC_

*Device:* C8000V | IOS-XE 17.9.4a | Uptime: 47d 12h

┌──────────────────┬──────────┬─────────────────────────┐
│ Check            │ Status   │ Details                 │
├──────────────────┼──────────┼─────────────────────────┤
│ CPU (5min avg)   │ :white_check_mark: 12%    │ Normal                  │
│ Memory           │ :warning: 78%    │ 2.0G / 2.6G — elevated  │
│ Interfaces       │ :white_check_mark: All up │ 4/4 interfaces up/up    │
│ Hardware         │ :white_check_mark: OK     │ All modules operational │
│ NTP              │ :white_check_mark: Synced │ Offset 2ms to 10.0.0.1  │
│ Logs             │ :warning: Events │ 3 OSPF adjacency flaps  │
│ Connectivity     │ :white_check_mark: 100%   │ RTT 23ms to 8.8.8.8    │
└──────────────────┴──────────┴─────────────────────────┘

*Overall:* :warning: *WARNING* — 2 items need attention
_Full report in thread →_

Thread the detailed per-section output as follow-up messages.

2. Security Audit Report

Post after running the pyats-security skill:

:shield: *Security Audit Report — R1*
_2024-02-21 | IOS-XE 17.9.4a_

*Summary:* 2 CRITICAL | 2 HIGH | 3 MEDIUM | 2 LOW

━━━ *CRITICAL* ━━━
:red_circle: *C-001:* SSHv1 enabled — vulnerable to MITM attacks
> _Remediation:_ `ip ssh version 2`

:red_circle: *C-002:* No VTY access-class — management plane exposed to any source
> _Remediation:_ Apply `access-class MGMT-ACL in` on VTY lines

━━━ *HIGH* ━━━
:orange_circle: *H-001:* No OSPF authentication on Gi1 — route injection risk
:orange_circle: *H-002:* SNMP community 'public' with no source ACL

━━━ *MEDIUM* ━━━
:large_yellow_circle: M-001: No CoPP policy configured
:large_yellow_circle: M-002: HTTP server enabled (ip http server)
:large_yellow_circle: M-003: Console exec-timeout set to 0 0 (no timeout)

_Detailed findings with remediation commands in thread →_

Read the full file on GitHub · 224 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. 7d ago First seen · 224 lines · 54 tokens per session scan A 2ef5d2ca75ac

Subscribe to this mod's changes

slack-report-delivery is a skill published in the GitHub repository automateyournetwork/netclaw (652 stars, last pushed 4d ago), licensed Apache-2.0. It adds 54 tokens to every session and 2,394 once invoked, about $0.0003 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-03.

Related

Other skills, from other repositories

google-workspace-ops

Operate across Google Drive, Docs, Sheets, and Slides as one workflow surface for plans, trackers, decks, and shared documents. Use when the user needs to find, summarize, edit, migrate, or clean up Google Workspace assets without dropping to raw tool calls.

ufy2024/AuC · 59 tokens

google-workspace-ops

Operate across Google Workspace tools with reusable patterns for docs, sheets, calendar, drive, and gmail.

aaronnat23/disp8ch · 0 tokens

aaif-sync-chapters

Push intake decisions out of the Intake Ops sheet — accepted organizers onto the Chapters List and into each chapter's About doc, intake people plus their survey interest into their chapter's Attendee CRM (accepted people always; organizer candidates only where the chapter is big enough to self-serve), per-chapter…

aaif/community-events · 162 tokens

estimate

A development-estimation tool that analyzes project plans or source code and creates an Excel estimate grouped by development, labor, cloud, API, and miscellaneous costs.

Dannykkh/skill-olympus · 66 tokens

stylework-yunxiao-requirement-sync

A workflow for exporting selected requirements from Yunxiao, a project-management service, into a new sheet in an existing DingTalk online spreadsheet. It formats the result into a fixed set of columns and groups it by iteration.

PANGKAIFENG/ai-product-manager-skills · 153 tokens

generate-estimate

Generates an Excel workbook so a team can estimate Requirement Blueprint tasks in hours. Use when the user asks for generate-estimate, /generate-estimate, an estimate spreadsheet, xlsx, Excel hours, team estimate, or a worksheet for members to size tasks. Do not use to invent hour numbers or to write product code.

khanhvo1104/Requirement-Blueprint-Skill · 70 tokens