Marketplace infrastructure-reporting
Generate comprehensive network infrastructure reports including health status, performance analysis, security audits, and capacity planning recommendations.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/dataknifeai/infrastructure-reporting" ~/.claude/skills/aiskillstore-marketplace-infrastructure-reporting && rm -rf "$T"
manifest:
skills/dataknifeai/infrastructure-reporting/SKILL.mdsource content
Infrastructure Reporting Skill
Generate comprehensive reports for network health, performance, security, and capacity planning.
What this skill does
This skill enables you to:
- Generate network health and status reports
- Create performance analysis reports
- Generate security audit and compliance reports
- Create device inventory reports
- Produce capacity planning recommendations
- Generate multi-site comparison reports
- Create executive summary dashboards
When to use this skill
Use this skill when you need to:
- Create periodic health check reports
- Document network performance
- Generate audit documentation for compliance
- Plan infrastructure upgrades
- Compare performance across sites
- Create dashboards for monitoring
- Generate executive reports for stakeholders
- Document security posture
Available Tools
- All network tools combined for comprehensive reporting
- Site overviewget_network_sites
- Health metricsget_site_health
- Device inventoryget_network_devices
- Performance dataget_network_device_stats
- Client informationget_network_clients
- Client metricsget_client_stats
- WiFi configurationget_wifi_networks
- Security zonesget_firewall_zones
- Access controlsget_acl_rules
- System informationget_network_info
Typical Workflows
Weekly Health Report
- Gather data from all sites using
get_site_health - Use
to list devicesget_network_devices - Use
for performanceget_network_device_stats - Summarize findings with recommendations
- Create executive summary
Monthly Performance Report
- Use
for device metricsget_network_device_stats - Use
for client performanceget_client_stats - Analyze trends and patterns
- Create performance dashboards
- Identify improvement opportunities
Security & Compliance Audit
- Use
for network segmentationget_firewall_zones - Use
for access controlsget_acl_rules - Use
for system infoget_network_info - Document security posture
- Create audit trail and recommendations
Capacity Planning Report
- Gather inventory with
get_network_devices - Analyze usage with
get_network_device_stats - Project future needs
- Recommend upgrades
- Estimate timelines and costs
Example Questions
- "Generate a weekly health report"
- "Create a monthly performance report"
- "Generate a security audit report"
- "Perform capacity planning analysis"
- "Compare health across all sites"
- "Create an executive dashboard"
- "Generate a device inventory report"
- "Create a compliance audit report"
Response Format
When using this skill, I provide:
- Executive summary with key findings
- Detailed data analysis with metrics
- Visual representations (tables, charts)
- Trend analysis and forecasting
- Specific recommendations with priority
- Risk assessments
- Action items with timelines
- Comparison across sites (if applicable)