Asset inventory
Skill bromso/metapowers/plugins/security/skills/asset-inventory
A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.
npx -y skills add bromso/metapowers --skill asset-inventoryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Catalog hardware, software, data, and service assets with criticality
SKILL.md
3.8 KB, as published. Nobody here has run it
Asset Inventory
Catalog hardware, software, data, and service assets with criticality ratings for "$ARGUMENTS". Create a comprehensive asset register that serves as the foundation for risk assessment and security controls.
Prerequisites
Read .metapowers/security/$ARGUMENTS/00-govern.md. If this file does not exist, tell the user:
Phase 0 (Govern) has not been completed for "$ARGUMENTS". Run a Govern skill first (e.g.,
/security:security-policy $ARGUMENTS), or use--skip-checksto bypass.
If --skip-checks is present in $ARGUMENTS, skip this check and log to .metapowers/security/$ARGUMENTS/skip-log.md.
Process
-
Enumerate asset categories:
- Hardware — servers, workstations, laptops, mobile devices, network equipment, IoT devices
- Software — operating systems, applications, databases, middleware, custom-built systems
- Data stores — databases, file shares, object storage, backups, archives, data warehouses
- APIs — internal APIs, external-facing APIs, third-party API integrations
- Cloud services — IaaS, PaaS, SaaS, serverless functions, managed services
- SaaS tools — productivity, communication, development, monitoring, analytics tools
-
Document each asset:
- For every identified asset, record:
- Name and description — what it is and what it does
- Owner — person or team responsible for the asset
- Location — physical location, cloud region, or URL
- Criticality — Critical, High, Medium, or Low based on business impact if compromised or unavailable
- Data classification — what sensitivity level of data it stores or processes (Public, Internal, Confidential, Restricted)
- Dependencies — what other assets it depends on and what depends on it
- Lifecycle status — active, deprecated, end-of-life, decommissioning
- For every identified asset, record:
-
Create asset register table:
- Build a structured table with columns: Asset ID, Name, Category, Owner, Location, Criticality, Data Classification, Dependencies, Status
- Group assets by category for readability
- Assign unique identifiers for cross-referencing in other security artifacts
-
Identify shadow IT:
- Look for unsanctioned tools, services, or infrastructure not managed by IT
- Common shadow IT categories: personal cloud storage, unauthorized SaaS, developer side-projects on production infrastructure, unmanaged devices
- Assess risk of each shadow IT item and recommend: formalize, replace, or decommission
- Define process for ongoing shadow IT discovery
-
Map critical dependencies:
- Identify single points of failure in the asset dependency graph
- Highlight assets where compromise would cascade to multiple systems
- Note assets with no documented owner or unclear responsibility
- Flag end-of-life assets still in production use
-
Write the artifact to
.metapowers/security/$ARGUMENTS/01-identify.mdwith heading:Asset Inventory
Include sections:
- Asset Register — complete table of all identified assets
- Criticality Summary — count and list of assets by criticality level
- Dependency Map — critical dependency chains and single points of failure
- Shadow IT Findings — unsanctioned assets and recommended actions
- Gaps and Recommendations — unowned assets, EOL systems, and next steps
Output
The asset inventory written to .metapowers/security/$ARGUMENTS/01-identify.md. Present a summary to the user highlighting:
- Total assets cataloged by category
- Distribution across criticality levels
- Critical dependency chains and single points of failure
- Shadow IT findings requiring attention