Whassist

OpenClaw plugin and skill for Whassist

Audits

Pass

Install

openclaw plugins install clawhub:whassist-openclaw

Whassist OpenClaw Plugin

OpenClaw plugin for Whassist WhatsApp intelligence.

Install

For public distribution through ClawHub:

openclaw plugins install clawhub:whassist-openclaw
openclaw gateway restart

If OpenClaw chat-native plugin commands are enabled, the owner can install from chat:

/plugin install clawhub:whassist-openclaw
/plugin enable whassist

For local development:

npm install
npm run build
openclaw plugins install -l .
openclaw gateway restart

Connect

In OpenClaw chat:

connect whassist

OpenClaw should ask the user to open:

https://app.wh-assist.com/openclaw/connect

The user logs into Whassist, creates a one-time code, and pastes that code into OpenClaw chat. The plugin exchanges it through:

POST https://app.wh-assist.com/api/v1/openclaw/exchange

The returned API key is stored in plugins.entries.whassist.config.apiKey and is never printed in chat.

Tools

  • whassist_connect
  • whassist_check_connection
  • whassist_ask_agent
  • whassist_list_chats
  • whassist_get_messages
  • whassist_send_message

whassist_send_message requires confirmed: true and should only be called after the user confirms the exact target and message.