@lofa199419/waha-v2
v3.1.1-context.9
Published
OpenClaw WAHA v2 channel plugin — independent WhatsApp HTTP API integration
Readme
@lofa199419/waha-v2
OpenClaw WAHA v2 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/waha-v2/SKILL.md - Local CLI wrappers:
bin/waha-clibin/wabin/wa-advbin/waha-advanced-entrypointbin/waha_cli.py
Install into an OpenClaw state dir
npm install @lofa199419/waha-v2
node node_modules/@lofa199419/waha-v2/scripts/install-openclaw-extension.mjs --state-dir /data/.openclaw --forceOr with OPENCLAW_STATE_DIR:
OPENCLAW_STATE_DIR=/data/.openclaw node node_modules/@lofa199419/waha-v2/scripts/install-openclaw-extension.mjs --forceRuntime configuration
The plugin package does not ship secrets. Provide WAHA configuration through your container or startup flow and render:
/data/.openclaw/extensions/waha-v2/bin/.envExpected values:
WAHA_URL=https://your-waha-host
WAHA_API_KEY=your-api-key
WAHA_SESSION_DEFAULT=powerPublish checklist
npm pack --dry-run
npm publish --access public