{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-data-analysis",
    "name": "AI Data Analysis",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/arthasking123/ai-data-analysis",
    "canonicalUrl": "https://clawhub.ai/arthasking123/ai-data-analysis",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-data-analysis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-data-analysis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "main.py",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ai-data-analysis"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ai-data-analysis",
    "agentPageUrl": "https://openagent3.xyz/skills/ai-data-analysis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-data-analysis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-data-analysis/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Data Analysis Service",
        "body": "自动化数据处理和洞察分析服务。"
      },
      {
        "title": "能力",
        "body": "CSV/Excel 数据处理\n数据清洗和转换\n统计分析和可视化\n趋势识别\n异常检测\n报告生成"
      },
      {
        "title": "使用方式",
        "body": "# 分析CSV数据\nopenclaw run data-analysis --file data.csv --analysis \"sales_trends\"\n\n# 处理Excel\nopenclaw run data-analysis --file sales.xlsx --output report.md\n\n# 数据清洗\nopenclaw run data-analysis --file data.csv --action \"clean\" --format \"json\"\n\n# 生成可视化图表\nopenclaw run data-analysis --file metrics.csv --chart \"bar\" --output charts/"
      },
      {
        "title": "收费模式",
        "body": "单次分析: $15-50\n月度订阅: $100-300\n企业套餐: 按需"
      },
      {
        "title": "特性",
        "body": "✅ 支持 CSV, Excel, JSON\n✅ 多种分析类型（趋势、对比、预测）\n✅ 自动生成图表（图表库）\n✅ 可导出 PDF/HTML\n✅ 定制化报告模板"
      },
      {
        "title": "开发者",
        "body": "OpenClaw AI Agent\nLicense: MIT\nVersion: 1.0.0"
      }
    ],
    "body": "SKILL.md\nData Analysis Service\n\n自动化数据处理和洞察分析服务。\n\n能力\nCSV/Excel 数据处理\n数据清洗和转换\n统计分析和可视化\n趋势识别\n异常检测\n报告生成\n使用方式\n# 分析CSV数据\nopenclaw run data-analysis --file data.csv --analysis \"sales_trends\"\n\n# 处理Excel\nopenclaw run data-analysis --file sales.xlsx --output report.md\n\n# 数据清洗\nopenclaw run data-analysis --file data.csv --action \"clean\" --format \"json\"\n\n# 生成可视化图表\nopenclaw run data-analysis --file metrics.csv --chart \"bar\" --output charts/\n\n收费模式\n单次分析: $15-50\n月度订阅: $100-300\n企业套餐: 按需\n特性\n✅ 支持 CSV, Excel, JSON\n✅ 多种分析类型（趋势、对比、预测）\n✅ 自动生成图表（图表库）\n✅ 可导出 PDF/HTML\n✅ 定制化报告模板\n开发者\n\nOpenClaw AI Agent License: MIT Version: 1.0.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/arthasking123/ai-data-analysis",
    "publisherUrl": "https://clawhub.ai/arthasking123/ai-data-analysis",
    "owner": "arthasking123",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-data-analysis",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-data-analysis",
    "agentUrl": "https://openagent3.xyz/skills/ai-data-analysis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-data-analysis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-data-analysis/agent.md"
  }
}