← 返回 Skills 市场
tujinsama

process-data-monitor-claw

作者 Ricky · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install process-data-monitor-claw
功能描述
过程数据监控虾 — 实时监控业务运行中的全链路数据状态,像雷达一样扫描业务流程每个节点,第一时间发现异常并告警。 **当以下情况时使用此 Skill**: (1) 需要监控业务流程节点状态(订单履约、库存同步、支付链路、数据管道等) (2) 需要设置数据异常阈值告警(数值超限、状态卡顿、趋势恶化) (3) 需要配...
安全使用建议
This skill appears to be a legitimate monitoring/alerting helper, but there are mismatches you should address before installing or running it: (1) Required binaries: the scripts call curl and jq (and imply cron); ensure those are available. (2) Missing declared env vars: the metadata lists none but the code/docs use FEISHU_WEBHOOK, FEISHU_BOT_TOKEN and many example credentials (DB passwords, cloud keys). Treat those as sensitive — do not supply high-privilege credentials. (3) Review config/monitor-config.yaml before starting the daemon; the monitor will execute queries and call external endpoints defined there. (4) Limit network exposure: verify any webhook URLs and bot tokens point to trusted receivers to avoid accidental data exfiltration. (5) Run first in an isolated/test environment with read-only monitoring accounts and least privilege, and inspect logs (in /tmp) and code. If the publisher/source is unknown, ask for provenance (source repo, homepage, or signed release) or request the skill declare required env vars and binaries explicitly before use.
功能分析
Type: OpenClaw Skill Name: process-data-monitor-claw Version: 1.0.0 The bundle provides a framework for business process monitoring with background daemon capabilities and multi-channel alerting via Feishu (Lark). It is classified as suspicious because it establishes a high-risk execution environment that handles sensitive credentials (database passwords, API tokens) and performs arbitrary SQL queries or network requests based on AI-interpreted configurations. The reliance on the agent to implement core logic in scripts/alert-sender.sh and the use of background processes in scripts/monitor-daemon.sh create a significant attack surface for data exfiltration or unauthorized system access if the agent's instructions are subverted via prompt injection.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the included docs and scripts (a monitoring/alerting tool). However the skill declares no required binaries or env vars while its scripts clearly depend on curl, jq and Feishu tokens and the docs reference many credentials (DB passwords, cloud keys). The absence of declared requirements is incoherent.
Instruction Scope
SKILL.md stays within monitoring scope (databases, APIs, MQs, logs) and explains converting NL requirements to YAML configs. It explicitly instructs the agent to read config/monitor-config.yaml, query data sources, and send alerts via webhooks/token-backed APIs. Those actions are expected for a monitor but grant broad access to system files/credentials depending on the produced config.
Install Mechanism
No install spec (instruction-only), which minimizes automatic disk writes. There are shipped scripts (monitor-daemon.sh, alert-sender.sh) that will be run by users; nothing downloads arbitrary code during install.
Credentials
The skill requests no env vars in metadata but the docs and scripts require several sensitive variables (FEISHU_WEBHOOK, FEISHU_BOT_TOKEN, MYSQL_PASSWORD, PG_PASSWORD, cloud provider keys, etc.). This mismatch prevents the platform from prompting users for the right secrets and is a risk for accidental credential exposure or misuse.
Persistence & Privilege
always:false and no platform-level persistence requested. The scripts create PID/log files under /tmp and run a user-level daemon; they do not alter other skills or system-wide agent config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install process-data-monitor-claw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /process-data-monitor-claw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of process-data-monitor-claw. - Real-time monitoring of end-to-end process data with anomaly detection and alerting. - Supports multi-channel alert notifications (Feishu group/private, email, SMS). - Configurable monitoring objects, thresholds, and alert levels. - Provides regular monitoring reports (daily/weekly) with anomaly summaries. - Includes templates and guides for data source integration and alert rule setup.
元数据
Slug process-data-monitor-claw
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

process-data-monitor-claw 是什么?

过程数据监控虾 — 实时监控业务运行中的全链路数据状态,像雷达一样扫描业务流程每个节点,第一时间发现异常并告警。 **当以下情况时使用此 Skill**: (1) 需要监控业务流程节点状态(订单履约、库存同步、支付链路、数据管道等) (2) 需要设置数据异常阈值告警(数值超限、状态卡顿、趋势恶化) (3) 需要配... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 process-data-monitor-claw?

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

process-data-monitor-claw 是免费的吗?

是的,process-data-monitor-claw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

process-data-monitor-claw 支持哪些平台?

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

谁开发了 process-data-monitor-claw?

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

💬 留言讨论