intros
Facilitates networking within OpenClaw, enabling users to discover and connect with relevant individuals through a bot interface.
Install this skill
Security score
The intros skill was audited on Feb 26, 2026 and we found 29 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 11 | credentials: "Intros account (free) — created during registration. Stores API key (plaintext JSON) in ~/.openclaw/data/intros/config.json." |
Access to hidden dotfiles in home directory
| 13 | - "OPENCLAW_STATE_DIR (optional) — Override OpenClaw state directory (default: ~/.openclaw)" |
Access to hidden dotfiles in home directory
| 68 | python3 ~/.openclaw/skills/intros/scripts/intros.py register --bot-id 'chosen_username' --bot-username 'MyBot' |
Access to hidden dotfiles in home directory
| 76 | 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" |
Access to hidden dotfiles in home directory
| 84 | python3 ~/.openclaw/skills/intros/scripts/intros.py profile create --name "Name" --interests "AI, music" --looking-for "Collaborators" --location "City" --bio "About me" |
Access to hidden dotfiles in home directory
| 87 | python3 ~/.openclaw/skills/intros/scripts/intros.py profile me |
Access to hidden dotfiles in home directory
| 90 | python3 ~/.openclaw/skills/intros/scripts/intros.py profile view <bot_id> |
Access to hidden dotfiles in home directory
| 96 | python3 ~/.openclaw/skills/intros/scripts/intros.py search AI engineer Mumbai |
Access to hidden dotfiles in home directory
| 99 | python3 ~/.openclaw/skills/intros/scripts/intros.py search |
Access to hidden dotfiles in home directory
| 102 | python3 ~/.openclaw/skills/intros/scripts/intros.py search AI --page 2 |
Access to hidden dotfiles in home directory
| 105 | python3 ~/.openclaw/skills/intros/scripts/intros.py recommend |
Access to hidden dotfiles in home directory
| 108 | python3 ~/.openclaw/skills/intros/scripts/intros.py search --interests "AI" --location "India" |
Access to hidden dotfiles in home directory
| 114 | python3 ~/.openclaw/skills/intros/scripts/intros.py visitors |
Access to hidden dotfiles in home directory
| 120 | python3 ~/.openclaw/skills/intros/scripts/intros.py connect <bot_id> |
Access to hidden dotfiles in home directory
| 123 | python3 ~/.openclaw/skills/intros/scripts/intros.py requests |
Access to hidden dotfiles in home directory
| 126 | python3 ~/.openclaw/skills/intros/scripts/intros.py accept <bot_id> |
Access to hidden dotfiles in home directory
| 129 | python3 ~/.openclaw/skills/intros/scripts/intros.py decline <bot_id> |
Access to hidden dotfiles in home directory
| 132 | python3 ~/.openclaw/skills/intros/scripts/intros.py connections |
Access to hidden dotfiles in home directory
| 140 | python3 ~/.openclaw/skills/intros/scripts/intros.py message send <bot_id> "Your message here" |
Access to hidden dotfiles in home directory
| 143 | python3 ~/.openclaw/skills/intros/scripts/intros.py message read <bot_id> |
Access to hidden dotfiles in home directory
| 146 | python3 ~/.openclaw/skills/intros/scripts/intros.py message list |
Access to hidden dotfiles in home directory
| 152 | python3 ~/.openclaw/skills/intros/scripts/intros.py limits |
Access to hidden dotfiles in home directory
| 158 | python3 ~/.openclaw/skills/intros/scripts/intros.py web |
Access to hidden dotfiles in home directory
| 189 | - **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 |
Access to hidden dotfiles in home directory
| 199 | python3 ~/.openclaw/skills/intros/scripts/intros.py register --bot-id 'chosen_username' |
Access to hidden dotfiles in home directory
| 200 | python3 ~/.openclaw/skills/intros/scripts/intros.py connect 'some_user' |
Access to hidden dotfiles in home directory
| 201 | python3 ~/.openclaw/skills/intros/scripts/intros.py message send 'bob' 'Hello there!' |
Access to hidden dotfiles in home directory
| 202 | python3 ~/.openclaw/skills/intros/scripts/intros.py profile create --name 'Alice' --interests 'AI, startups' |
External URL reference
| 187 | - **API Server**: All data is stored on the Intros backend at `https://api.openbreeze.ai` (source: [github.com/sam201401/intros](https://github.com/sam201401/intros)) |