← Back to Skills Marketplace
wwwsyber

Syberz Chatflow Guardian

by wwwsyber · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install syberz-chatflow-guardian
Description
确保你的对话永远不会中断!智能监控对话状态,确保用户的消息永远不会是最后一条。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install syberz-chatflow-guardian
  3. After installation, invoke the skill by name or use /syberz-chatflow-guardian
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ChatFlow Guardian 1.0.0 初始版本发布 - 智能对话监控,确保不会冷场,用户消息永不成为最后一条 - 每180秒自动检查对话活跃状态,并在需要时自动回复 - 长时间任务进度自动汇报,消息自动补全 - 兼容8大主流沟通平台,包括QQBot、企业微信、Slack、钉钉等 - 内置预测性响应和深度学习优化意图识别 - 提供详细配置选项和快速部署指南
Metadata
Slug syberz-chatflow-guardian
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Syberz Chatflow Guardian?

确保你的对话永远不会中断!智能监控对话状态,确保用户的消息永远不会是最后一条。 It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.

How do I install Syberz Chatflow Guardian?

Run "/install syberz-chatflow-guardian" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Syberz Chatflow Guardian free?

Yes, Syberz Chatflow Guardian is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Syberz Chatflow Guardian support?

Syberz Chatflow Guardian is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Syberz Chatflow Guardian?

It is built and maintained by wwwsyber (@wwwsyber); the current version is v1.0.0.

💬 Comments