network-report-documents

network-report-documents is a skill for Claude Code from automateyournetwork/netclaw. It costs 88 tokens per session (1,591 once invoked), scanned A, original, Apache-2.0.

A set of templates for creating network reports as Word documents, spreadsheets, slide decks, and PDF forms from real device and service data. It also includes an executive summary with a topology diagram, which shows how network components connect.

In plain words
What is it for?
Use it to produce change records, interface and configuration audits, executive network summaries, and completed PDF forms.
Why use it?
It prevents missing device results from being replaced with guesses or stale values. Unavailable data can be clearly marked so readers do not mistake it for a confirmed measurement.

Skill for Claude Code

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

Good fit Use it to produce change records, interface and configuration audits, executive network summaries, and completed PDF forms.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/network-report-documents
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 network-report-documents
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 network-report-documents

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/network-report-documents.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/network-report-documents)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/network-report-documents"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/network-report-documents.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,591 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.00088 $0.01591
Opus 5 $0.00044 $0.00796
Sonnet 5 $0.00018 $0.00318
Haiku 4.5 $0.00009 $0.00159

Measured 4d ago against content hash 0f1fcfdbac4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

network-report-documents 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.

workspace/skills/network-report-documents/SKILL.md · 122 lines

How it starts

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

Network Report Documents

Four compositions built on document-mcp. This skill owns what goes in the document; the server owns writing it. Read document-generation for the tool surface, the tagged value shapes, and the stated limits.

The rule that governs all four

A document must never fabricate to fill a blank.

Never infer, estimate, interpolate, or carry forward a stale value to complete a document. The server structurally cannot fabricate — it only renders tagged values — but you can, by inventing a plausible figure while assembling the request. That half of the discipline lives here and nowhere else.

If a device did not answer, send {"unavailable": "device did not answer"}. A change record that says "NOT AVAILABLE — device did not answer" is useful. One with a confident wrong number is worse than none, because a change advisory board will act on it and nobody will re-derive it.

1 · Change record (.docx)

"Generate a change record for CHG0012345 with the current state of fgt-01."

Feed it from: servicenow-change-workflow for the CR (read-only — this composition never creates or updates a ticket), plus fortigate-ops / multivendor-cli / pyats for device state.

Shape:

Section Block Notes
Change details keyvalue CR number, state, requester, window, risk — each tagged with src: servicenow_get_change
Pre-change state keyvalue + table Real device output, tagged per device
Topology image Only if a diagram skill already produced one
Rollback paragraph Narrative — put no figures here

If the CR does not exist or is not approved, say so and stop. Do not produce a document with an invented CR — the document would outlive the conversation that knew it was a placeholder.

If ServiceNow is not configured, you may still produce the device half, but state in the response that the CR half was hand-supplied and unverified.

Read the full file on GitHub · 122 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 · 122 lines · 88 tokens per session scan A 0f1fcfdbac4f

Subscribe to this mod's changes

network-report-documents is a skill published in the GitHub repository automateyournetwork/netclaw (650 stars, last pushed yesterday), licensed Apache-2.0. It adds 88 tokens to every session and 1,591 once invoked, about $0.0004 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

document-processing-expert

Read, generate and modify office documents and PDFs from code: PDF extraction and forms, Word documents, Excel workbooks and PowerPoint decks. Use when the user mentions PDF, DOCX, XLSX, PPTX, Word, Excel, PowerPoint or spreadsheets, wants data extracted from documents, needs a report or invoice generated as a file…

personamanagmentlayer/pcl · 102 tokens

backend-report-generation

Enforce report generation patterns including PDF generation (Puppeteer, wkhtmltopdf), Excel/CSV export, async generation with queues, report scheduling, large dataset handling, template rendering, and report API design. NOT for real-time dashboards or live charting.

j4flmao/agent-skills · 57 tokens

wuji-document-suite

Unified office-document Skill for Word, PDF, and spreadsheet creation, editing, rendering, redlining, and verification. Use whenever the primary deliverable is DOCX, PDF, XLSX, CSV, or a related office artifact.

AI-wuji/wuji-legion-codex · 51 tokens

doc-reader

Read any common document/data file — PDF, Word (.docx), Excel (.xlsx/.xls), PowerPoint (.pptx), images (OCR), CSV/TSV, plain text, JSON/YAML/TOML, HTML/XML, and most source-code files. Use the readdocument tool.

HKUDS/Vibe-Trading · 65 tokens

skill-doc-delivery

Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.

nyldn/claude-octopus · 29 tokens

unified-deliverable-workflow

Generate spreadsheets, diagrams, and PDF reports with iteration budgeting and error recovery.

HKUDS/OpenSpace · 22 tokens