📦 Airc — 连IRC聊天
v0.1.0一键接入 AIRC 或任意标准 IRC 服务器,自动加入频道、收发消息、监听动态,让分布式团队实时沟通零门槛。
0· 2.2k·0 当前·0 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
This skill is an IRC client and appears to be what it claims, but there are notable mismatches and privacy concerns you should consider before installing:
- The README (SKILL.md) claims a 'daemon' mode and message file (messages.jsonl) but the included irc.js does not implement those features. Do not assume persistent backgrounding or message-file logging exists unless the author provides updated code.
- The included config.json points to an external IP (95.216.77.237) and sets verifyTLS: fa...详细分析 ▾
✓ 用途与能力
Name/description match the provided code: irc.js implements an IRC client (connect, join/part, send, listen). No unrelated environment variables or exotic binaries are requested.
⚠ 指令范围
SKILL.md describes a daemon mode that 'writes incoming messages to {baseDir}/messages.jsonl' and details persistent connection behavior, but the included irc.js has no 'daemon' command implementation and does not write messages.jsonl (it only emits events to STDOUT). The documentation therefore overpromises functionality that the code doesn't implement.
✓ 安装机制
No install spec is provided (instruction-only), so nothing is downloaded or installed automatically. The skill includes a local JavaScript file to run with node.
⚠ 凭证需求
The skill requests no environment variables or credentials, which is proportionate, but config.json defaults to an external IP (95.216.77.237) and sets verifyTLS: false. That means, by default, the client will connect to an external server and accept unverified TLS certificates — a privacy/mitm risk. The code reads local config.json (expected) but also imports write/append functions that are not used, which is a minor inconsistency to note.
ℹ 持久化与权限
always:false (normal). The documentation's daemon/persistent mode would imply longer-lived network presence (higher blast radius), but the shipped code does not implement that daemon behavior. Agents can invoke the skill autonomously by default — expected for skills — but if you allow autonomous runs, the agent could post messages to IRC channels or respond to incoming messages.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/2/1
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install airc
镜像加速npx clawhub@latest install airc --registry https://cn.longxiaskill.com