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.
npx skills add alirezarezvani/claude-code-skill-factory --skill ms365-tenant-managergit clone --depth 1 https://github.com/alirezarezvani/claude-code-skill-factoryWrote 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.
[](https://agentmods.dev/skills/alirezarezvani/claude-code-skill-factory/ms365-tenant-manager)<a href="https://agentmods.dev/skills/alirezarezvani/claude-code-skill-factory/ms365-tenant-manager"><img src="https://agentmods.dev/badge/skills/alirezarezvani/claude-code-skill-factory/ms365-tenant-manager/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.
<a href="https://agentmods.dev/skills/alirezarezvani/claude-code-skill-factory/ms365-tenant-manager"><img src="https://agentmods.dev/badge/skills/alirezarezvani/claude-code-skill-factory/ms365-tenant-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.01882 |
| Opus 5 | $0.00016 | $0.00941 |
| Sonnet 5 | $0.00007 | $0.00376 |
| Haiku 4.5 | $0.00003 | $0.00188 |
Grade A, and why
ms365-tenant-manager 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Microsoft 365 Tenant Manager
This skill provides expert guidance and automation for Microsoft 365 Global Administrators managing tenant setup, configuration, user lifecycle, security policies, and organizational optimization.
Capabilities
- Tenant Setup & Configuration: Initial tenant setup, domain configuration, DNS records, service provisioning
- User & Group Management: User lifecycle (create, modify, disable, delete), group creation, license assignment
- Security & Compliance: Conditional Access policies, MFA setup, DLP policies, retention policies, security baselines
- SharePoint & OneDrive: Site provisioning, permissions management, storage quotas, sharing policies
- Teams Administration: Team creation, policy management, guest access, compliance settings
- Exchange Online: Mailbox management, distribution groups, mail flow rules, anti-spam/malware policies
- License Management: License allocation, optimization, cost analysis, usage reporting
- Reporting & Auditing: Activity reports, audit logs, compliance reporting, usage analytics
- Automation Scripts: PowerShell script generation for bulk operations and recurring tasks
- Best Practices: Microsoft recommended configurations, security hardening, governance frameworks
Input Requirements
Tenant management tasks require:
- Action type: setup, configure, create, modify, delete, report, audit
- Resource details: User info, group names, policy settings, service configurations
- Organizational context: Company size, industry, compliance requirements (GDPR, HIPAA, etc.)
- Current state: Existing configurations, licenses, user count
- Desired outcome: Specific goals, requirements, or changes needed
Formats accepted:
- Text descriptions of administrative tasks
- JSON with structured configuration data
- CSV for bulk user/group operations
- Existing PowerShell scripts to review or modify
Output Formats
Results include:
- Step-by-step instructions: Detailed guidance for manual configuration via Admin Center
- PowerShell scripts: Ready-to-use scripts for automation (with safety checks)
- Configuration recommendations: Security and governance best practices
- Validation checklists: Pre/post-implementation verification steps
- Documentation: Markdown documentation of changes and configurations
- Rollback procedures: Instructions to undo changes if needed
- Compliance reports: Security posture and compliance status
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- __pycache__/powershell_generator.cpython-313.pyc 15 KB
- __pycache__/tenant_setup.cpython-313.pyc 13 KB
- __pycache__/user_management.cpython-313.pyc 17 KB
- expected_output.json 2.0 KB
- HOW_TO_USE.md 7.1 KB
- powershell_generator.py 14 KB runs code
- sample_input.json 471 B
- tenant_setup.py 17 KB runs code
- user_management.py 16 KB runs code
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.
- 10d ago First seen · 197 lines · 33 tokens per session scan A 0c50cd34b609
ms365-tenant-manager is a skill published in the GitHub repository alirezarezvani/claude-code-skill-factory (859 stars, last pushed 10mo ago), licensed MIT. It adds 33 tokens to every session and 1,882 once invoked, about $0.0002 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-08-30.
Other skills, from other repositories
skill-builder
Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
skill-builder
Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
offensive-container-escape
Container escape and breakout techniques targeting Docker, containerd, and Podman runtimes. Covers privileged container breakout via host filesystem mount and nsenter, Docker socket abuse through /var/run/docker.sock, Linux capability exploitation including CAPSYSADMIN, CAPSYSPTRACE, and CAPNETADMIN, cgroup v1…
offensive-cloud
Cloud security attack methodology covering AWS, Azure, and GCP. Includes credential harvesting (IMDS, /.aws, env vars, leaked CI secrets, instance roles), enumeration with cloud-specific tools (pacu, ScoutSuite, Prowler, ROADtools, gcpenum), privilege escalation paths (IAM PassRole, AssumeRole chains, Lambda/Functions…
event-driven-architecture
Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.
devops-cloud
DevOps, cloud infrastructure, and platform engineering. Use when working with AWS, GCP, Azure, Kubernetes, Terraform, CI/CD pipelines, or infrastructure as code.