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.
npx skills add majiayu000/claude-skill-registry --skill device-inspection --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Applicable Scenarios
- Identification Signals
- Execution Strategy
- Comprehensive Inspection Template (L1-L4)
- L1 - Physical Layer
- L2 - Data Link Layer
- L3 - Network Layer
- L4 - Transport Layer & Services
- Report Format
- Executive Summary
- Device-by-Device Detailed Results
- Anomaly Details & Recommendations
- Consolidated Findings
- Multi-Device Inspection Process
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.
