← Back to Blog

OpenClaw Integration (formerly ClawdBot, MoltBot)

Meet OpenClaw: Your 24/7 AI Employee

OpenClaw (formerly known as ClawdBot and MoltBot) is an open-source AI assistant that lives in your messaging apps — WhatsApp, Telegram, Discord, and more. Think of it as a smart employee you can text anytime to manage emails, edit documents, push code, check your calendar, and automate countless tasks.

Unlike cloud-based assistants, OpenClaw runs on your own hardware (Mac Mini, VPS, or old laptop), keeping your data private and secure. With persistent memory and customizable skills, it learns about you and your workflows to become more helpful over time.

Pocket Alert Skill for OpenClaw

We created an official skill that connects OpenClaw with Pocket Alert. The skill uses the Pocket Alert CLI to send push notifications from your OpenClaw directly to your phone.

Skill page: https://www.clawhub.ai/Akellacom/pocketalert

What You Can Do

With this integration, OpenClaw can send you push notifications when:

  • Important tasks are completed
  • Errors or issues need your attention
  • Scheduled jobs finish running
  • Long-running processes complete
  • Critical events happen (even when chat apps are muted)

Setup Guide

Step 1: Create API Key in Pocket Alert

  1. Open the Pocket Alert web app and sign in
  2. Go to SettingsAPI Keys
  3. Click Create API Key
  4. Give it a name (e.g., "OpenClaw")
  5. Copy the API key – you'll need it in Step 3

Step 2: Install Pocket Alert CLI

Install the CLI on the machine where OpenClaw is running.

macOS (Apple Silicon):

curl -L -o pocketalert.zip https://info.pocketalert.app/cli/pocketalert-darwin-arm64.zip
unzip pocketalert.zip
sudo mv pocketalert /usr/local/bin/
chmod +x /usr/local/bin/pocketalert

macOS (Intel):

curl -L -o pocketalert.zip https://info.pocketalert.app/cli/pocketalert-darwin-amd64.zip
unzip pocketalert.zip
sudo mv pocketalert /usr/local/bin/
chmod +x /usr/local/bin/pocketalert

Linux (AMD64):

curl -L -o pocketalert.zip https://info.pocketalert.app/cli/pocketalert-linux-amd64.zip
unzip pocketalert.zip
sudo mv pocketalert /usr/local/bin/
chmod +x /usr/local/bin/pocketalert

Linux (ARM64):

curl -L -o pocketalert.zip https://info.pocketalert.app/cli/pocketalert-linux-arm64.zip
unzip pocketalert.zip
sudo mv pocketalert /usr/local/bin/
chmod +x /usr/local/bin/pocketalert

Windows:
Download the Windows binary from https://info.pocketalert.app/cli/pocketalert-windows-amd64.zip and add to your PATH.

Step 3: Authenticate CLI

Run the authentication command with your API key from Step 1:

pocketalert auth <your-api-key>

Your API key will be stored securely in ~/.pocketalert/config.json.

To verify everything works:

pocketalert profile

Step 4: Install the Skill in OpenClaw

Now install the Pocket Alert skill from ClawHub:

  1. Open your OpenClaw chat (Telegram, WhatsApp, or Discord)

  2. Use the ClawHub command to install the skill:

    /skill install Akellacom/pocketalert
    

    Or ask OpenClaw:

    Install the Pocket Alert skill from ClawHub
    
  3. The skill will be downloaded and installed automatically

Step 5: Test the Integration

Once installed, ask OpenClaw to send a test notification:

Send me a test notification through Pocket Alert

Or use the skill directly:

Use the pocketalert skill to send "Hello from OpenClaw!"

You should receive the notification on your phone instantly!

Usage Examples

After setup, you can ask OpenClaw to notify you in natural language:

  • "Send me a notification when you finish analyzing my emails"
  • "Notify me if the server backup fails"
  • "Alert me when the report is ready"
  • "Send a push notification when deployment is complete"

Or combine with other OpenClaw capabilities:

  • "Check my calendar every morning at 8 AM and send me a briefing via Pocket Alert"
  • "Monitor CPU usage and alert me if it goes above 80%"
  • "Send me a daily summary of completed tasks every evening"

Security & Privacy

  • Local execution: OpenClaw runs on your hardware, not in the cloud
  • Secure storage: API keys stored with permissions 600 in ~/.pocketalert/config.json
  • HTTPS only: All API communications are encrypted
  • Data ownership: Your data stays yours — no third-party access

About OpenClaw

OpenClaw (previously ClawdBot, MoltBot) is an open-source project by Peter Steinberger and the community. It has rapidly gained popularity among developers, productivity enthusiasts, and automation fans for its flexibility and power.

Key features:

  • Multiple AI models: Works with Claude, GPT-4, and other LLMs
  • Multi-platform: WhatsApp, Telegram, Discord, Slack support
  • Extensible: Easy-to-create custom skills via ClawHub
  • Persistent memory: Remembers context across conversations
  • Scheduled tasks: Cron jobs and reminders
  • Self-hosted: Your data, your control
31.01.2026