Blackpoint Asset Inventory

Blackpoint Asset Inventory is a skill for Claude Code from WYRE-AI/msp-claude-plugins. It costs 52 tokens per session (1,025 once invoked), scanned A, original, Apache-2.0.

A guide to the devices and cloud resources monitored for one Blackpoint Cyber customer, including endpoints, servers, network equipment, cloud resources, phones, and IoT devices.

In plain words
What is it for?
Use it to list or search assets, inspect asset details, and map relationships to understand the possible spread of a security issue.
Why use it?
It helps you find assets, handle large result sets, and understand how monitored devices are connected.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

Part of the blackpoint plugin — 4 skills, 5 commands, 3 agents shipped together

Good fit Use it to list or search assets, inspect asset details, and map relationships to understand the possible spread of a security issue.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wyre-ai/msp-claude-plugins/asset-inventory
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add WYRE-AI/msp-claude-plugins --skill asset-inventory
Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code.

Or install blackpoint, the plugin that ships this one along with the rest of its 4 skills, 5 commands, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Blackpoint Asset Inventory

README.md
[![agentmods](https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/asset-inventory/github.svg)](https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/asset-inventory)
Your own site
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/asset-inventory"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/asset-inventory/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Blackpoint Asset Inventory

Your own site · 80×15
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/asset-inventory"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/asset-inventory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,025 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.01025
Opus 5 $0.00026 $0.00513
Sonnet 5 $0.00010 $0.00205
Haiku 4.5 $0.00005 $0.00103

Measured 6d ago against content hash 8f135bcd89ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Blackpoint Asset Inventory scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

msp-claude-plugins/blackpoint/blackpoint/skills/asset-inventory/SKILL.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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).
  3. Paginate each class fully — endpoint counts can run high.
  4. 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.
  2. Narrow with the classes and tenant_ids filters if the search returns matches across multiple tenants.
  3. Pull blackpoint_assets_get on the match for full detail.

Read the full file on GitHub · 107 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 107 lines · 52 tokens per session scan A 8f135bcd89ca

Subscribe to this mod's changes

Blackpoint Asset Inventory is a skill published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 8d ago), licensed Apache-2.0. It adds 52 tokens to every session and 1,025 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.