Source profileQuality 91/100

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…

Best for

    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

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    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.

    Source-detected install commandSource
    npx skills add https://github.com/WYRE-AI/msp-claude-plugins --skill "msp-claude-plugins/threatlocker/threatlocker/skills/organizations"
    Safe inspection promptEditorial

    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

    1. 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…
    2. 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.
    3. 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…
    4. 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.
    5. 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

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars42SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated 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:

    1. Set the organizationId header on the HTTP call.
    2. Send childOrganizations: true in a GetByParameters body to roll across all children at once.
    3. 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:

    1. threatlocker_organizations_list_children to enumerate.
    2. For each child, scope subsequent calls via the organizationId header and produce per-tenant numbers.
    3. Or, if the entity supports it, use childOrganizations: true once and bucket results client-side by organizationId.

    Onboarding a New Client Org

    When a new customer is added in the ThreatLocker portal:

    1. threatlocker_organizations_list_children and confirm the new org appears.
    2. threatlocker_organizations_get_auth_key for the new org and securely transmit the key to the deployment team.
    3. After agent rollout, validate computer count via the computers skill and confirm at least one Action Log entry per endpoint via audit-log.

    Moving Computers Between Orgs

    This happens when a client splits, merges, or you discover a computer was registered to the wrong tenant:

    1. threatlocker_organizations_for_move_computers to confirm the target org is move-eligible.
    2. Issue the move via the appropriate computer endpoint (the ThreatLocker portal also exposes this in the UI).
    3. Re-pull the computer with threatlocker_computers_get and confirm the new organizationId and that the computerGroup reset to the destination org's default.

    Per-Tenant Approval Queue Audit

    1. List children.
    2. For each, set organizationId header and call threatlocker_approvals_pending_count.
    3. 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 surprisesfor_move_computers filters 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 organizationId and organizationName in 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

    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

    Computed 10045,960

    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

    Computed 10029,236

    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.

    Computed 10025,136

    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

    Computed 1005,277

    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