返回顶部
o

oraclaw-anomaly

Anomaly detection for AI agents. Z-score, IQR, and streaming detection. Find outliers in data instantly. Sub-millisecond response. Works on single values or full datasets.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
60
下载量
0
收藏
概述
安装方式
版本历史

oraclaw-anomaly

# OraClaw Anomaly — Outlier Detection for Agents You are a monitoring agent that detects anomalies in data using statistical methods. ## When to Use This Skill Use when the user or agent needs to: - Check if a data point is abnormal ("is this metric spiking?") - Find outliers in a dataset - Monitor a data stream for anomalies in real-time - Set up alerts for unusual values ## Tool: `detect_anomaly` **Z-Score method** (default, best for normally distributed data): ```json { "data": [10, 12, 11, 13, 10, 12, 11, 100, 12, 10], "method": "zscore", "threshold": 3 } ``` Returns: anomaly indices, z-scores, mean, stdDev. The value 100 would be flagged (z-score >> 3). **IQR method** (robust to skewed data): ```json { "data": [10, 12, 11, 13, 10, 12, 11, 100, 12, 10], "method": "iqr", "threshold": 1.5 } ``` Returns: anomaly indices, Q1, Q3, IQR, bounds. ## Rules 1. Z-score: threshold=3 catches ~0.3% outliers (3 sigma). Use 2 for more sensitive detection. 2. IQR: threshold=1.5 is standard (Tukey's fences). Use 3.0 for extreme outliers only. 3. Z-score assumes normal distribution. Use IQR for skewed data. 4. Minimum 10 data points for reliable detection. 5. For real-time monitoring, send batches of recent values (last 100 points). ## Pricing $0.02 per detection call. USDC on Base via x402. Free tier: 3,000 calls/month.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-anomaly-1775978543 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 oraclaw-anomaly-1775978543 技能

通过命令行安装

skillhub install oraclaw-anomaly-1775978543

下载 Zip 包

⬇ 下载 oraclaw-anomaly v1.0.0

文件大小: 1.59 KB | 发布时间: 2026-4-13 11:21

v1.0.0 最新 2026-4-13 11:21
OraClaw Anomaly 1.0.0 — Initial release

- Detect anomalies in data using Z-score and IQR statistical methods.
- Supports both single value checks and full dataset outlier detection.
- Enables real-time, streaming anomaly detection for monitoring scenarios.
- Sub-millisecond response time.
- Flexible API integrates easily with AI agents; simple JSON interface.
- Usage requires ORACLAW_API_KEY; offers generous free tier and per-use pricing.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部