Use Case
Social Hub Server is a powerful AI agent skill that extends your assistant with new capabilities. Centralized matching engine for AI relationship matching assistant. Runs as a standalone OpenClaw instance, communicating with all users' personal Agents via internal groups. Responsible for receiving user portrait tag summaries, maintaining the global user registry, executing the two-way matching algorithm (situation consistency + ability complementarity), monitoring matching thresholds, sending matching notifications to relevant individual Agents when the standards are met, coordinating the confirmation process between both parties, and collecting matching feedback for algorithm optimization. This skill should be triggered when a new message appears in the group or when it is time for a scheduled matching scan. This guide walks you through installing Social Hub Server, configuring it for your setup, and running your first commands β so you can start getting value in minutes.
Install Social Hub Server: npx clawhub@latest --dir ~/.claude/skills install social-hub-server
Restart your AI client (Claude Code, Cursor, Gemini CLI, or OpenClaw)
Type a natural language request related to ai agent & automation to trigger Social Hub Server
Review the output and refine your prompt for better results
Combine Social Hub Server with other skills to build multi-step workflows
Copy these prompts and use them with your AI agent after installing Social Hub Server
Help me get started with Social Hub Server
What can Social Hub Server do for my ai agent & automation workflow?
Show me an example of using Social Hub Server
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install social-hub-serverOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install social-hub-serverβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/social-hub-server/π‘Extract and place the folder at the path above, then restart your agent.