← 返回 Skills 市场
shineniefei

Online Analysis

作者 shineniefei · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
258
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-online-analysis
功能描述
Online (real-time) data analysis, rule extraction, and pattern recognition for testing scenarios. Activate when user mentions test online analysis, real-time...
安全使用建议
This package is inconsistent: it promises streaming/DB ingestion and multiple analysis components, but only includes two local scripts that process files. Before installing or running it: 1) Review the missing referenced scripts (pattern_recognizer.py, test_case_generator.py) — ask the author or obtain a complete package. 2) Inspect the code in the included scripts (already small and readable) and run them in a sandbox with non-sensitive sample data to confirm behavior. 3) Do not pipe sensitive production logs, credentials, or database dumps into these tools until you verify what they do. 4) If you expect real-time stream or DB integrations, either implement secure connector code that clearly documents credential handling or demand that the skill declare required env vars/permissions. 5) Consider disabling autonomous invocation or limiting the skill's activation keywords until you confirm it only performs local file analysis.
功能分析
Type: OpenClaw Skill Name: test-online-analysis Version: 1.0.0 The skill bundle provides legitimate tools for real-time data analysis, rule extraction, and anomaly detection in testing scenarios. The provided Python scripts (scripts/anomaly_detector.py and scripts/rule_extractor.py) implement standard statistical and regex-based logic to process logs and JSON data without any evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The name/description promise real-time streaming, database query ingestion, and ML-based pattern recognition. The shipped artifacts only include two local scripts (rule_extractor.py and anomaly_detector.py) that operate on local files/JSON arrays and do not implement network/stream or DB connectors. README/SKILL.md also reference additional scripts (pattern_recognizer.py, test_case_generator.py) which are absent from the package. This is an inconsistency: the claimed capabilities exceed what the included code actually provides.
Instruction Scope
SKILL.md instructs the agent to accept log files, real-time API streams, and database queries and says it will 'connect to real-time data source' and 'establish baseline from historical data.' The provided scripts only read local files or generate synthetic data and have no network, DB, or streaming code. The instructions also reference exporting results and automatic activation on keywords — behavior that is plausible but not backed by implementation. The skill therefore instructs usage outside the scope of the actual code.
Install Mechanism
There is no formal install spec; this is effectively instruction-only with bundled scripts. The README suggests 'pip install numpy' (a minimal dependency). No downloads from external/untrusted URLs or archive extraction are used. Risk from install mechanism itself is low, but verify the environment-level pip call if you choose to run scripts.
Credentials
The skill does not request environment variables, credentials, or config paths. That is proportionate to the provided local-file-processing scripts. However, the SKILL.md's claims about connecting to streams/DBs would typically require credentials — the absence of any declared env/credential handling is another inconsistency to be aware of.
Persistence & Privilege
always is false and the skill does not request elevated or persistent presence. It is user-invocable and allows model invocation (platform default). There is no code that modifies agent configuration or other skills. No privilege escalation indicators in the package.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test-online-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test-online-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the test-online-analysis skill. - Provides real-time data analysis, automated rule extraction, testing scenario pattern recognition, and anomaly detection. - Supports ingestion of logs, API streams, or database queries for automated analysis. - Generates structured documentation, test case suggestions, and anomaly reports. - Includes scripts for rule extraction, pattern recognition, anomaly detection, and test case generation.
元数据
Slug test-online-analysis
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Online Analysis 是什么?

Online (real-time) data analysis, rule extraction, and pattern recognition for testing scenarios. Activate when user mentions test online analysis, real-time... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。

如何安装 Online Analysis?

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

Online Analysis 是免费的吗?

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

Online Analysis 支持哪些平台?

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

谁开发了 Online Analysis?

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

💬 留言讨论