@lofa199419/atomic-waha-v3
OpenClaw Atomic WAHA v3 channel plugin with a packaged local CLI wrapper for WAHA session and messaging operations.
What ships
- OpenClaw plugin files:
index.ts,src/,openclaw.plugin.json - Skill docs:
skills/atomic-waha-v3/SKILL.md - Local CLI wrappers:
bin/atomic-waha-v3-clibin/wabin/wa-advbin/atomic-waha-v3-advanced-entrypointbin/atomic_waha_v3_cli.py
Install into an OpenClaw state dir
npm install @lofa199419/atomic-waha-v3
node node_modules/@lofa199419/atomic-waha-v3/scripts/install-openclaw-extension.mjs --state-dir /data/.openclaw --force
Or with OPENCLAW_STATE_DIR:
OPENCLAW_STATE_DIR=/data/.openclaw node node_modules/@lofa199419/atomic-waha-v3/scripts/install-openclaw-extension.mjs --force
Runtime configuration
The plugin package does not ship secrets. Provide WAHA configuration through your container or startup flow and render:
/data/.openclaw/extensions/atomic-waha-v3/bin/.env
Expected values:
WAHA_URL=https://your-waha-host
WAHA_API_KEY=your-api-key
WAHA_SESSION_DEFAULT=power
Publish checklist
npm pack --dry-run
npm publish --access public