AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Blackpoint Asset Inventory

skill-wyre-ai-msp-claude-plugins-asset-inventory · by WYRE-AI

>

— No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-wyre-ai-msp-claude-plugins-asset-inventory

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wyre-ai-msp-claude-plugins-asset-inventory)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Blackpoint Asset Inventory? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 | | blackpoint_assets_relationships | Walk parent / child / sibling links from a source asset |

Common Workflows

Full inventory for a tenant

  1. Confirm the tenant with blackpoint_tenants_get.
  2. Call blackpoint_assets_list once per class (endpoint,

server, network, cloud, mobile, iot).

  1. Paginate each class fully — endpoint counts can run high.
  2. Roll up: total assets, count per class, count per status.

Find a specific asset fast

  1. Use blackpoint_assets_search with a hostname, serial, or

identifier — it spans all classes, so you do not need to know the class first.

  1. Narrow with the classes and tenant_ids filters if the search

returns matches across multiple tenants.

  1. Pull blackpoint_assets_get on the match for full detail.

Build a relationship / topology map

  1. Identify the entry asset with blackpoint_assets_search.
  2. Call blackpoint_assets_relationships with the source asset ID.

Use the direction filter (parent / child / sibling) and the related_class filter to control the walk.

  1. For each related asset, optionally pull detail and any open

detections to build a blast-radius view.

Edge Cases

  • Class is required — blackpoint_assets_list will not return

"all assets" in one call; you must iterate the six classes. Use blackpoint_assets_search when you genuinely want a cross-class view.

  • Asset identity drift — a re-imaged endpoint can produce two

asset records. Dedupe on hostname / serial before reporting counts.

  • Read-only — there are no tools to create, retire, or modify

assets; lifecycle changes happen in the CompassOne portal.

Best Practices

  • Always carry the tenant name in inventory output — partner-level

work spans many customers.

  • Pair blackpoint_assets_relationships with detection lookups when

the question is about blast radius, not just topology.

Related Skills

  • [incident-response](../incident-response/SKILL.md) - Pivoting from a detection to its asset
  • [api-patterns](../api-patterns/SKILL.md) - Hierarchy, auth, pagination

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.