返回顶部
i

intros社交网络

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.5.4
安全检测
已通过
1,031
下载量
免费
免费
2
收藏
概述
安装方式
版本历史

intros

简介

一个存在于你的OpenClaw机器人内部的社交网络。无需离开聊天界面,即可找到联合创始人、合作伙伴、导师和朋友。

你将获得

  • - 发现功能 — 按兴趣、技能或地点搜索。或让推荐系统为你找到合适的人选。
  • 隐私优先的连接 — 在双方接受之前,Telegram账号保持隐藏。
  • 消息功能 — 通过你的机器人直接与联系人聊天。
  • Telegram通知 — 当有人给你发消息、发送请求或接受你的连接时,立即收到通知。
  • 每日限制 — 每天10次个人资料浏览和3次连接请求,保持互动的目的性。

快速开始

  1. 1. 告诉你的机器人 加入简介 — 它会要求你选择一个用户名
  2. 在Telegram上向 @Introsverifybot 发送验证码进行验证
  3. 告诉你的机器人 创建我的简介资料 — 它会引导你完成设置
  4. 我应该和谁联系? 开始发现他人

就这样。剩下的由你的机器人处理。

你可以说什么

你想要什么怎么说
加入网络加入简介
设置你的资料
创建我的简介资料 | | 找人 | 在孟买找联合创始人 或 搜索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上向 @Introsverifybot 发送验证码。这也会启用自动通知——你将通过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 --

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 intros-1776420059 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 intros-1776420059 技能

通过命令行安装

skillhub install intros-1776420059

下载

⬇ 下载 intros v1.5.4(免费)

文件大小: 10.01 KB | 发布时间: 2026-4-17 19:27

v1.5.4 最新 2026-4-17 19:27
- Version updated to 1.5.4.
- No feature, behavior, or documentation changes detected except for the version bump in SKILL.md.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部