directory-service-search

Search LDAP, Active Directory, or custom databases for user and resource information.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill directory-service-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: directory-service-search
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/directory-service-search
Command: npx skills add https://github.com/AstorYH/PASB --skill directory-service-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly find specific information within a directory service, eliminating the need for manual searching through complex systems.

Core Features & Use Cases

  • Information Retrieval: Search for users, groups, devices, or other directory objects.
  • Flexible Scoping: Specify search scope (base, subtree, whole) for targeted results.
  • Use Case: Quickly find the contact information for a colleague in a large organization or locate a specific server within the network infrastructure.

Quick Start

Search for 'Jane Doe' in the directory service.

Frequently Asked Questions about directory-service-search

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

FAQPage Schema
How do I search Active Directory for user information?

You can search Active Directory for user information by providing a query string and an optional search scope. The skill queries the pre-configured directory service endpoint using your access credentials to retrieve matching user records.

Can I use this to query LDAP for specific directory objects?

Yes, you can query LDAP for directory objects like users, groups, and devices. The skill supports searching across LDAP, Active Directory, or custom databases by submitting a text query and specifying a search scope.

What is the difference between base, subtree, and whole search scopes?

Search scopes limit the depth of your directory service query. Base searches only the entry itself, subtree searches the entry and all descendants, and whole searches the entire directory tree to return targeted results.

Do I need to configure directory service credentials before searching?

Yes, you must pre-configure the directory service endpoint and access credentials before searching. The skill requires this setup to authenticate and retrieve information from LDAP, Active Directory, or custom databases.

What's the best way to find a colleague's contact info in a large organization?

The best way to find a colleague's contact info is to search the directory service by their name. This skill retrieves the specific contact details by querying your organization's LDAP or Active Directory system.