> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw.veiseule.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# डायरेक्टरी

# `openclaw directory`

उन चैनलों के लिए डायरेक्टरी लुकअप जो इसका समर्थन करते हैं (संपर्क/peers, समूह, और “me”).

## सामान्य फ़्लैग्स

* `--channel <name>`: चैनल आईडी/उपनाम (जब कई चैनल विन्यस्त हों तो आवश्यक; केवल एक विन्यस्त होने पर स्वचालित)
* `--account <id>`: खाता आईडी (डिफ़ॉल्ट: चैनल डिफ़ॉल्ट)
* `--json`: आउटपुट JSON

## टिप्पणियाँ

* `directory` का उद्देश्य आपको ऐसे आईडी खोजने में मदद करना है जिन्हें आप अन्य कमांड्स में पेस्ट कर सकें (विशेषकर `openclaw message send --target ...`).
* कई चैनलों के लिए, परिणाम लाइव प्रदाता डायरेक्टरी के बजाय विन्यास-आधारित होते हैं (allowlists / विन्यस्त समूह).
* डिफ़ॉल्ट आउटपुट `id` (और कभी-कभी `name`) होता है, जिन्हें टैब से अलग किया जाता है; स्क्रिप्टिंग के लिए `--json` का उपयोग करें.

## `message send` के साथ परिणामों का उपयोग

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw directory peers list --channel slack --query "U0"
openclaw message send --channel slack --target user:U012ABCDEF --message "hello"
```

## आईडी प्रारूप (चैनल के अनुसार)

* WhatsApp: `+15551234567` (DM), `1234567890-1234567890@g.us` (समूह)
* Telegram: `@username` या संख्यात्मक चैट आईडी; समूह संख्यात्मक आईडी होते हैं
* Slack: `user:U…` और `channel:C…`
* Discord: `user:<id>` और `channel:<id>`
* Matrix (plugin): `user:@user:server`, `room:!roomId:server`, या `#alias:server`
* Microsoft Teams (plugin): `user:<id>` और `conversation:<id>`
* Zalo (plugin): उपयोगकर्ता आईडी (Bot API)
* Zalo Personal / `zalouser` (plugin): `zca` से थ्रेड आईडी (DM/समूह) (`me`, `friend list`, `group list`)

## स्वयं (“me”)

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw directory self --channel zalouser
```

## सहकर्मी (संपर्क/उपयोगकर्ता)

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw directory peers list --channel zalouser
openclaw directory peers list --channel zalouser --query "name"
openclaw directory peers list --channel zalouser --limit 50
```

## समूह

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw directory groups list --channel zalouser
openclaw directory groups list --channel zalouser --query "work"
openclaw directory groups members --channel zalouser --group-id <id>
```
