← Back to Skills Marketplace
tujinsama

process-data-monitor-claw

by Ricky · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install process-data-monitor-claw
Description
过程数据监控虾 — 实时监控业务运行中的全链路数据状态,像雷达一样扫描业务流程每个节点,第一时间发现异常并告警。 **当以下情况时使用此 Skill**: (1) 需要监控业务流程节点状态(订单履约、库存同步、支付链路、数据管道等) (2) 需要设置数据异常阈值告警(数值超限、状态卡顿、趋势恶化) (3) 需要配...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install process-data-monitor-claw
  3. After installation, invoke the skill by name or use /process-data-monitor-claw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug process-data-monitor-claw
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is process-data-monitor-claw?

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

How do I install process-data-monitor-claw?

Run "/install process-data-monitor-claw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is process-data-monitor-claw free?

Yes, process-data-monitor-claw is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does process-data-monitor-claw support?

process-data-monitor-claw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created process-data-monitor-claw?

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

💬 Comments