---
name: asset-validator
description: Reconcile authorized inventory against discovered devices so Claude can explain rogue assets, ghost assets, and inventory coverage gaps clearly.
Asset Validator
Use this skill when the user wants to compare asset inventory records against discovered devices and identify unauthorized, missing, or poorly tracked hardware.
Goal
Help Claude evaluate asset inventory quality, highlight rogue and ghost assets, and summarize the most important reconciliation issues for audit follow-up.
Workflow
Confirm the authorized inventory file and the discovered asset file.
Review both sources for enough identifying information to compare devices reliably.
Identify rogue assets that appear in discovery but not inventory and ghost assets that appear in inventory but not discovery.
Summarize coverage gaps, unusual patterns, and areas where asset records may be stale or incomplete.
Present a practical reconciliation summary with priorities for remediation.
Inputs
Expected inputs from the bundled tool metadata:
inventory: Path to the authorized asset inventory CSV.
discovered: Path to the discovered asset CSV.
output: Optional output format such as markdown, json, or csv.
Bundled Files
main.py contains the executable asset reconciliation logic.
README.md provides guidance and examples.
skill.yaml captures the repo-native metadata for this skill.
sample_input may contain representative inventory data.
Guidance
Be clear about the difference between rogue, ghost, and unknown assets. Focus on inventory integrity and the operational risk created by poor asset visibility.
1---2name: asset-validator3description: ---4---5---6name: asset-validator7description: Reconcile authorized inventory against discovered devices so Claude can explain rogue assets, ghost assets, and inventory coverage gaps clearly.8---910# Asset Validator1112Use this skill when the user wants to compare asset inventory records against discovered devices and identify unauthorized, missing, or poorly tracked hardware.1314## Goal1516Help Claude evaluate asset inventory quality, highlight rogue and ghost assets, and summarize the most important reconciliation issues for audit follow-up.1718## Workflow19201. Confirm the authorized inventory file and the discovered asset file.212. Review both sources for enough identifying information to compare devices reliably.223. Identify rogue assets that appear in discovery but not inventory and ghost assets that appear in inventory but not discovery.234. Summarize coverage gaps, unusual patterns, and areas where asset records may be stale or incomplete.245. Present a practical reconciliation summary with priorities for remediation.2526## Inputs2728Expected inputs from the bundled tool metadata:29- inventory: Path to the authorized asset inventory CSV.30- discovered: Path to the discovered asset CSV.31- output: Optional output format such as markdown, json, or csv.3233## Bundled Files3435- main.py contains the executable asset reconciliation logic.36- README.md provides guidance and examples.37- skill.yaml captures the repo-native metadata for this skill.38- sample_input may contain representative inventory data.3940## Guidance4142Be clear about the difference between rogue, ghost, and unknown assets. Focus on inventory integrity and the operational risk created by poor asset visibility.
Run npx skillmds@latest add maxwellokumu/asset-validator in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
maxwellokumu (@maxwellokumu) published this skill. Their other Agent Skills are listed on their SkillMD profile.