Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

data-sleuth数据侦探

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

423

周安装

18

GitHub Stars

4

下载量

148
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:data-sleuth(数据侦探)
来源仓库:https://github.com/petekp/agent-skills
仓库路径:skills/data-sleuth
安装命令:
npx skills add https://github.com/petekp/agent-skills --skill data-sleuth
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/petekp/agent-skills --skill data-sleuth

简介

运用数据新闻与 OSINT 调查技术,从结构化数据中提取隐藏洞察。

  • 采用健康怀疑主义态度,识别统计异常与潜在因果关系模式。
  • 适用于社交媒体分析、财务审计与竞争性情报等深度调查场景。
  • 输出带证据链支持的优先行动建议,增强分析结论可信度。
  • 安装方式为 GitHub 技能库引用,支持多宿主平台协同工作。

SKILL.md

Data Sleuth

Advanced signal detection and correlation analysis for extracting non-obvious insights from datasets.

Overview

This skill transforms Claude into an investigative data analyst, applying techniques from data journalism, forensic accounting, and OSINT investigation to find patterns others miss. It pairs naturally with personality-profiler to enhance signal extraction from social media data, but works with any structured dataset.

Core Principles

The Investigative Mindset

Adopt these cognitive stances from elite data journalists and investigators:

  1. Healthy Skepticism — "There is no such thing as clean or dirty data, just data you don't understand." Challenge every assumption.
  2. Harm-Centered Pattern Recognition — Study anomalies not as noise to remove, but as potential signals revealing system cracks.
  3. Naivete as Asset — Remain naive enough to spot what domain experts miss due to habituation.
  4. Evidence Over Assumption — Build confidence through evidence, never trust preconceived notions.

Interview-First Workflow

CRITICAL: Before any analysis, use AskUserQuestion to interview the user about potential analyses. Present proactively formulated options based on the data structure.

Step 1: Data Reconnaissance

When data is provided:

  1. Identify all available fields/columns
  2. Note data types, cardinalities, and ranges
  3. Identify temporal dimensions
  4. Spot potential join keys for cross-dataset correlation

Step 2: Analysis Interview

Use AskUserQuestion with proactively formulated analysis options. Structure questions around these categories:

Template for interview questions:

AskUserQuestion with options like:
- "Temporal anomaly detection" — Find unusual patterns in when things happen
- "Behavioral clustering" — Group similar patterns to find outlier behaviors
- "Cross-field correlation" — Discover unexpected relationships between fields
- "Absence analysis" — Identify what's NOT in the data that should be
- "Custom analysis" — [Free text option for user-specified direction]

Always include:

  • 2-4 concrete, data-specific analysis options
  • Brief description of what each would reveal
  • A free-text "Other" option for user-specified direction

Example interview for social media data:

Header: "Analysis Focus"
Question: "What patterns are you most interested in discovering?"
Options:
- "Engagement anomalies" — Posts that performed unusually well/poorly vs your baseline
- "Topic evolution" — How your interests shifted over time
- "Social network signals" — Who you engage with most and patterns in those interactions
- "Behavioral fingerprint" — Your unique timing, vocabulary, and stylistic signatures

Step 3: Execute Selected Analysis

Apply the signal detection techniques from the reference guide based on user selection.

Step 4: Present Findings with Evidence

For each insight:

  1. State the finding clearly
  2. Provide specific evidence (quotes, data points, timestamps)
  3. Rate confidence (high/medium/low)
  4. Suggest follow-up analyses if warranted

Signal Detection Techniques

For comprehensive technique descriptions, see references/signal-detection.md.

Quick Reference

TechniqueWhat It FindsWhen to Use
Temporal FingerprintingActivity rhythms, scheduling patternsAny timestamped data
Ratio AnalysisUnusual proportions that suggest hidden behaviorEngagement metrics, financial data
Absence DetectionWhat's missing that should existAny dataset with expected patterns
Cross-Dataset TriangulationCorroboration or contradiction across sourcesMultiple data exports
Outlier ContextualizationWhether anomalies are errors or signalsAfter initial statistical analysis
Linguistic ForensicsVocabulary shifts, tone changes over timeText-heavy datasets
Network TopologyConnection patterns and clusteringSocial/relationship data
Behavioral SegmentationDistinct modes of operationActivity logs, engagement data

Multi-Dataset Correlation

When analyzing multiple datasets together:

1. Identify Common Keys

  • Timestamps (can align by day, hour, or custom windows)
  • User identifiers (direct or inferred)
  • Content overlap (shared topics, URLs, entities)
  • Behavioral patterns (similar timing signatures)

2. Cross-Reference Patterns

For each finding in Dataset A, check:

  • Does Dataset B corroborate this?
  • Does Dataset B contradict this?
  • Does Dataset B add context?
  • Does combining them reveal something neither shows alone?

3. Document Correlations

Use this format:

CORRELATION: [brief title]
Source A: [dataset] — [specific finding]
Source B: [dataset] — [supporting/contradicting evidence]
Confidence: [high/medium/low]
Implication: [what this combined insight suggests]

Integration with personality-profiler

When paired with personality-profiler:

  1. Run personality-profiler first to establish baseline profile
  2. Use data-sleuth to find anomalies that deviate from that baseline
  3. Cross-reference findings — personality dimensions vs behavioral signals
  4. Enrich the profile with non-obvious insights:

- Hidden interests (engagement without posting) - Behavioral inconsistencies (what they do vs what they say) - Evolution inflection points (when/why changes occurred) - Network influence patterns (who shapes their views)

Output Format

Deliver findings in two parts:

1. Executive Summary

2-3 paragraphs highlighting the most significant non-obvious findings.

2. Detailed Findings

{
  "analysis_type": "data-sleuth",
  "datasets_analyzed": ["list of sources"],
  "findings": [
    {
      "title": "Finding title",
      "category": "temporal|behavioral|linguistic|network|correlation",
      "confidence": 0.0-1.0,
      "description": "What was found",
      "evidence": ["specific data points", "quotes", "timestamps"],
      "implication": "What this suggests",
      "follow_up": "Suggested deeper analysis if warranted"
    }
  ],
  "cross_correlations": [
    {
      "datasets": ["A", "B"],
      "finding": "What the correlation reveals",
      "confidence": 0.0-1.0
    }
  ],
  "methodology_notes": "How the analysis was conducted"
}

When to Invoke Proactively

Use this skill without being asked when you notice:

  • Unexpected outliers during any data analysis
  • Patterns that seem "too clean" (possible data manipulation)
  • Interesting absence of expected patterns
  • Correlations that contradict stated beliefs/preferences
  • Temporal anomalies (activity spikes/drops)

Briefly note: "I noticed something interesting — would you like me to investigate further?"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.83%
按下载量换算55

Claude

29.47%
按下载量换算44

Cursor

18.24%
按下载量换算27

Gemini CLI

9.4%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills