Go to file
Peter Steinberger 7c7314f673 chore: drop twilio and go web-only 2025-12-05 19:03:59 +00:00
.github/workflows ci: fix node path and lint warnings 2025-11-25 12:08:08 +01:00
bin feat: same-phone mode with echo detection and configurable marker 2025-11-29 04:52:21 +00:00
docs docs: add repo link to homepage 2025-12-05 17:51:11 +00:00
src chore: drop twilio and go web-only 2025-12-05 19:03:59 +00:00
test/mocks chore: drop twilio and go web-only 2025-12-05 19:03:59 +00:00
.env.example Add warelay CLI with Twilio webhook support 2025-11-24 11:23:15 +01:00
.gitignore Ignore .pnpm-store 2025-11-25 12:11:39 +01:00
.npmrc chore: approve build scripts 2025-11-25 20:11:36 +01:00
AGENTS.md chore: make pi-only rpc with fixed sessions 2025-12-05 17:50:02 +00:00
CHANGELOG.md chore: make pi-only rpc with fixed sessions 2025-12-05 17:50:02 +00:00
CLAUDE.md Document exclamation mark escaping workaround for Claude Code 2025-12-02 06:52:56 +00:00
LICENSE Initial commit 2025-11-24 11:16:47 +01:00
README-header.png docs: add README header image 2025-11-25 14:29:21 +01:00
README.md chore: make pi-only rpc with fixed sessions 2025-12-05 17:50:02 +00:00
biome.json chore: format to 2-space and bump changelog 2025-11-26 00:53:53 +01:00
package.json Switch to clawdis RPC mode and complete rebrand 2025-12-05 17:22:53 +00:00
pnpm-workspace.yaml chore: approve build scripts 2025-11-25 20:11:36 +01:00
tsconfig.json web: add heartbeat and bounded reconnect tuning 2025-11-26 02:34:43 +01:00

README.md

🦞 CLAWDIS — WhatsApp Gateway for AI Agents

CLAWDIS

EXFOLIATE! EXFOLIATE!

CI status npm version MIT License

CLAWDIS (formerly Warelay) is a WhatsApp-to-AI gateway. Send a message, get an AI response. It's like having a genius lobster in your pocket 24/7.

┌─────────────┐      ┌──────────┐      ┌─────────────┐
│  WhatsApp   │ ───▶ │ CLAWDIS  │ ───▶ │  AI Agent   │
│  (You)      │ ◀─── │  🦞⏱️💙   │ ◀─── │   (Pi/Tau)  │
└─────────────┘      └──────────┘      └─────────────┘

Why "CLAWDIS"?

CLAWDIS = CLAW + TARDIS

Because every space lobster needs a time-and-space machine. The Doctor has a TARDIS. Clawd has a CLAWDIS. Both are blue. Both are chaotic. Both are loved.

Features

  • 📱 WhatsApp Integration — Personal WhatsApp Web or Twilio
  • 🤖 AI Agent Gateway — Pi/Tau only (Pi CLI in RPC mode)
  • 💬 Session Management — Per-sender conversation context
  • 🔔 Heartbeats — Periodic check-ins for proactive AI
  • 👥 Group Chat Support — Mention-based triggering
  • 📎 Media Support — Images, audio, documents, voice notes
  • 🎤 Voice Transcription — Whisper integration
  • 🔧 Tool Streaming — Real-time display (💻📄✍️📝)

Only the Pi/Tau CLI is supported now; legacy Claude/Codex/Gemini paths have been removed.

Quick Start

# Install
npm install -g warelay  # (still warelay on npm for now)

# Link your WhatsApp
clawdis login

# Send a message
clawdis send --to +1234567890 --message "Hello from the CLAWDIS!"

# Talk directly to the agent (no WhatsApp send)
clawdis agent --to +1234567890 --message "Ship checklist" --thinking high

# Start the relay
clawdis relay --verbose

Configuration

Create ~/.clawdis/clawdis.json:

{
  inbound: {
    allowFrom: ["+1234567890"],
    reply: {
      mode: "command",
      command: ["tau", "--mode", "json", "{{BodyStripped}}"],
      session: {
        scope: "per-sender",
        idleMinutes: 1440
      },
      heartbeatMinutes: 10
    }
  }
}

Documentation

Clawd

CLAWDIS was built for Clawd, a space lobster AI assistant. See the full setup in docs/clawd.md.

Providers

clawdis login      # Scan QR code
clawdis relay      # Start listening

Twilio

# Set environment variables
export TWILIO_ACCOUNT_SID=...
export TWILIO_AUTH_TOKEN=...
export TWILIO_WHATSAPP_FROM=whatsapp:+1234567890

clawdis relay --provider twilio

Commands

Command Description
clawdis login Link WhatsApp Web via QR
clawdis send Send a message
clawdis agent Talk directly to the agent (no WhatsApp send)
clawdis relay Start auto-reply loop
clawdis status Show recent messages
clawdis heartbeat Trigger a heartbeat

Credits

  • Peter Steinberger (@steipete) — Creator
  • Mario Zechner (@badlogicgames) — Tau/Pi, security testing
  • Clawd 🦞 — The space lobster who demanded a better name

License

MIT — Free as a lobster in the ocean.


"We're all just playing with our own prompts."

🦞💙