Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

qf-data-analyzerqf 数据分析仪

Agent Skill

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

总安装

4,158

周安装

175

GitHub Stars

公开资料未说明

下载量

1,456
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:qf-data-analyzer(qf 数据分析仪)
来源仓库:https://github.com/371166758-qq/qf-data-analyzer
安装命令:
openclaw skills install qf-data-analyzer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install qf-data-analyzer

简介

分析 CSV、JSON 等结构化数据,识别趋势、异常与可视化建议。

  • 适用于报表解读、指标计算与数据清洗预处理场景。
  • 输出统计口径说明与图表类型推荐,辅助决策理解。
  • 需明确字段含义与时间范围,勿将样本结论推广至全量。
  • 敏感数据需脱敏处理,导出文件应限制访问权限。qf-data-analyzer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Data Analyzer

Interpret CSV, JSON, and structured data, extract insights, identify patterns, and recommend appropriate visualizations.

Description

This skill provides a systematic approach to data analysis for tabular and structured data. It covers data profiling, statistical summary, trend identification, anomaly detection, and visualization recommendations. Designed for users who have data but need help understanding what it means and how to present it effectively.

When to Use

  • Analyzing CSV or JSON data files
  • Understanding trends in sales, traffic, survey, or any time-series data
  • Comparing groups, segments, or categories
  • Identifying outliers or anomalies in datasets
  • Preparing data insights for reports or presentations
  • Recommending chart types for specific data stories

Instructions

Step 1: Data Profiling

Before analysis, profile the data:

Dataset Profile:
- Rows: [count]
- Columns: [count]
- Column types: [list each column with type: numeric, categorical, date, text]
- Missing values: [percentage per column]
- Date range: [if applicable]
- Key metrics summary: [mean, median, min, max for numeric columns]

Identify data quality issues:

  • Missing values (>5% in any column needs attention)
  • Duplicates
  • Inconsistent formats (dates, categories, units)
  • Outliers that might be errors vs. genuine extreme values

Step 2: Analysis Framework

Apply the appropriate analysis based on data type and question:

For Time-Series Data (dates + values)

  1. Trend Analysis: Is the metric growing, declining, or stable?

- Calculate period-over-period change (MoM, YoY) - Identify inflection points (where trend direction changes)

  1. Seasonality: Are there recurring patterns?

- Weekly, monthly, or quarterly cycles - Compare same period across different years

  1. Anomaly Detection: Any unexpected spikes or drops?

- Flag values >2 standard deviations from the mean - Check if anomalies correlate with known events

For Categorical Comparisons

  1. Ranking: Which categories lead/lag?

- Sort by value - Calculate percentage of total for each category

  1. Distribution: How are values spread?

- Identify concentration (is 80% of value in 20% of categories?)

  1. Correlation: Do categories relate?

- Cross-tabulation between two categorical variables

For Numeric Relationships

  1. Correlation: Do two metrics move together?

- Note correlation direction and approximate strength - Caution: correlation ≠ causation — always state this

  1. Segmentation: How do metrics differ across groups?

- Compare averages/medians across segments

Step 3: Insight Extraction

Structure findings as:

## Key Findings

1. **[Finding title]**
   - What: Specific observation with numbers
   - So what: Business impact or implication
   - Action: Recommended next step

2. **[Finding title]**
   - ...

Prioritize insights by:

  • Impact: How much does this matter?
  • Surprise: How unexpected is this?
  • Actionability: Can the user do something about it?

Step 4: Visualization Recommendations

For each finding, recommend the best chart type:

Story You Want to TellBest Chart TypeWhen to Use
Change over timeLine chartTime-series with 5+ data points
Compare categoriesBar chartUp to 10 categories
Show compositionStacked bar / PieParts of a whole (pie for ≤5 slices)
Show distributionHistogram / Box plotNumeric data distribution
Show relationshipScatter plotTwo numeric variables
Compare metricsCombined chartTwo different scales on same timeline
Show progressBullet / GaugeCurrent vs. target
Geographic dataMap / ChoroplethLocation-based data
Funnel / conversionFunnel chartSequential stage drop-off

Specify for each recommendation:

  • Chart type
  • X-axis, Y-axis, and data series
  • Key formatting notes (color coding, annotations)
  • Alternative if the recommended type isn't available

Output Format

## Data Analysis Report

### Dataset Overview
[Profile summary]

### Key Findings
1. [Finding with data, impact, action]
2. [Finding]
3. [Finding]

### Anomalies & Notes
[Any unusual patterns or data quality concerns]

### Recommended Visualizations
1. [Chart type + description]
2. [Chart type + description]

### Data Quality
[Missing values, inconsistencies, recommendations]

Examples

Input: A CSV with columns [date, product_category, revenue, units_sold]

Analysis Output:

Key Findings:
1. Electronics accounts for 42% of revenue but only 18% of units → highest ASP
   Action: Investigate if premium electronics strategy is sustainable
   
2. Revenue dipped 23% in February across all categories → likely seasonal
   Note: Same pattern in previous year, but 2025 dip is steeper
   
3. "Home & Garden" shows 67% growth YoY → emerging category
   Action: Increase inventory allocation for Q3

Recommended Visualizations:
1. Stacked area chart: Revenue by category over time (shows composition + trend)
2. Bar chart: Revenue vs. units by category (highlights ASP differences)
3. Line chart with YoY comparison: Total revenue, 2024 vs 2025

Tips

  • Always start with "What question is this data supposed to answer?" — if unclear, state assumptions
  • Provide numbers, not just qualitative descriptions ("Revenue grew" → "Revenue grew 15% from $1.2M to $1.38M")
  • Note confidence level: with 10 data points, trends are suggestive; with 1000, they're reliable
  • Recommend tools: Excel/Google Sheets for quick analysis, Python (pandas + matplotlib) for complex datasets, Tableau/Power BI for interactive dashboards
  • If the dataset is too large to paste entirely, analyze a sample and note the limitation

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

92.63%
按下载量换算1,349

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills