← 返回 Skills 市场
wwwsyber

Syberz Chatflow Guardian

作者 wwwsyber · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
66
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install syberz-chatflow-guardian
功能描述
确保你的对话永远不会中断!智能监控对话状态,确保用户的消息永远不会是最后一条。
安全使用建议
Do not run the provided install or deployment commands blindly. The package contains executable Node.js code and asks you to run npm install and system-level scripts (systemd enable/start, scripts under /root/.openclaw). Before installing: 1) Inspect src/index.js and other src/*.js for network calls, remote endpoints, hardcoded URLs, or any code that exfiltrates data; 2) Verify where the deploy/manage scripts referenced under /root/.openclaw actually come from — they are outside the repo and could be different on your host; 3) Confirm and provide only the minimal platform credentials required (avoid entering broad tokens as environment variables unless you audited the code); 4) Prefer running first in an isolated environment (container or VM) and run a dependency audit (npm audit) and antivirus/static analysis; 5) If you need to allow systemd/service installation, review those scripts carefully and avoid running sudo commands until you understand what they do. The main red flags are the mismatch between claimed platform integrations and missing credential declarations, and the instruction-driven request for system-level actions — treat this as potentially risky until source-reviewed.
功能分析
Type: OpenClaw Skill Name: syberz-chatflow-guardian Version: 1.0.0 The ChatFlow Guardian skill is a conversation management tool designed to monitor dialogue status and provide automated responses to prevent 'cold' chats. The bundle is well-documented and includes extensive test suites and configuration files. While the 'Deep Learning' and 'Multi-platform' features are currently implemented as simulations (using mocks and random confidence scores in src/deeplearning.js and src/platforms.js), the code logic is transparent and strictly aligned with the stated purpose. The installation script (scripts/install.sh) performs standard deployment tasks, such as creating a systemd service for persistence, which is appropriate for a background monitoring utility. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The description promises multi-platform conversation monitoring (QQBot, WeCom, Slack, etc.) yet the registry metadata declares no required environment variables or primary credential. Real integrations with those platforms normally require API keys/tokens, so the skill's declared requirements are incomplete/unexplained. Additionally, the package contains substantial source code (src/, scripts/) despite being labelled as instruction-only in some metadata — an inconsistency.
Instruction Scope
SKILL.md instructs running npm install and many scripts, and explicitly tells users to run commands and scripts located under /root/.openclaw (deploy-no-cold-chat.sh, manage-no-cold-chat.sh), to enable systemd services, to inspect /root/.openclaw logs, and to run pkill/netstat/ps. These steps go beyond a simple skill sandbox and request system-level operations, file access, and service control that are outside the narrow scope of 'monitoring conversation state'.
Install Mechanism
There is no formal install spec in the registry, but README/SKILL.md direct you to run npm install and included install scripts. The package includes a package-lock.json and normal npm dependencies (node-cron, winston, lodash). package-lock entries reference a third-party mirror (mirrors.tencentyun.com) rather than only official registries — not necessarily malicious but worth verifying. No remote archive downloads or obscure URL installers were found in the provided content.
Credentials
The skill claims multi-platform integrations and deep-learning features but declares zero required environment variables/credentials. That is disproportionate: connecting to external platforms normally requires API keys/tokens, and running deep-learning models may require model files or storage access. SKILL.md also references config and log paths (~/.openclaw/config, ~/.openclaw/logs) which gives it access to user-level data but the registry didn't declare these as required config paths.
Persistence & Privilege
The skill does not set always:true, but its instructions ask you to create/enable a systemd service and run scripts with sudo and to read/write files under /root/.openclaw and ~/.openclaw. Those actions require elevated privileges and change system-level persistence (services, logs). While not automatically granted by metadata, the runtime instructions encourage high-privilege operations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install syberz-chatflow-guardian
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /syberz-chatflow-guardian 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ChatFlow Guardian 1.0.0 初始版本发布 - 智能对话监控,确保不会冷场,用户消息永不成为最后一条 - 每180秒自动检查对话活跃状态,并在需要时自动回复 - 长时间任务进度自动汇报,消息自动补全 - 兼容8大主流沟通平台,包括QQBot、企业微信、Slack、钉钉等 - 内置预测性响应和深度学习优化意图识别 - 提供详细配置选项和快速部署指南
元数据
Slug syberz-chatflow-guardian
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Syberz Chatflow Guardian 是什么?

确保你的对话永远不会中断!智能监控对话状态,确保用户的消息永远不会是最后一条。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 66 次。

如何安装 Syberz Chatflow Guardian?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install syberz-chatflow-guardian」即可一键安装,无需额外配置。

Syberz Chatflow Guardian 是免费的吗?

是的,Syberz Chatflow Guardian 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Syberz Chatflow Guardian 支持哪些平台?

Syberz Chatflow Guardian 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Syberz Chatflow Guardian?

由 wwwsyber(@wwwsyber)开发并维护,当前版本 v1.0.0。

💬 留言讨论