WYRE-AI/msp-claude-plugins/msp-claude-plugins/threatlocker/threatlocker/skills/organizations/SKILL.md
ThreatLocker Organizations
The ThreatLocker MSP multi-tenant model: enumerating child organizations, retrieving per-org auth keys, and identifying valid move targets when relocating computers between tenants.
- Source repository stars
- 42
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-08-28
- Source checked
- 2026-08-28
Decision brief
What it does: where it fits
ThreatLocker is built for MSPs and treats each customer as a child organization beneath the partner organization. The API key you authenticate with belongs to a parent (partner) org and can see all of its children. Most fleet-wide reporting and any tenant pivot work runs through…
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/WYRE-AI/msp-claude-plugins --skill "msp-claude-plugins/threatlocker/threatlocker/skills/organizations"Inspect the Agent Skill "ThreatLocker Organizations" from https://github.com/WYRE-AI/msp-claude-plugins/blob/5005f73ba2f52cd299f58aa6bb79f4e70ae87103/msp-claude-plugins/threatlocker/threatlocker/skills/organizations/SKILL.md at commit 5005f73ba2f52cd299f58aa6bb79f4e70ae87103. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Anti-triggers
Policy scope. An organization is a tenant boundary; the thing that
Policy scope. An organization is a tenant boundary; the thing thatAn M365 tenant. ThreatLocker child orgs and Microsoft tenants are- Policy scope. An organization is a tenant boundary; the thing that decides which allow/deny rules apply is the computer group — use threatlocker-computer-groups. - An M365 tenant. ThreatLocker child orgs and Microsoft… - 02
API Tools
Returns the full list of child organizations visible to the authenticated key — typically organizationId, organizationName, isPartner, parentOrganizationId, computer counts, and creation timestamp. This is the first call in nearly every multi-tenant workflow.
Returns the full list of child organizations visible to the authenticated key — typically organizationId, organizationName, isPartner, parentOrganizationId, computer counts, and creation timestamp. This is the first cal…Retrieves the auth key for a specific child organization. Used during agent provisioning and when a per-org integration (e.g. a client-facing dashboard) needs its own scoped credential.Treat this output like any other secret. Don't paste it into tickets, chat, or unencrypted notes. - 03
List Child Organizations
Returns the full list of child organizations visible to the authenticated key — typically organizationId, organizationName, isPartner, parentOrganizationId, computer counts, and creation timestamp. This is the first call in nearly every multi-tenant workflow.
Returns the full list of child organizations visible to the authenticated key — typically organizationId, organizationName, isPartner, parentOrganizationId, computer counts, and creation timestamp. This is the first cal… - 04
Get Organization Auth Key
Retrieves the auth key for a specific child organization. Used during agent provisioning and when a per-org integration (e.g. a client-facing dashboard) needs its own scoped credential.
Retrieves the auth key for a specific child organization. Used during agent provisioning and when a per-org integration (e.g. a client-facing dashboard) needs its own scoped credential.Treat this output like any other secret. Don't paste it into tickets, chat, or unencrypted notes. - 05
Organizations Eligible for Move
Returns the orgs that are valid destinations when relocating a computer — usually a subset of child orgs filtered by partnership and permission. Not the same as the full child list.
Returns the orgs that are valid destinations when relocating a computer — usually a subset of child orgs filtered by partnership and permission. Not the same as the full child list.
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 91/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 42 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- WYRE-AI/msp-claude-plugins
- Skill path
- msp-claude-plugins/threatlocker/threatlocker/skills/organizations/SKILL.md
- Commit
- 5005f73ba2f52cd299f58aa6bb79f4e70ae87103
- License
- Apache-2.0
- Collected
- 2026-08-28
- Default branch
- main
View the original SKILL.md
ThreatLocker Organizations
ThreatLocker is built for MSPs and treats each customer as a child organization beneath the partner organization. The API key you authenticate with belongs to a parent (partner) org and can see all of its children. Most fleet-wide reporting and any tenant pivot work runs through this skill.
Anti-triggers
- Policy scope. An organization is a tenant boundary; the thing that
decides which allow/deny rules apply is the computer group — use
threatlocker-computer-groups. - An M365 tenant. ThreatLocker child orgs and Microsoft tenants are
separate directories that happen to describe the same customer; tenant
onboarding, GDAP, and standards live in
cipp-tenants.
API Tools
List Child Organizations
threatlocker_organizations_list_children
Returns the full list of child organizations visible to the
authenticated key — typically organizationId, organizationName,
isPartner, parentOrganizationId, computer counts, and creation
timestamp. This is the first call in nearly every multi-tenant
workflow.
Get Organization Auth Key
threatlocker_organizations_get_auth_key
Retrieves the auth key for a specific child organization. Used during agent provisioning and when a per-org integration (e.g. a client-facing dashboard) needs its own scoped credential.
Treat this output like any other secret. Don't paste it into tickets, chat, or unencrypted notes.
Organizations Eligible for Move
threatlocker_organizations_for_move_computers
Returns the orgs that are valid destinations when relocating a computer — usually a subset of child orgs filtered by partnership and permission. Not the same as the full child list.
Key Concepts
Partner vs Customer Org
- Partner org — Top-level MSP tenant. Holds the API key, owns global computer groups, and parents customer orgs.
- Customer (child) org — One per MSP client. Holds that client's computers, org-specific groups, approvals, and Action Log entries.
How Tenant Scoping Works
Three ways to scope a call to a specific tenant:
- Set the
organizationIdheader on the HTTP call. - Send
childOrganizations: truein aGetByParametersbody to roll across all children at once. - Omit both — the API key's primary org is used.
See api-patterns for header/body details.
Common Workflows
MSP Multi-Tenant Pivot
The fan-out pattern for any per-client report:
threatlocker_organizations_list_childrento enumerate.- For each child, scope subsequent calls via the
organizationIdheader and produce per-tenant numbers. - Or, if the entity supports it, use
childOrganizations: trueonce and bucket results client-side byorganizationId.
Onboarding a New Client Org
When a new customer is added in the ThreatLocker portal:
threatlocker_organizations_list_childrenand confirm the new org appears.threatlocker_organizations_get_auth_keyfor the new org and securely transmit the key to the deployment team.- After agent rollout, validate computer count via the
computersskill and confirm at least one Action Log entry per endpoint viaaudit-log.
Moving Computers Between Orgs
This happens when a client splits, merges, or you discover a computer was registered to the wrong tenant:
threatlocker_organizations_for_move_computersto confirm the target org is move-eligible.- Issue the move via the appropriate computer endpoint (the ThreatLocker portal also exposes this in the UI).
- Re-pull the computer with
threatlocker_computers_getand confirm the neworganizationIdand that thecomputerGroupreset to the destination org's default.
Per-Tenant Approval Queue Audit
- List children.
- For each, set
organizationIdheader and callthreatlocker_approvals_pending_count. - Output a per-tenant pending count to spot the org generating the most queue pressure (often a sign of policy mode mismatch or a newly onboarded client still in baseline).
Edge Cases
- Inactive or hidden orgs — Some child orgs are archived or hidden. The list endpoint may include a flag; ignore those for fleet reports.
- Stale auth keys — A previously retrieved auth key continues to work until rotated. Don't assume the key in your records is current; pull fresh when in doubt.
- Move eligibility surprises —
for_move_computersfilters by partner relationship. If an org isn't in the result, the source org's parent doesn't have permission to move into it.
Best Practices
- Cache the child list for a session — it rarely changes mid-session.
- Always include both
organizationIdandorganizationNamein multi-tenant reports so a reader knows which client a number refers to. - Treat auth keys as secrets in transit (encrypted vaults, not tickets) and at rest.
- Before any move, snapshot the source computer record so you can confirm post-move state.
Related Skills
- api-patterns —
organizationIdheader andchildOrganizationsbody flag - computers — Computers within an org
- approval-requests — Per-tenant queue
- audit-log — Per-tenant Action Log
Frequently asked questions
What to verify before installation and use
What does the ThreatLocker Organizations source document cover?
ThreatLocker is built for MSPs and treats each customer as a child organization beneath the partner organization. The API key you authenticate with belongs to a parent (partner) org and can see all of its children. Most fleet-wide reporting and any tenant pivot work runs through…
How do I install ThreatLocker Organizations?
The source record exposes this install command: npx skills add https://github.com/WYRE-AI/msp-claude-plugins --skill "msp-claude-plugins/threatlocker/threatlocker/skills/organizations". Inspect the command and pinned source before running it.
Alternatives
Compare before choosing
coreyhaines31/marketingskills
ab-testing
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
garrytan/gbrain
bulk-ingestion
End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.
alirezarezvani/claude-skills
app-store-optimization
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
dotnet/skills
migrate-vstest-to-mtp
Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing