Go to file
Peter Steinberger 05b76281f7 CLI: add agent command for direct agent runs 2025-12-04 17:54:20 +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 CLI: add agent command for direct agent runs 2025-12-04 17:54:20 +00:00
src CLI: add agent command for direct agent runs 2025-12-04 17:54:20 +00:00
test/mocks web: send read receipts for inbound messages 2025-11-25 06:36:22 +01: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 fix(web): allow group replies past allowFrom 2025-12-03 13:08:54 +00:00
CHANGELOG.md chore: bump version to 1.4.0 2025-12-03 15:45:43 +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 CLI: add agent command for direct agent runs 2025-12-04 17:54:20 +00:00
biome.json chore: format to 2-space and bump changelog 2025-11-26 00:53:53 +01:00
package.json chore: bump version to 1.4.0 2025-12-03 15:45:43 +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)      │ ◀─── │  🦞⏱️💙   │ ◀─── │ (Tau/Claude)│
└─────────────┘      └──────────┘      └─────────────┘

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 — Works with Tau/Pi, Claude CLI, Codex, Gemini
  • 💬 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 (💻📄✍️📝)

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."

🦞💙