← 返回 Skills 市场
softboypatrick

Insight Finder

作者 Softboypatrick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
54
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install insight-finder
功能描述
数据探索与洞察引擎 | 自动分析CSV/JSON/Excel | 统计检验+模式识别+异常检测+可视化建议 | 输出结构化报告
使用说明 (SKILL.md)

Data Probe

Data Probe 是一个自动化的数据探索与洞察引擎。它接收原始数据,执行自动化的统计分析和模式识别,最终输出带置信度评级的结构化洞察报告。


一、触发方式

当用户提供以下内容时自动激活:

  1. 粘贴的 CSV/JSON/表格数据
  2. 数据文件路径
  3. 明确的请求:"分析这些数据"、"找找规律"、"出报告"

二、四阶段分析管线

Stage 1: 数据收容(Data Containment)

目标:理解数据形状,评估可用性。

检查维度 具体方法 严重等级
缺失值比率 每列计算缺失比例,>5%标记 中危
异常值 Z-score > 3 或 IQR 法 低危
类型推断 自动检测 numeric/categorical/datetime 信息
重复行 精确去重 低危
基数检测 唯一值数量,识别 ID 列 低危
数据时效 时间戳范围检查 信息

输出:数据质量评分表 + 需修复项列表。

Stage 2: 描述性统计(Descriptive Statistics)

目标:形成对数据的整体认知。

  • 数值列:count, mean, std, min, 25%/50%/75%/max
  • 分类列:value_counts, unique count, mode, mode_freq
  • 时间列:range, frequency, gaps, seasonality hints
  • 分布形状:skewness, kurtosis, normality test (if n>30)

输出:数据概要卡片,识别显性特征。

Stage 3: 关联与模式(Correlation & Patterns)

目标:发现变量间关系和隐藏模式。

关系分析:
  数值-数值: Pearson r, Spearman ρ, 散点分布形态
  分类-数值: ANOVA / Kruskal-Wallis, 分组箱形图
  分类-分类: 列联表, Cramérs V, 卡方检验
  时间序列: 自相关图, 趋势成分, 季节性成分, 残差分析

模式检测:
  聚类倾向: 用 WCSS 肘部法建议最佳k
  离群簇: DBSCAN 密度检测
  顺序模式: 频繁项集 (支持度 > 5% 时)

每个关联都需附带:

  • 效应量(effect size)
  • p 值(如果适用)
  • 实际意义评估(统计学显著 ≠ 业务显著)

Stage 4: 洞察输出(Actionable Insights)

目标:输出可执行的决策支撑。

报告结构:
  Executive Summary:
    - 数据概况(行×列, 时间范围)
    - Top-3 最重要的发现
    - 紧急程度评级

  Detailed Findings:
    - 每个发现包含:
      - 标题(30字内)
      - 置信度(60-99%)
      - 支撑证据(统计量+图表描述)
      - 业务影响评估
      - 建议行动

  Limitations:
    - 样本局限性
    - 因果推断限制(相关性≠因果)
    - 已知偏差

三、置信度评分规则

置信度 条件
90-99% 统计显著(p\x3C0.01) + 效应量大 + 业务逻辑一致
70-89% 统计显著(p\x3C0.05) + 效应量中等
50-69% 趋势明显但统计不显著
\x3C50% 需要更多数据,标记为hypothesis

四、交叉验证机制

自我质疑:
  1. 这个发现是否可能是偶然? → 多重比较校正(Bonferroni)
  2. 是否忽略了混杂变量? → 分层分析检查
  3. 样本是否代表总体? → 抽样偏差检查
  4. 是否有反向因果的可能? → 时间顺序验证

五、使用示例

用户输入:

日期,销售额,访问量,转化率,客单价
2026-01-01,15200,1200,2.3%,128
2026-01-02,14800,1150,2.1%,130
...

输出(摘要):

## Data Probe 洞察报告

### 数据质量: 89/100
- 缺失值: 0.3%(已插补)
- 异常值: 2个(已标注)

### 🔍 发现 #1: 周末转化率低于工作日 31%
置信度: 94% | p=0.003 | 效应量 Cohen d=0.87
支撑: 12个完整周数据 (n=84), 周末平均1.9% vs 工作日2.75%
影响: 如果周末优化到工作日水平,月增收约 ¥8,500
建议: 1) 推出周末专属优惠 2) 移动端体验优化

### 🔍 发现 #2: 客单价与转化率中度负相关 (r=-0.42)
置信度: 82% | p=0.01
支撑: 高客单(>200)时转化率降至1.5%
建议: 尝试分层定价/分期付款方案,在高客单区间保转化

### 📋 限制
- 仅有84个数据点,季节效应可能未充分捕捉
- 相关性不代表因果,A/B测试验证后再实施
```\r
安全使用建议
This skill appears coherent for automated data exploration, but exercise caution before providing real or sensitive data. Do not paste or point to files containing personal data, credentials, or production secrets unless you trust the agent/environment. If you need privacy, anonymize or sample the dataset first. Confirm where processing occurs (local agent vs. external services) and whether logs or transcripts will be retained or sent elsewhere. If you prefer explicit control, avoid automatic triggers (provide an explicit 'analyze this file' command rather than relying on automatic activation when pasting data).
功能分析
Type: OpenClaw Skill Name: insight-finder Version: 1.0.0 The skill bundle 'insight-finder' (Data Probe) consists of a metadata file and a markdown instruction set (SKILL.md) for an AI agent to perform data analysis. The instructions define a legitimate four-stage pipeline for statistical analysis, data quality assessment, and pattern recognition. There is no executable code, no network requests, and no instructions that attempt to exfiltrate data or bypass security controls.
能力评估
Purpose & Capability
Name/description (自动化数据探索、CSV/JSON/Excel 分析) match the SKILL.md: it details data-quality checks, descriptive stats, correlation/pattern analysis and structured report output. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
SKILL.md explicitly says it activates on pasted data, data file paths, or explicit requests — which is appropriate for a data-probing tool. This means the agent will read user-provided data (including files if a path is given). The instructions do not direct the agent to access unrelated system configuration, external endpoints, or additional environment variables, nor do they instruct exfiltration. Because reading arbitrary file paths can expose sensitive data, users should be careful what they provide.
Install Mechanism
No install specification or code files; instruction-only skills have lower install risk because nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths — which is proportionate for an instruction-only data analysis helper.
Persistence & Privilege
Flags indicate default behavior (not always:true). The skill does not request persistent presence or system config changes. Autonomous invocation is allowed by platform default but not combined with other high-risk factors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install insight-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /insight-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Data Probe 1.0.0 — Initial Release - Automatically analyzes CSV/JSON/Excel data with four-stage pipeline: data quality, descriptive statistics, pattern discovery, and actionable insights output. - Provides structured reports with statistical testing, pattern recognition, anomaly detection, effect sizes, and confidence ratings. - Offers executive summaries, key findings with business impact assessments, and actionable suggestions. - Integrates self-auditing and cross-validation mechanisms to minimize bias and overfitting. - Delivers confidence-scored insights and clearly stated limitations for robust decision support.
元数据
Slug insight-finder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Insight Finder 是什么?

数据探索与洞察引擎 | 自动分析CSV/JSON/Excel | 统计检验+模式识别+异常检测+可视化建议 | 输出结构化报告. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Insight Finder?

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

Insight Finder 是免费的吗?

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

Insight Finder 支持哪些平台?

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

谁开发了 Insight Finder?

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

💬 留言讨论