cipp-groups

cipp-groups is a skill for Claude Code, Codex from WYRE-AI/msp-claude-plugins. It costs 61 tokens per session (804 once invoked), scanned A, original, Apache-2.0.

Tools for listing and creating Microsoft 365 and Entra groups. Groups collect users for shared access, email distribution, or collaboration; Entra is Microsoft's identity and access service.

In plain words
What is it for?
Use it to inventory groups, inspect their type and mail settings, and create security, collaboration, distribution, or mail-enabled security groups.
Why use it?
They help identify the right group type and create groups without confusing them with shared mailboxes or individual membership changes.

Skill for Claude CodeCodex

Part of the cipp plugin — 7 skills, 4 commands, 2 agents shipped together

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.

agentmods
npx agentmods add skills/wyre-ai/msp-claude-plugins/groups
Any agent
npx skills add WYRE-AI/msp-claude-plugins --skill groups
Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code, Codex.

Or install cipp, the plugin that ships this one along with the rest of its 7 skills, 4 commands, 2 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 cipp-groups

README.md
[![agentmods](https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/groups.svg)](https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/groups)
Your own site
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/groups"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/groups.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 804 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00061 $0.00804
Opus 5 $0.00030 $0.00402
Sonnet 5 $0.00012 $0.00161
Haiku 4.5 $0.00006 $0.00080

Measured yesterday against content hash 79956d855341, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cipp-groups 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 yesterday.

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/cipp/cipp/skills/groups/SKILL.md · 75 lines

How it starts

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

CIPP Groups

Groups in CIPP cover all four Entra/M365 group types: Security, Microsoft 365 (unified), Distribution List, and Mail-Enabled Security. Most groups are managed through CIPP for delegation simplicity, but membership changes for individual users typically flow through cipp_list_user_groups (read) and the M365 plugin or graph-API for write operations.

Anti-triggers

  • Adding or removing a member of an existing group — CIPP exposes create and list only; there is no membership-write tool. Use the m365 plugin or microsoft-graph-querying.
  • Which groups one user belongs tocipp_list_user_groups is in cipp-users, and cipp_offboard_user strips memberships as part of the offboard.
  • Reviewing group and role assignments for a governance report — read-only identity inventory across a baseline is inforcer-identity-governance.
  • A shared mailbox — a Microsoft 365 group is not a shared mailbox; mailbox objects and their delegates are cipp-mailboxes.

Tools

cipp_list_groups

cipp_list_groups(tenantFilter='contoso.onmicrosoft.com')

Returns all groups in the tenant with id, displayName, groupTypes, mailEnabled, securityEnabled, and member count. Use to audit group sprawl, find candidate distribution lists for cleanup, or resolve group names to IDs.

cipp_create_group

cipp_create_group(tenantFilter, displayName, description?,
                  groupType='Security'|'Microsoft 365'|'Distribution'|'Mail-Enabled Security',
                  mailNickname?, members?)

mailNickname is required for any mail-enabled group type. Members can be supplied at creation time as a list of UPNs or object IDs.

Group type matrix

Type Mail-enabled Use case
Security No RBAC, conditional access scoping, license assignment
Microsoft 365 Yes Teams, SharePoint, shared inbox + collaboration
Distribution Yes Email distribution only, no shared workspace
Mail-Enabled Security Yes Both: mail distribution AND security scoping

Read the full file on GitHub · 75 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. yesterday First seen · 75 lines · 61 tokens per session scan A 79956d855341

Subscribe to this mod's changes

cipp-groups is a skill published in the GitHub repository WYRE-AI/msp-claude-plugins (44 stars, last pushed 2d ago), licensed Apache-2.0. It adds 61 tokens to every session and 804 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.

Related

Other skills, from other repositories

watch

File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…

SethGammon/Citadel · 70 tokens

live-preview

Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.

SethGammon/Citadel · 40 tokens

finance-investor-relations

투자 유치를 위한 IR 피치덱과 3개년 재무 모델(매출 예측·손익·현금흐름·밸류에이션)을 만들어 드립니다. 다음과 같은 요청 시 사용하세요: "IR 덱 만들어줘" "투자자 피치 자료 써줘" "재무 모델 만들어줘" "매출 예측 좀 해줘" "밸류에이션 계산해줘" "시리즈 A 투자 유치 자료 준비해줘" "투자자 보고서 정리해줘" 투자 단계(Pre-SeedSeries B)에 맞춘 12슬라이드 피치덱·재무 모델·예상 질문 Q&A를 만들고, PPT/엑셀 변환으로 이어집니다.

modu-ai/moai-cowork · 180 tokens

design-copywriting

마케팅·제품 텍스트의 브랜드 정합 카피라이팅 전문가. 브랜드 보이스, AI 특유 어조 배제 규칙, 구체적 숫자, 다운스트림 에이전트 소비를 위한 JSON 섹션 구조를 보장합니다. 히어로, 기능, 소셜 증명, CTA, 푸터 섹션을 A/B 변형 출력으로 다룹니다. Use for brand-aligned marketing and product copy: headlines, CTAs, microcopy, taglines, value propositions, marketing-landing-page and footer copy, with anti-AI-slop rules…

modu-ai/moai-cowork · 136 tokens

content-card-news

인스타그램·스레드·카카오 채널용 카드뉴스 4장(본문 카피·디자인 가이드·이미지 생성 프롬프트·채널별 캡션·해시태그)을 한 번에 만들어 드립니다. 다음과 같은 요청 시 사용하세요: "카드뉴스 만들어줘" "인스타 슬라이드 기획해줘" "캐러셀 콘텐츠 구성해줘" "재택근무 도구 비교 카드뉴스 만들어줘" "스타트업 시드 라운드 체크리스트 카드뉴스 써줘" "프롬프트 엔지니어링 FAQ 카드뉴스 기획해줘" 주제에 맞는 구성 패턴을 자동으로 골라 4장을 채우고, 이미지 생성은 moai-coworker 이미지 스킬로, 한국어 자연화는…

modu-ai/moai-cowork · 202 tokens

media-gemini-3-image-prompt

Google Gemini 3 Pro Image (a.k.a. Nano Banana Pro) 전용 이미지 프롬프트 빌더. 사용자 자연어 한 줄 + AskUserQuestion 프리셋·미세조정으로 컨텍스트를 수집해 Google AI Developers 공식 가이드의 5-component 구조([Subject+Adj] doing [Action] in [Location]. [Composition]. [Lighting]. [Style]. [Constraint/Text])로 변환합니다. Google AI Studio · Vertex AI · Gemini 앱에 그대로 복붙…

modu-ai/moai-cowork · 307 tokens