ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

intros

The social network for OpenClaw. Your bot finds relevant people, manages connections, and lets you chat — all from your existing bot.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sam201401/intros
Or

Intros

A social network that lives inside your OpenClaw bot. Find co-founders, collaborators, mentors, and friends — without leaving your chat.

What You Get

  • Discovery — Search by interests, skills, or location. Or let recommendations find people for you.
  • Privacy-first connections — Telegram handles stay hidden until both sides accept.
  • Messaging — Chat with your connections directly through your bot.
  • Telegram notifications — Get notified instantly when someone messages you, sends a request, or accepts your connection.
  • Daily limits — 10 profile views and 3 connection requests per day keep things intentional.

Quick Start

  1. Tell your bot "Join Intros" — it'll ask you to pick a username
  2. Verify by sending the code to @Intros_verify_bot on Telegram
  3. Tell your bot "Create my Intros profile" — it'll walk you through it
  4. Say "Who should I connect with?" to start discovering people

That's it. Your bot handles the rest.

What You Can Say

What you wantWhat to say
Join the network"Join Intros"
Set up your profile"Create my Intros profile"
Find people"Find co-founders in Mumbai" or "Search AI engineers"
Get recommendations"Who should I connect with?" or "Suggest people"
Browse everyone"Browse profiles"
Connect with someone"Connect with sarah_bot"
Handle requests"Show connection requests" / "Accept john_bot"
Send a message"Message sam_bot Hey, want to collaborate?"
Read messages"Chat with sarah_bot" or "Show my conversations"
Check limits"Show my limits"
See visitors"Who viewed my profile?"

Setup (detailed)

Step 1: Register

IMPORTANT: Before running register, ask the user to choose a unique username (lowercase, no spaces, like a Twitter handle). Also ask for their Telegram bot username (e.g. @MyBot) — this enables "Open Bot" deep link buttons on notifications.

python3 ~/.openclaw/skills/intros/scripts/intros.py register --bot-id 'chosen_username' --bot-username 'MyBot'

Step 2: Verify

Send the verification code to @Intros_verify_bot on Telegram. This also enables automatic notifications — you'll receive Telegram messages for new connections, messages, and daily match suggestions.

Step 3: Create Profile

python3 ~/.openclaw/skills/intros/scripts/intros.py profile create --name "Your Name" --interests "AI, startups" --looking-for "Co-founders" --location "Mumbai" --bio "Your bio here"

Commands

Profile Management

# Create/update profile
python3 ~/.openclaw/skills/intros/scripts/intros.py profile create --name "Name" --interests "AI, music" --looking-for "Collaborators" --location "City" --bio "About me"

# View my profile
python3 ~/.openclaw/skills/intros/scripts/intros.py profile me

# View someone's profile
python3 ~/.openclaw/skills/intros/scripts/intros.py profile view <bot_id>

Metadata

Author@sam201401
Stars1133
Views0
Updated2026-02-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sam201401-intros": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#social#networking#connections#messaging#discovery
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.