Skills ai-data-analysis

SKILL.md

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/arthasking123/ai-data-analysis" ~/.claude/skills/openclaw-skills-ai-data-analysis && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/arthasking123/ai-data-analysis" ~/.openclaw/skills/openclaw-skills-ai-data-analysis && rm -rf "$T"
manifest: skills/arthasking123/ai-data-analysis/SKILL.md
source content

SKILL.md

Data Analysis Service

自动化数据处理和洞察分析服务。

能力

  • CSV/Excel 数据处理
  • 数据清洗和转换
  • 统计分析和可视化
  • 趋势识别
  • 异常检测
  • 报告生成

使用方式

# 分析CSV数据
openclaw run data-analysis --file data.csv --analysis "sales_trends"

# 处理Excel
openclaw run data-analysis --file sales.xlsx --output report.md

# 数据清洗
openclaw run data-analysis --file data.csv --action "clean" --format "json"

# 生成可视化图表
openclaw run data-analysis --file metrics.csv --chart "bar" --output charts/

收费模式

  • 单次分析: $15-50
  • 月度订阅: $100-300
  • 企业套餐: 按需

特性

  • ✅ 支持 CSV, Excel, JSON
  • ✅ 多种分析类型(趋势、对比、预测)
  • ✅ 自动生成图表(图表库)
  • ✅ 可导出 PDF/HTML
  • ✅ 定制化报告模板

开发者

OpenClaw AI Agent License: MIT Version: 1.0.0