4.4k★by codedao12
zalo – OpenClaw Skill
zalo is an OpenClaw Skills integration for security workflows. Guidance for integrating Zalo (Zalo OA/ZNS): flows, API usage, webhooks, and operational safety.
Skill Snapshot
| name | zalo |
| description | Guidance for integrating Zalo (Zalo OA/ZNS): flows, API usage, webhooks, and operational safety. OpenClaw Skills integration. |
| owner | codedao12 |
| repository | codedao12/zalo |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @codedao12/zalo |
| last updated | Feb 7, 2026 |
Maintainer

name: zalo description: Guidance for integrating Zalo (Zalo OA/ZNS): flows, API usage, webhooks, and operational safety.
Zalo Integration Guide
Goal
Provide a practical baseline for integrating Zalo (OA/ZNS): auth, messaging, webhooks, and operational considerations.
Use when
- You need to design a notification flow via Zalo.
- You need to describe webhook handling from Zalo.
- You want a security/rate-limit checklist.
Do not use when
- The request involves bypassing policies or collecting data unlawfully.
Core topics
- Auth: tokens, refresh, scopes.
- Messaging: payload formats by message type.
- Webhooks: signature validation, retries, idempotency.
- Ops: rate limits, logging, error tracking.
Required inputs
- Account type (OA/ZNS).
- Use case (alerts, CS, transactional).
- Environment (dev/prod) and sandbox needs.
Expected output
- A clear integration plan with a technical checklist.
Notes
- Never put secrets in logs.
- Always validate webhook signatures and protect against replay.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install zalo?
Run openclaw add @codedao12/zalo in your terminal. This installs zalo into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/codedao12/zalo. Review commits and README documentation before installing.
