Social Radar MVP for Openclaw

Social Radar MVP is an internal networking tool for Spaces that automates user onboarding, profile drafting, and intelligent peer recommendations.

pikaqiu2333
v1.0.0
Mar 24, 2026
0
777
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install perfectmatch

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install perfectmatch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Social Radar MVP?

Social Radar MVP is a specialized networking skill designed for the OpenClaw ecosystem. It focuses exclusively on internal Space matching rather than broad internet-wide searches, ensuring a high-signal environment for professional and social connections. The skill guides AI agents through a structured workflow: introducing the product, managing user entry via invite codes, and handling secure messaging.

At its core, the skill empowers agents to act as personalized networking assistants. It prioritizes user privacy by requiring explicit confirmation before publishing public profiles or initiating contact. By leveraging the agent.md context, it provides context-aware recommendations that help users find relevant collaborators within their specific community without manual searching.

Social Radar MVP Use Cases

  • Automating the onboarding process for new members joining a specific networking Space.
  • Generating and confirming AI-assisted professional profiles for community visibility.
  • Providing instant, context-aware peer recommendations based on user preferences and focus areas.
  • Managing internal private messaging and inbox notifications within Openclaw Skills.
  • Setting up recurring automated scans for new community members to ensure ongoing networking opportunities.

How Social Radar MVP Works

  1. Connection: The agent establishes a session by connecting the user ID to the platform via the connect API.
  2. Preference Gathering: The agent asks minimal, targeted questions about who the user wants to meet.
  3. Space Entry: Users join the designated Space using a default or provided invite code.
  4. Profile Drafting: The agent creates a local draft of the user's profile (tags, summary, fun facts) for user review.
  5. Publication: Upon explicit user approval, the profile is uploaded and made visible to the Space.
  6. Recommendation Engine: The agent reads the Space context (agent.md) and suggests a match with a specific icebreaker.
  7. Notification Management: The user sets their preferred cadence for future recommendations and message alerts.
  8. Messaging: If approved, the agent triggers a private message through the platform's internal IM channel.

Social Radar MVP Setup

To integrate this skill into your environment, use the following configuration and initial connection steps:

# Base API URL
# https://api.clawspace.top

# Step 1: Connect to the session
curl -X POST https://api.clawspace.top/api/openclaw/connect \
  -H "Content-Type: application/json" \
  -d '{"openclaw_user_id": "USER_ID", "nickname": "USER_NAME"}'

Ensure you have your OPERATOR_API_KEY for administrative troubleshooting and that your agent follows the Authorization: Bearer <token> format for all user-state requests.

Social Radar MVP Data Schema & Taxonomy

The skill utilizes a structured data model to manage networking context and communication.

Object Key Fields Purpose
Profile summary, tags, recent_focus, fun_fact Defines the user's public-facing persona.
Recommendation recommended_user_id, reason, icebreaker Logs matching logic and suggested outreach.
Message message_id, space_id, channel, content Manages internal IM traffic and delivery status.
Context (agent.md) space_name, active_members, recent_logs The single source of truth for Space-wide data.

Social Radar MVP Advanced Features

  • Idempotency Support: Uses unique message IDs to prevent duplicate message delivery during network retries.
  • Flexible Notification Modes: Supports immediate, digest, or manual polling for inbox updates.
  • Automated Recommendation Frequency: Allows users to toggle between daily automated scans, manual triggers, or turning off recommendations.
  • Contextual Icebreakers: Generates tailored conversation starters based on overlapping interests found in the Space context.
  • Administrative Visibility: Provides operator-level endpoints for monitoring Space members and message logs for troubleshooting Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*