Sub-skill of hardware-assessment: Troubleshooting.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill troubleshooting --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Troubleshooting?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-troubleshooting-34b425f5)More formats (shields.io, HTML) on the badges page.
---
name: hardware-assessment-troubleshooting
description: 'Sub-skill of hardware-assessment: Troubleshooting.'
version: 1.1.0
category: operations
type: reference
scripts_exempt: true
---
# Troubleshooting
## Troubleshooting
| Issue | Cause | Fix |
|-------|-------|-----|
| Memory type "unknown" | Not running as root | Run with `sudo` |
| SMART "unavailable" | Not root or smartctl missing | `sudo apt install smartmontools` + run with `sudo` |
| GPU VRAM null | nvidia-smi not installed | Install NVIDIA drivers |
| 0 storage devices | lsblk not available | Check PATH or install util-linux |
| PowerShell: access denied | CIM queries blocked | Run as Administrator |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!