> ## 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.

# Zalo Personal प्लगइन

# Zalo Personal (प्लगइन)

`zca-cli` का उपयोग करते हुए, एक सामान्य Zalo उपयोगकर्ता खाते को स्वचालित करने के लिए प्लगइन के माध्यम से OpenClaw के लिए Zalo Personal समर्थन।

> **Warning:** Unofficial automation may lead to account suspension/ban. Use at your own risk.

## नामकरण

Channel id is `zalouser` to make it explicit this automates a **personal Zalo user account** (unofficial). We keep `zalo` reserved for a potential future official Zalo API integration.

## यह कहाँ चलता है

यह प्लगइन **Gateway (गेटवे) प्रक्रिया के भीतर** चलता है।

यदि आप एक दूरस्थ Gateway का उपयोग करते हैं, तो इसे **Gateway चलाने वाली मशीन** पर इंस्टॉल/विन्यस्त करें, फिर Gateway को पुनः आरंभ करें।

## इंस्टॉल करें

### Option A: npm से इंस्टॉल करें

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw plugins install @openclaw/zalouser
```

इसके बाद Gateway को पुनः आरंभ करें।

### Option B: स्थानीय फ़ोल्डर से इंस्टॉल करें (dev)

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw plugins install ./extensions/zalouser
cd ./extensions/zalouser && pnpm install
```

इसके बाद Gateway को पुनः आरंभ करें।

## पूर्वापेक्षा: zca-cli

Gateway मशीन पर `zca` का `PATH` पर होना आवश्यक है:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
zca --version
```

## कॉन्फ़िगरेशन

चैनल विन्यास `channels.zalouser` के अंतर्गत रहता है (`plugins.entries.*` के अंतर्गत नहीं):

```json5 theme={"theme":{"light":"min-light","dark":"min-dark"}}
{
  channels: {
    zalouser: {
      enabled: true,
      dmPolicy: "pairing",
    },
  },
}
```

## CLI

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw channels login --channel zalouser
openclaw channels logout --channel zalouser
openclaw channels status --probe
openclaw message send --channel zalouser --target <threadId> --message "Hello from OpenClaw"
openclaw directory peers list --channel zalouser --query "name"
```

## एजेंट टूल

टूल नाम: `zalouser`

क्रियाएँ: `send`, `image`, `link`, `friends`, `groups`, `me`, `status`
