Blackpoint Multi-Tenant Operations

Blackpoint Multi-Tenant Operations is a skill for Claude Code from WYRE-AI/msp-claude-plugins. It costs 51 tokens per session (1,040 once invoked), scanned A, original, Apache-2.0.

A guide for managing multiple customer accounts, called tenants, in Blackpoint Cyber from one partner account.

In plain words
What is it for?
Use it to sweep all tenants, find unusual activity, and create per-customer security scorecards.
Why use it?
It provides a consistent way to list customers, review their detections and vulnerabilities, and keep every result tied to the right customer.

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 sweep all tenants, find unusual activity, and create per-customer security scorecards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wyre-ai/msp-claude-plugins/multi-tenant-operations
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 multi-tenant-operations
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 Multi-Tenant Operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/multi-tenant-operations/github.svg)](https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/multi-tenant-operations)
Your own site
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/multi-tenant-operations"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/multi-tenant-operations/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 Multi-Tenant Operations

Your own site · 80×15
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/multi-tenant-operations"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/multi-tenant-operations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,040 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.00051 $0.01040
Opus 5 $0.00026 $0.00520
Sonnet 5 $0.00010 $0.00208
Haiku 4.5 $0.00005 $0.00104

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

Security

Grade A, and why

Blackpoint Multi-Tenant Operations 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/multi-tenant-operations/SKILL.md · 112 lines

How it starts

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

Blackpoint Multi-Tenant Operations

The CompassOne partner account sees every customer tenant. This skill covers the partner-level operating loop: enumerate tenants, sweep across them, and roll up into a portfolio view.

Anti-triggers

  • blackpoint_partners_* — the partners domain is a stub. Partner scope comes from the token itself; blackpoint_tenants_list is the only enumeration that works.
  • Investigating one detection — the drill-down flow is blackpoint-incident-response; this skill is the sweep across tenants, not the deep dive within one.
  • A tenant portfolio in another product — M365 tenants are cipp-tenants or inforcer-tenant-management; Blumira client accounts are blumira-msp. A CompassOne tenant maps to none of them automatically.

The Partner-Tenant Model

Partner (the MSP)
  └── Tenant (customer)        ← blackpoint_tenants_list / _get
        └── Asset
              └── Detections / Vulnerabilities

Every partner-level operation starts the same way: enumerate tenants, then iterate. Never present partner output without tenant attribution on every row.

API Tools

Tool Purpose
blackpoint_tenants_list Enumerate customer tenants (filter by account, status, name search)
blackpoint_tenants_get Detail for one tenant
blackpoint_detections_list Detections — call once per tenant with tenant_id
blackpoint_vulnerabilities_list Vulnerabilities — call once per tenant
blackpoint_vulnerabilities_external_list External exposures per tenant
blackpoint_vulnerabilities_darkweb_list Dark-web exposures per tenant

Common Workflows

Multi-tenant detection sweep

  1. blackpoint_tenants_list — enumerate all customers.
  2. For each tenant, blackpoint_detections_list filtered to a recent window and status in {new, investigating}.
  3. Roll up: detections per tenant, severity distribution, top detection types.
  4. Flag tenants with abnormal volume — a tenant well above its apparent baseline is itself the signal.

Read the full file on GitHub · 112 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 · 112 lines · 51 tokens per session scan A 3a8b85a7af23

Subscribe to this mod's changes

Blackpoint Multi-Tenant Operations is a skill published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 7d ago), licensed Apache-2.0. It adds 51 tokens to every session and 1,040 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.