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
- Verify by sending the code to @Introsverifybot on Telegram
- Tell your bot "Create my Intros profile" — it'll walk you through it
- Say "Who should I connect with?" to start discovering people
That's it. Your bot handles the rest.
What You Can Say
| What you want | What 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.
CODEBLOCK0
Step 2: Verify
Send the verification code to @Intros
verifybot on Telegram. This also enables automatic notifications — you'll receive Telegram messages for new connections, messages, and daily match suggestions.
Step 3: Create Profile
CODEBLOCK1
Commands
Profile Management
CODEBLOCK2
Discovery
CODEBLOCK3
Visitors
CODEBLOCK4
Connections
CODEBLOCK5
Messaging
Once connected, you can send messages to your connections.
CODEBLOCK6
Limits
CODEBLOCK7
Web Profile
CODEBLOCK8
Natural Language Examples
When user says:
- - "Join Intros" → First ask "Choose a unique username for Intros (lowercase, no spaces):" and "What's your Telegram bot username? (e.g. @MyBot)", then run register --bot-id 'theirchoice' --bot-username 'theirbotusername'
- "Create my Intros profile" → Run profile create with guided questions
- "Find co-founders" → Run search co-founders
- "Find people interested in AI" → Run search AI
- "Find AI people in Mumbai" → Run search AI Mumbai
- "Who should I connect with?" → Run recommend
- "Suggest people for me" → Run recommend
- "Browse profiles" → Run search (no query)
- "Show me more results" → Run search --page 2
- "Who viewed my profile" → Run visitors
- "Connect with sarahbot" → Run connect sarahbot
- "Show connection requests" → Run requests
- "Accept johnbot" → Run accept johnbot
- "Show my connections" → Run connections
- "Show my limits" → Run limits
- "Message sambot Hello there!" → Run message send sambot "Hello there!"
- "Send message to alice: Want to collaborate?" → Run message send alice "Want to collaborate?"
- "Read messages from john" → Run message read john
- "Show my conversations" → Run message list
- "Chat with sarahbot" → Run message read sarah_bot (show conversation history)
How It Works
- - API Server: All data is stored on the Intros backend at
https://api.openbreeze.ai (source: github.com/sam201401/intros) - Registration: During
register, you provide your bot's Telegram username via --bot-username. This is used solely to add an "Open Bot" deep link button on notification messages. No local config files are read. - Persistent storage: The skill saves your API key and identity to
~/.openclaw/data/intros/ (JSON, chmod 600 owner-only) so credentials survive skill reinstalls. Delete this directory to revoke stored credentials. - Auto-recovery: If config is lost (e.g. after reinstall), the skill re-registers using your saved identity file. This is idempotent and returns existing credentials.
- Notifications: Sent via @Introsverify_bot on Telegram (server-side, no cron needed).
- Environment variables:
OPENCLAW_STATE_DIR (optional) overrides the OpenClaw state directory for multi-instance setups. TELEGRAM_USER_ID (optional) is read as a fallback during registration if --telegram-id is not provided.
Command Formatting
IMPORTANT: Always use single quotes around user-provided values when running commands.
CODEBLOCK9
All bot_id arguments are validated (alphanumeric + underscores only, max 64 chars).
Looking For Options
Users can specify what they're looking for:
- - Co-founders
- Collaborators
- Friends
- Mentors
- Hiring
- Open to anything
Privacy
- - Telegram handle is private by default
- Only shared after both users accept connection
- User can make Telegram public in profile settings
Notifications
Notifications are delivered automatically via @Introsverifybot on Telegram. After verifying, you'll receive:
- - New messages — when someone sends you a message
- Connection requests — when someone wants to connect
- Accepted connections — when your request is accepted
- Daily matches — once per day, a nudge to check your recommended profiles
No cron jobs or gateway setup needed. Notifications are checked every 60 seconds server-side.
If you're not receiving notifications, send /start to @Introsverifybot to re-link your account.
简介
一个存在于你的OpenClaw机器人内部的社交网络。无需离开聊天界面,即可找到联合创始人、合作伙伴、导师和朋友。
你将获得
- - 发现功能 — 按兴趣、技能或地点搜索。或让推荐系统为你找到合适的人选。
- 隐私优先的连接 — 在双方接受之前,Telegram账号保持隐藏。
- 消息功能 — 通过你的机器人直接与联系人聊天。
- Telegram通知 — 当有人给你发消息、发送请求或接受你的连接时,立即收到通知。
- 每日限制 — 每天10次个人资料浏览和3次连接请求,保持互动的目的性。
快速开始
- 1. 告诉你的机器人 加入简介 — 它会要求你选择一个用户名
- 在Telegram上向 @Introsverifybot 发送验证码进行验证
- 告诉你的机器人 创建我的简介资料 — 它会引导你完成设置
- 说 我应该和谁联系? 开始发现他人
就这样。剩下的由你的机器人处理。
你可以说什么
创建我的简介资料 |
| 找人 | 在孟买找联合创始人 或 搜索AI工程师 |
| 获取推荐 | 我应该和谁联系? 或 推荐人选 |
| 浏览所有人 | 浏览资料 |
| 与某人联系 | 与sarah_bot联系 |
| 处理请求 | 显示连接请求 / 接受john_bot |
| 发送消息 | 给sam_bot发消息 嘿,想合作吗? |
| 阅读消息 | 与sarah_bot聊天 或 显示我的对话 |
| 查看限制 | 显示我的限制 |
| 查看访客 | 谁看过我的资料? |
设置(详细)
步骤1:注册
重要提示:在运行注册之前,要求用户选择一个唯一的用户名(小写,无空格,类似Twitter账号)。同时询问他们的Telegram机器人用户名(例如 @MyBot)——这将在通知中启用打开机器人深度链接按钮。
bash
python3 ~/.openclaw/skills/intros/scripts/intros.py register --bot-id 选择的用户名 --bot-username MyBot
步骤2:验证
在Telegram上向 @Intros
verifybot 发送验证码。这也会启用自动通知——你将通过Telegram消息收到新连接、消息和每日匹配建议的通知。
步骤3:创建资料
bash
python3 ~/.openclaw/skills/intros/scripts/intros.py profile create --name 你的名字 --interests AI, 创业 --looking-for 联合创始人 --location 孟买 --bio 你的个人简介
命令
资料管理
bash
创建/更新资料
python3 ~/.openclaw/skills/intros/scripts/intros.py profile create --name 名字 --interests AI, 音乐 --looking-for 合作伙伴 --location 城市 --bio 关于我
查看我的资料
python3 ~/.openclaw/skills/intros/scripts/intros.py profile me
查看某人的资料
python3 ~/.openclaw/skills/intros/scripts/intros.py profile view
发现功能
bash
自由文本搜索(搜索名称、兴趣、寻找目标、地点、个人简介)
python3 ~/.openclaw/skills/intros/scripts/intros.py search AI 工程师 孟买
浏览所有资料(无查询 = 最新优先)
python3 ~/.openclaw/skills/intros/scripts/intros.py search
分页
python3 ~/.openclaw/skills/intros/scripts/intros.py search AI --page 2
获取推荐资料(根据你的资料自动匹配)
python3 ~/.openclaw/skills/intros/scripts/intros.py recommend
旧版过滤器仍然有效
python3 ~/.openclaw/skills/intros/scripts/intros.py search --interests AI --location 印度
访客
bash
查看谁看过你的资料
python3 ~/.openclaw/skills/intros/scripts/intros.py visitors
连接
bash
发送连接请求
python3 ~/.openclaw/skills/intros/scripts/intros.py connect
查看待处理的请求
python3 ~/.openclaw/skills/intros/scripts/intros.py requests
接受请求
python3 ~/.openclaw/skills/intros/scripts/intros.py accept
拒绝请求(静默)
python3 ~/.openclaw/skills/intros/scripts/intros.py decline
查看所有连接
python3 ~/.openclaw/skills/intros/scripts/intros.py connections
消息功能
连接后,你可以向你的联系人发送消息。
bash
向联系人发送消息(最多500个字符)
python3 ~/.openclaw/skills/intros/scripts/intros.py message send 你的消息内容
阅读与某人的对话
python3 ~/.openclaw/skills/intros/scripts/intros.py message read
列出所有对话
python3 ~/.openclaw/skills/intros/scripts/intros.py message list
限制
bash
检查每日限制
python3 ~/.openclaw/skills/intros/scripts/intros.py limits
网页资料
bash
获取网页资料链接
python3 ~/.openclaw/skills/intros/scripts/intros.py web
自然语言示例
当用户说:
- - 加入简介 → 先问为简介选择一个唯一的用户名(小写,无空格):和你的Telegram机器人用户名是什么?(例如 @MyBot),然后运行 register --bot-id 他们的选择 --bot-username 他们的机器人用户名
- 创建我的简介资料 → 通过引导问题运行 profile create
- 找联合创始人 → 运行 search co-founders
- 找对AI感兴趣的人 → 运行 search AI
- 在孟买找AI人才 → 运行 search AI 孟买
- 我应该和谁联系? → 运行 recommend
- 为我推荐人选 → 运行 recommend
- 浏览资料 → 运行 search(无查询)
- 显示更多结果 → 运行 search <相同查询> --page 2
- 谁看过我的资料 → 运行 visitors
- 与sarahbot联系 → 运行 connect sarahbot
- 显示连接请求 → 运行 requests
- 接受johnbot → 运行 accept johnbot
- 显示我的连接 → 运行 connections
- 显示我的限制 → 运行 limits
- 给sambot发消息 你好! → 运行 message send sambot 你好!
- 给alice发消息:想合作吗? → 运行 message send alice 想合作吗?
- 阅读来自john的消息 → 运行 message read john
- 显示我的对话 → 运行 message list
- 与sarahbot聊天 → 运行 message read sarahbot(显示对话历史)
工作原理
- - API服务器:所有数据存储在 https://api.openbreeze.ai 的简介后端(来源:github.com/sam201401/intros)
- 注册:在 register 过程中,你通过 --bot-username 提供机器人的Telegram用户名。这仅用于在通知消息中添加打开机器人深度链接按钮。不读取本地配置文件。
- 持久存储:该技能将你的API密钥和身份保存到 ~/.openclaw/data/intros/(JSON格式,权限为chmod 600仅所有者可读写),以便凭据在技能重新安装后仍然有效。删除此目录可撤销存储的凭据。
- 自动恢复:如果配置丢失(例如重新安装后),该技能会使用你保存的身份文件重新注册。这是幂等的,并返回现有凭据。
- 通知:通过Telegram上的 @Introsverifybot 发送(服务器端,无需cron)。
- 环境变量:OPENCLAWSTATEDIR(可选)覆盖多实例设置的OpenClaw状态目录。TELEGRAMUSER_ID(可选)在注册时如果未提供 --telegram-id,则作为备用读取。
命令格式
重要提示:运行命令时,始终在用户提供的值周围使用单引号。
bash
python3 ~/.openclaw/skills/intros/scripts/intros.py register --