From blackpoint
Use this skill when investigating a Blackpoint Cyber detection — drilling from a tenant to its assets, walking the detection list, pulling vulnerability and dark-web context, and assembling an incident timeline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blackpoint:incident-responseWhen to use
When investigating a Blackpoint Cyber / CompassOne detection, building an incident timeline across assets, or correlating detections with known vulnerabilities. Use when: blackpoint detection, blackpoint investigation, blackpoint incident, compassone detection, blackpoint vulnerability, blackpoint asset relationships, or blackpoint dark web.
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The functional Blackpoint tool surface today is read-only and centers
The functional Blackpoint tool surface today is read-only and centers on detections and the assets they fire against. This skill walks the investigation flow: tenant → asset → detections → vulnerabilities, plus dark-web and external-vulnerability cross-references.
| Tool | Purpose |
|---|---|
blackpoint_tenants_list | Partner's customer tenants |
blackpoint_tenants_get | Detail for one tenant |
| Tool | Purpose |
|---|---|
blackpoint_assets_list | Assets for a tenant |
blackpoint_assets_get | Detail for one asset |
blackpoint_assets_search | Search assets by name / identifier |
blackpoint_assets_relationships | Asset relationships (parent / child / related) |
| Tool | Purpose |
|---|---|
blackpoint_detections_list | Detections for the tenant / asset scope |
blackpoint_detections_get | Full detail for one detection |
| Tool | Purpose |
|---|---|
blackpoint_vulnerabilities_list | Known vulnerabilities for the scope |
blackpoint_vulnerabilities_scans_list | Recent scan results |
blackpoint_vulnerabilities_darkweb_list | Dark-web exposure findings |
blackpoint_vulnerabilities_external_list | External (internet-facing) vulnerabilities |
blackpoint_tenants_list →
blackpoint_tenants_get.blackpoint_detections_list.blackpoint_detections_get.blackpoint_assets_get and blackpoint_assets_relationships.blackpoint_vulnerabilities_list.blackpoint_tenants_get to confirm scope.blackpoint_vulnerabilities_external_list for internet-facing
exposure.blackpoint_vulnerabilities_darkweb_list for credential / data
leakage.blackpoint_vulnerabilities_scans_list for recent scan history.blackpoint_assets_search to find the entry asset.blackpoint_assets_relationships to enumerate connected assets.blackpoint_tenants_list to enumerate customers.blackpoint_detections_list for a recent
window.blackpoint_alerts_*,
blackpoint_cloud_security_*, blackpoint_notifications_*,
blackpoint_partners_*, blackpoint_threat_intel_*, and
blackpoint_tickets_* are placeholders today and should not be
invoked. Prefer the four functional domains.blackpoint_assets_search and dedupe on
hostname / serial before reporting.npx claudepluginhub wyre-technology/msp-claude-plugins --plugin blackpointUse this skill when working with the Blackpoint Cyber (CompassOne) MCP tools — Bearer token authentication, the partner-tenant-asset hierarchy, navigation tools, and the read-only tool surface across tenants, assets, detections, and vulnerabilities.
Provides a complete 360° security profile of any cloud asset including alerts, attack paths, compliance, permissions, exposure, sensitive data, and CDR activity in one view.
Guides usage of SentinelOne Purple MCP tools: connection setup, Service User token auth, transport modes, dual GraphQL/REST API patterns, rate limits, and error handling.