seanGSISG

Ad Whois — Development skill for Claude Code

Development community

Quick Active Directory user lookup — resolve a name / sAMAccountName / UPN / mail to a user and present key fields including password expiry.

How to install Ad Whois

Installs to ~/.claude/skills/seangsisg-ad-ldap-plugin-ad-whois/SKILL.md

Terminal
mkdir -p ~/.claude/skills/seangsisg-ad-ldap-plugin-ad-whois && curl -fsSL https://raw.githubusercontent.com/seanGSISG/ad-ldap-plugin/HEAD/commands/ad-whois.md -o ~/.claude/skills/seangsisg-ad-ldap-plugin-ad-whois/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ad Whois does


description: Quick Active Directory user lookup — resolve a name / sAMAccountName / UPN / mail to a user and present key fields including password expiry. argument-hint:

Look up the Active Directory user identified by: **$ARGUMENTS**

Use the `ad-ldap` MCP tools (read-only):

  1. If $ARGUMENTS is an exact account form (sAMAccountName, UPN, mail, or a DN containing =), call ad_get_user(identifier="$ARGUMENTS") directly.
  2. Otherwise call `ad_f

Alternatives in Development

  • Breach Check — HIBP k-anonymity check on a password wordlist 4.5k ★
  • Resolve Drizzle Migrations — Resolve Drizzle migration conflicts by accepting upstream and regenerating local migrations 2.5k ★
  • Obsidian Reconcile — Find and resolve contradictions in the vault — the vault maintains its own truth 277 ★

Full documentation available on GitHub

View Source Repository