Source profileQuality 96/100

WYRE-AI/msp-claude-plugins/msp-claude-plugins/threatlocker/threatlocker/skills/computer-groups/SKILL.md

ThreatLocker Computer Groups

ThreatLocker computer groups — the policy-scoping boundary that determines which allow/deny rules apply to which endpoints. Covers listing groups, mapping a computer to its group, and the difference between the dropdown and full list endpoints.

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

Computer groups are the policy-scoping unit in ThreatLocker. Policies are applied at the group level, never at the individual computer level. A computer must belong to exactly one group, and moving a computer between groups changes which policy set applies to it. Groups can be g…

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/computer-groups"
    Safe inspection promptEditorial

    Inspect the Agent Skill "ThreatLocker Computer Groups" from https://github.com/WYRE-AI/msp-claude-plugins/blob/5005f73ba2f52cd299f58aa6bb79f4e70ae87103/msp-claude-plugins/threatlocker/threatlocker/skills/computer-groups/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

      A directory group. "Group" here is a ThreatLocker policy boundary

      A directory group. "Group" here is a ThreatLocker policy boundaryThe client a computer belongs to. Tenancy is the organization, notWhy a specific execution was blocked. The group only says which
    2. 02

      API Tools

      Full list with metadata — group name, ID, OS type, parent org, computer count, and policy associations. Use this for audits and reports.

      Full list with metadata — group name, ID, OS type, parent org, computer count, and policy associations. Use this for audits and reports.Slim list intended for selection UIs — typically just id, name, and osType. Use this when you only need to map an ID to a name or pick a target group for a move.The full list is heavier and includes counts and metadata that requires more lookups server-side. The dropdown returns immediately and is the right choice when you are about to issue another call (move, assign) and just…
    3. 03

      List Computer Groups (Full)

      Full list with metadata — group name, ID, OS type, parent org, computer count, and policy associations. Use this for audits and reports.

      Full list with metadata — group name, ID, OS type, parent org, computer count, and policy associations. Use this for audits and reports.
    4. 04

      List Computer Groups (Dropdown)

      Slim list intended for selection UIs — typically just id, name, and osType. Use this when you only need to map an ID to a name or pick a target group for a move.

      Slim list intended for selection UIs — typically just id, name, and osType. Use this when you only need to map an ID to a name or pick a target group for a move.
    5. 05

      Why two endpoints?

      The full list is heavier and includes counts and metadata that requires more lookups server-side. The dropdown returns immediately and is the right choice when you are about to issue another call (move, assign) and just need the IDs.

      The full list is heavier and includes counts and metadata that requires more lookups server-side. The dropdown returns immediately and is the right choice when you are about to issue another call (move, assign) and just…

    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 score96/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/computer-groups/SKILL.md
    Commit
    5005f73ba2f52cd299f58aa6bb79f4e70ae87103
    License
    Apache-2.0
    Collected
    2026-08-28
    Default branch
    main
    View the original SKILL.md

    ThreatLocker Computer Groups

    Computer groups are the policy-scoping unit in ThreatLocker. Policies are applied at the group level, never at the individual computer level. A computer must belong to exactly one group, and moving a computer between groups changes which policy set applies to it. Groups can be global (visible across all child organizations) or org-specific.

    Anti-triggers

    • A directory group. "Group" here is a ThreatLocker policy boundary with no relationship to Entra ID or Active Directory membership. Security and distribution groups in a managed M365 tenant are cipp-groups.
    • The client a computer belongs to. Tenancy is the organization, not the group; a computer sits in exactly one of each — use threatlocker-organizations.
    • Why a specific execution was blocked. The group only says which policy set applied; the individual block and the resulting request are threatlocker-audit-log and threatlocker-approval-requests.
    • A single machine's own record. Hostname, agent version, install date, and the maintenance-mode toggle sit on the computer rather than the group; use threatlocker-computers.

    API Tools

    List Computer Groups (Full)

    threatlocker_computer_groups_list
    

    Full list with metadata — group name, ID, OS type, parent org, computer count, and policy associations. Use this for audits and reports.

    List Computer Groups (Dropdown)

    threatlocker_computer_groups_dropdown
    

    Slim list intended for selection UIs — typically just id, name, and osType. Use this when you only need to map an ID to a name or pick a target group for a move.

    Why two endpoints?

    The full list is heavier and includes counts and metadata that requires more lookups server-side. The dropdown returns immediately and is the right choice when you are about to issue another call (move, assign) and just need the IDs.

    Key Concepts

    osType Enum

    ValueMeaning
    0All / Any
    1Windows
    2macOS
    3Linux

    A group's osType constrains which computers can be assigned to it — you cannot put a Mac into a Windows-only group.

    Global vs Org-Specific Groups

    • Global groups are defined at the partner level and inherited by all child organizations. Useful for fleet-wide baselines (e.g. "All Windows Servers").
    • Org-specific groups live inside a single child org. Most client-specific policy customization lives here.

    The full list endpoint exposes the parent organization on each row, so you can filter or group by it.

    Common Workflows

    Mapping Computer → Group

    The threatlocker_computers_list response includes computerGroupId and computerGroupName directly, so a separate call is usually unnecessary. When you have a stale ID and need the current name, use threatlocker_computer_groups_dropdown to resolve.

    Auditing Group Hygiene

    1. List all groups with threatlocker_computer_groups_list.
    2. Flag groups with zero computers (likely dead or deprecated).
    3. Flag groups with extreme computer counts (oversized — policy changes there will have wide blast radius).
    4. Flag groups whose osType does not match the OS distribution of the computers actually assigned to it (misclassified group).

    Choosing a Target Group for a New Endpoint

    1. Pull dropdown groups with threatlocker_computer_groups_dropdown.
    2. Filter to the matching osType for the new computer.
    3. Filter to the appropriate organization scope.
    4. Pick the group whose policy posture matches the endpoint's role (workstation, server, kiosk, etc.).

    Identifying Global vs Org-Specific

    1. Use the full list endpoint and inspect the parent organization on each row.
    2. Groups with the partner organization as parent are global.
    3. Groups whose parent matches a child org ID are org-specific to that child.

    Edge Cases

    • Empty groups — Some groups exist for future use. Don't auto-flag every empty group as a problem; cross-reference recent policy edits before recommending deletion.
    • OS-mismatch surprises — A computer's reported operatingSystem string is normalized into the osType enum at assignment time. Edge OS strings (Windows IoT, macOS preview builds) sometimes land in the wrong bucket.
    • Dropdown vs full — Don't try to compute counts from the dropdown — it does not return computer counts. Use the full list for that.

    Best Practices

    • Use the dropdown for any "pick a group" workflow; only call the full list when you genuinely need metadata or counts.
    • When scoping a policy change, list the group's computers first and estimate impact before recommending the change.
    • Keep group naming consistent across organizations — analysts triage faster when "Workstations - Standard" means the same thing everywhere.

    Related Skills

    Frequently asked questions

    What to verify before installation and use

    What does the ThreatLocker Computer Groups source document cover?

    Computer groups are the policy-scoping unit in ThreatLocker. Policies are applied at the group level, never at the individual computer level. A computer must belong to exactly one group, and moving a computer between groups changes which policy set applies to it. Groups can be g…

    How do I install ThreatLocker Computer Groups?

    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/computer-groups". 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