microsoft-ad

Manage Active Directory users, groups, and OUs via the robomotion activedirectory CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill microsoft-ad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: microsoft-ad
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/microsoft-ad
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill microsoft-ad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Active Directory administration is complex and error-prone when done manually; this skill automates LDAP-based user, group, and OU management through Robomotion's activedirectory CLI, reducing repetitive tasks and improving consistency.

Core Features & Use Cases

  • LDAP-driven CRUD for users and groups, with OU-aware organization.
  • Manage group memberships and list/search users within OUs.
  • End-to-end session-based workflow with vault-backed credentials for secure connections.

Quick Start

Connect to the on-premises Active Directory and list all users in a specified organizational unit.

Frequently Asked Questions about microsoft-ad

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Active Directory user management through LDAP?

Active Directory user management is automated through an LDAP-driven CLI that performs CRUD operations, reducing repetitive manual tasks and improving consistency across on-premises environments.

What's the best way to manage group memberships in organizational units?

Group memberships in organizational units are managed via LDAP commands that support listing, searching, and modifying user-to-group assignments within specific OUs.

Do I need vault configuration to connect to Active Directory?

Vault configuration is required to securely store and retrieve LDAP connection credentials, enabling session-based workflows that authenticate with the on-premises Active Directory.

Does this approach work for on-premises Active Directory environments?

On-premises Active Directory environments are fully supported, allowing you to create, read, update, and delete users, groups, and organizational units via LDAP connections.

Why does Active Directory automation require per-call session handling?

Per-call session handling ensures each Active Directory operation maintains an isolated, authenticated LDAP connection, preventing credential leaks and connection state conflicts during automated workflows.