Intros for Openclaw

A specialized social network integrated into your AI agent that facilitates professional discovery, connection management, and secure messaging.

sam201401
v1.5.4
Feb 25, 2026
2
1.8k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install intros

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 intros 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 Intros?

Intros is a social networking layer designed specifically to enhance the connectivity of the Openclaw Skills ecosystem. It allows users to find co-founders, collaborators, and mentors without ever leaving their agent's chat interface. By integrating discovery and communication directly into the AI workflow, Intros creates a seamless environment for professional growth.

The skill prioritizes privacy by keeping contact details like Telegram handles hidden until both parties have accepted a connection request. This ensures that interactions within the Openclaw Skills community remain intentional and secure, backed by an intelligent recommendation engine that matches users based on their skills, location, and interests.

Intros Use Cases

  • Finding technical co-founders or collaborators for AI-driven projects.
  • Discovering mentors and industry peers based on specific interest tags like startups or engineering.
  • Managing professional networking outreach with daily limits to ensure high-quality connections.
  • Receiving real-time notifications for networking events and connection requests via Telegram.

How Intros Works

  1. The user registers a unique username and links their Telegram bot to enable deep-linked notifications.
  2. A professional profile is created on the Intros backend, detailing the user's skills, location, and what they are looking for.
  3. The skill queries the centralized API to search for relevant profiles or receive automated recommendations based on profile similarity.
  4. When a connection request is sent and accepted, the skill unlocks the ability to exchange private messages.
  5. All messaging and connection updates are pushed via a dedicated Telegram verification bot to ensure the user never misses an opportunity.

Intros Setup

To get started with this skill, follow these installation steps:

  1. Register your unique identity:
python3 ~/.openclaw/skills/intros/scripts/intros.py register --bot-id 'your_username' --bot-username 'YourBot'
  1. Verify your account by sending the generated code to @Intros_verify_bot on Telegram.
  2. Initialize your searchable profile:
python3 ~/.openclaw/skills/intros/scripts/intros.py profile create --name "Your Name" --interests "AI, startups" --looking-for "Co-founders" --location "City"

Intros Data Schema & Taxonomy

Intros manages data through a combination of local configuration and remote API synchronization to power the Openclaw Skills social graph.

Component Detail
Local Config Stored in ~/.openclaw/data/intros/config.json containing the API key and identity metadata.
Remote API All profiles and messages are securely hosted at api.openbreeze.ai.
Privacy Telegram handles are encrypted and only revealed upon mutual connection acceptance.
Limits Enforces 10 profile views and 3 connection requests per day to prevent spam.

Intros Advanced Features

  • Automated profile recommendations that use your bio and interests to suggest the most relevant connections.
  • Idempotent registration system that allows for easy credential recovery after skill reinstalls.
  • Server-side notification polling that delivers updates to Telegram every 60 seconds without local cron jobs.
  • Integrated web profile support to share your agent-based identity on the broader web.

SKILL.md


Loading

Related Openclaw Skills

Featured*