blackpoint-asset-inventory

Solid

Blackpoint Cyber (CompassOne) asset data: the six asset classes, listing and paginating assets per class, cross-class search, asset detail, and walking parent/child/sibling relationships to build a blast-radius or topology view.

AI & Automation 45 stars 24 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
55
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Blackpoint Asset Inventory Assets are the leaves of the CompassOne hierarchy — every detection and vulnerability fires against one. This skill covers enumerating them, searching across classes, and mapping how they connect. ## Anti-triggers - **Another vendor's asset inventory** — "asset" is one of the most overloaded words in the stack. Network discovery is `runzero-assets`, EDR-managed endpoints are `sentinelone-inventory` or `huntress-agents`, and RMM device records are the RMM plugin's. A CompassOne asset only exists because CompassOne monitors it. - **What is wrong with an asset** — findings against it are `blackpoint-vulnerability-management` (exposure) or `blackpoint-incident-response` (detections). - **Counting assets across every customer** — use `blackpoint-multi-tenant-operations`; `blackpoint_assets_list` is scoped to one tenant and one class per call. ## Asset Classes `blackpoint_assets_list` requires an asset **class**. The supported classes are: - `endpoint` — workstations, laptops - `server` — physical and virtual servers - `network` — switches, routers, firewalls - `cloud` — cloud accounts and resources - `mobile` — phones, tablets - `iot` — IoT and OT devices ## API Tools | Tool | Purpose | |------|---------| | `blackpoint_assets_list` | List assets of a given class for a tenant (paginated) | | `blackpoint_assets_get` | Full detail for one asset | | `blackpoint_assets_search` | Search assets across all classes by name / identifier |...

Details

Author
wyre-technology
Repository
wyre-technology/msp-claude-plugins
Created
7 months ago
Last Updated
1 weeks ago
Language
Astro
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category