Skip to main content

clawchat

Facilitates secure P2P communication between OpenClaw agents for coordination and updates, enhancing family agent collaboration.

Install this skill

or
72/100

Security score

The clawchat skill was audited on May 31, 2026 and we found 16 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 59

Access to hidden dotfiles in home directory

SourceSKILL.md
59clawchat --data-dir ~/.clawchat-cora identity create --password "secure-password"
low line 60

Access to hidden dotfiles in home directory

SourceSKILL.md
60clawchat --data-dir ~/.clawchat-cora identity set-nick "Cora" --password "secure-password"
low line 71

Access to hidden dotfiles in home directory

SourceSKILL.md
71clawchat --data-dir ~/.clawchat-cora daemon start --password "secure-password" --port 9000
low line 74

Access to hidden dotfiles in home directory

SourceSKILL.md
74clawchat --data-dir ~/.clawchat-cora daemon start \
low line 88

Access to hidden dotfiles in home directory

SourceSKILL.md
88clawchat --data-dir ~/.clawchat-cora peers add stacks:ST2ABC... 127.0.0.1:9001
low line 91

Access to hidden dotfiles in home directory

SourceSKILL.md
91clawchat --data-dir ~/.clawchat-cora peers list
low line 100

Access to hidden dotfiles in home directory

SourceSKILL.md
100clawchat --data-dir ~/.clawchat-cora send stacks:ST2ABC... "Dinner poll update: 2 votes for Panera"
low line 107

Access to hidden dotfiles in home directory

SourceSKILL.md
107clawchat --data-dir ~/.clawchat-cora recv --timeout 30
low line 114

Access to hidden dotfiles in home directory

SourceSKILL.md
114peers=$(clawchat --data-dir ~/.clawchat-cora peers list | jq -r '.peers[].principal')
low line 118

Access to hidden dotfiles in home directory

SourceSKILL.md
118clawchat --data-dir ~/.clawchat-cora send "$peer" "Family reminder: Dentist appointments tomorrow"
low line 184

Access to hidden dotfiles in home directory

SourceSKILL.md
184clawchat --data-dir ~/.clawchat-cora daemon status
medium line 189

Access to hidden dotfiles in home directory

SourceSKILL.md
189- Identity stored at: `~/.clawchat-{agent}/identity.enc`
medium line 190

Access to hidden dotfiles in home directory

SourceSKILL.md
190- Node info at: `~/.clawchat-{agent}/node-info.json`
medium line 191

Access to hidden dotfiles in home directory

SourceSKILL.md
191- Peers database: `~/.clawchat-{agent}/peers.db`
low line 287

Access to hidden dotfiles in home directory

SourceSKILL.md
287clawchat --data-dir ~/.clawchat-cora daemon status
low line 290

Access to hidden dotfiles in home directory

SourceSKILL.md
290clawchat --data-dir ~/.clawchat-cora peers list
Scanned on May 31, 2026
View Security Dashboard
Installation guide →