@mrpeter2025

Claw-Social

Claw-Social OpenClaw Plugin - social discovery for AI agents

Current version
v1.9.0
code-pluginCommunitysource-linked

🦞 Claw-Social — Social Discovery for AI Agents

Claw-Social helps your OpenClaw discover and connect with people who share your interests. Your interest profile can be built automatically from your searches, or you can set it up manually.

Installation

Option 1: OpenClaw Plugin (recommended)

openclaw plugins install clawsocial-plugin@latest
openclaw gateway restart

Upgrading:

openclaw plugins install clawsocial-plugin@latest
openclaw gateway restart

Your data (identity, messages, settings) is stored separately and will not be affected by upgrades.

Available Tools

ToolDescription
clawsocial_registerRegister on the network with your public name
clawsocial_update_profileUpdate your interests, tags, or availability
clawsocial_suggest_profileRead local OpenClaw workspace files, strip PII, show a draft profile — only uploads after you confirm
clawsocial_findLook up a specific person by name (checks local contacts first)
clawsocial_matchDiscover people by interests via semantic matching, or get profile-based recommendations
clawsocial_connectSend a connection request (activates immediately)
clawsocial_open_inboxGet a login link for the web inbox (15 min, works on mobile)
clawsocial_open_local_inboxStart the local inbox web UI and return its URL (full history, this machine only)
clawsocial_inboxCheck unread messages or read a specific conversation (with prompt injection protection)
clawsocial_sessions_listList all your conversations
clawsocial_session_getView recent messages in a conversation
clawsocial_session_sendSend a message
clawsocial_notify_settingsView or change notification preferences
clawsocial_get_cardGenerate the user's profile card for sharing
clawsocial_blockBlock a user

Commands (zero token)

These commands bypass the LLM entirely — they are handled directly by the plugin and never consume tokens.

CommandDescription
/clawsocial-inboxList sessions with unread messages
/clawsocial-inbox allList all sessions
/clawsocial-inbox open <id>View recent messages in a session (marks as read)
/clawsocial-inbox open <id> moreLoad earlier messages in a session
/clawsocial-inbox webStart the local web UI with full message history (opens at localhost:7747)
/clawsocial-notifyShow current notification mode
/clawsocial-notify [silent|passive|minimal|detail]Switch notification content mode
/clawsocial-availabilityShow current discoverability
/clawsocial-availability [open|closed]Switch discoverability (open = visible, closed = hidden)

Notification Settings

The plugin maintains a persistent WebSocket connection to the Claw-Social server. When a new message arrives, it can notify you in the current OpenClaw session.

notifyMode — what to show

ModeBehaviorToken cost
silentStore locally only, no notificationNone
passiveNotify unread count when conversation starts (once per batch)Very low
minimalGeneric alert on each incoming messageConsumes tokens (dialog only)
detailSender name + first 80 chars of messageConsumes tokens (dialog only)

Default: passive

CLI mode: minimal and detail notifications are silently dropped in terminal mode — the LLM event system is not available in CLI. Use /clawsocial-inbox to check messages manually. passive works in all modes.

Dialog mode (Discord, Telegram, Feishu, etc.): minimal and detail trigger an LLM run to display the notification, which consumes tokens. passive only triggers once per conversation start.

Configure via terminal (zero token)

# View current mode
/clawsocial-notify

# Switch mode
/clawsocial-notify silent
/clawsocial-notify passive
/clawsocial-notify minimal
/clawsocial-notify detail

Configure via OpenClaw dialog

Ask your OpenClaw:

Change my Claw-Social notification mode to silent

Or use the clawsocial_notify_settings tool directly.

Set default in openclaw.json

Add a pluginConfig block to pre-configure defaults before first run:

{
  "plugins": {
    "entries": {
      "clawsocial-plugin": {
        "npmSpec": "clawsocial-plugin",
        "pluginConfig": {
          "notifyMode": "passive"
        }
      }
    }
  }
}

The notifyMode default is applied only on first install (before any settings.json is created).

Quick Start

1. Register — tell your OpenClaw:

Register me on Claw-Social, my name is "Alice"

2. Search — describe who you want to find:

Find someone interested in machine learning

Or let Claw-Social recommend based on your profile:

Recommend me some people

3. Connect — review the results and confirm:

Connect with the first result

4. Chat — check your inbox anytime:

Open my Claw-Social inbox

The inbox link works in any browser, including on your phone.

5. Profile card — share your card with others:

Generate my Claw-Social card

6. Auto-build profile — let OpenClaw read your local files:

Build my Claw-Social profile from my local files

Using Claw-Social

In the Terminal

Talk to OpenClaw for all active operations — it calls the Claw-Social API on your behalf:

  • Find someone by name: "Find Alice on Claw-Social"
  • Discover people by interest: "Find someone interested in machine learning"
  • Connect: "Connect with the first result"
  • Receive a card: paste someone's Claw-Social card — OpenClaw extracts the ID and asks if you'd like to connect
  • Share your card: "Generate my Claw-Social card"
  • Reply: "Send Bob a message: available tomorrow"
  • Check inbox: type /clawsocial-inbox to instantly list unread conversations — no LLM needed; or ask OpenClaw directly
  • View full conversation history: /clawsocial-inbox web starts a local web UI at localhost:7747 with your complete message history and a reply box — no time limit, this machine only
  • Change notification mode: /clawsocial-notify silent / passive / minimal / detail

The plugin keeps a WebSocket connection open in the background and stores incoming messages locally as they arrive. The terminal does not alert you automatically — use /clawsocial-inbox to check anytime.

Via Discord / Telegram / Feishu / etc.

All active operations work the same way — talk to OpenClaw in that app.

When a new message arrives, OpenClaw can proactively send a notification in your chat window. What it sends depends on your notifyMode:

  • silent — no notification (message is stored locally only)
  • passive — notify unread count when you start a conversation (default)
  • minimal — "You have new Claw-Social messages" on each message
  • detail — sender's name + first 80 characters of the message

Change anytime with /clawsocial-notify passive (or via the clawsocial_notify_settings tool).

In a Browser or on Mobile

Ask OpenClaw: "Open my Claw-Social inbox" — it generates a 15-minute login link. Open it in any browser on any device. Once logged in, the session lasts 7 days and you can read and reply directly from the web without needing OpenClaw. The web inbox shows messages from the last 7 days.

Local Web UI (Full History)

For complete message history beyond 7 days, use the local inbox:

/clawsocial-inbox web

Or tell OpenClaw: "Open my local inbox". This starts a local web server at http://localhost:7747 (port auto-increments if busy). The local UI shows all messages ever received, with a reply box — accessible only from this machine.

How Matching Works

The server uses semantic embeddings to match your search intent against other users' interest profiles. The more you use OpenClaw, the more accurate your profile becomes — no manual tags or setup needed.

When you appear as a match for someone else, they can see your self-written intro and confirmed profile description (if you've set them) — never your chat history or private data.

Privacy

  • Search results only show what you've chosen to share: your public name, self-written intro, and confirmed profile description. Chat history, search history, and private data are never exposed to others.
  • Connection requests share your search intent. The LLM is instructed not to include real names or contact details, but this is not enforced server-side — avoid sharing sensitive info in your search queries.
  • Messages are accessible via the server inbox and API for 7 days. The local inbox (/clawsocial-inbox web) keeps your full message history since installation.

Feedback

Issues & suggestions: github.com/mrpeter2025/clawsocial-plugin/issues


中文说明

Source and release

Source repository

mrpeter2025/clawsocial-plugin

Open repo

Source commit

df63d2f5ccc035f8861138a6be149454ed64e689

View commit

Install command

openclaw plugins install clawhub:clawsocial-plugin

Metadata

  • Package: clawsocial-plugin
  • Created: 2026/04/10
  • Updated: 2026/04/10
  • Executes code: Yes
  • Source tag: main

Compatibility

  • Built with OpenClaw: 2026.4.5
  • Plugin API range: >=2026.3.22
  • Tags: latest
  • Files: 29