Agent skill · Security

Device Inspection

Execute comprehensive L1-L4 network device inspection. Use when user asks to "inspect all devices", "run comprehensive health check", "full network audit", or needs systematic L1-L4 analysis across multiple devices.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill device-inspection --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/device-inspection/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Device Inspection - Comprehensive L1-L4 ## Applicable Scenarios - Comprehensive network health assessment (all test devices) - Full stack network inspection (L1-L4) - Network baseline establishment and verification - Pre-maintenance complete audit ## Identification Signals User questions contain: "inspect", "comprehensive", "full check", "all devices", "L1-L4" ## Execution Strategy 1. **List all devices in 'test' group** using list_devices(group="test") 2. **For each device, execute comprehensive inspection** covering L1 (Physical), L2 (Data Link), L3 (Network), L4 (Transport) 3. **Generate consolidated report** with device-by-device status 4. **Flag anomalies** across all layers ## Comprehensive Inspection Template (L1-L4) ### L1 - Physical Layer - [ ] `show version` (Device model, serial, uptime) - [ ] `show inventory` (Hardware modules, power supplies, fans) - [ ] `show environment all` (Temperature, power status, fan status) - [ ] `show interfaces` (Physical port states, media types) ### L2 - Data Link Layer - [ ] `show vlan brief` (VLAN configuration and status) - [ ] `show spanning-tree summary` (STP topology, root bridge) - [ ] `show spanning-tree detail` (Port states, cos

What's inside
Steps it walks through
  1. Applicable Scenarios
  2. Identification Signals
  3. Execution Strategy
  4. Comprehensive Inspection Template (L1-L4)
  5. L1 - Physical Layer
  6. L2 - Data Link Layer
  7. L3 - Network Layer
  8. L4 - Transport Layer & Services
  9. Report Format
  10. Executive Summary
  11. Device-by-Device Detailed Results
  12. Anomaly Details & Recommendations
  13. Consolidated Findings
  14. Multi-Device Inspection Process
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Device Inspection skill do?

Execute comprehensive L1-L4 network device inspection. Use when user asks to "inspect all devices", "run comprehensive health check", "full network audit", or needs systematic L1-L4 analysis across multiple devices.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill device-inspection --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going