{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-reportstudio-community",
    "name": "openclaw-reportstudio-community",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/xutianliang77-create/openclaw-reportstudio-community",
    "canonicalUrl": "https://clawhub.ai/xutianliang77-create/openclaw-reportstudio-community",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-reportstudio-community",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-reportstudio-community",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/run_reportstudio.py",
      "references/acceptance.md"
    ],
    "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/openclaw-reportstudio-community"
    },
    "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/openclaw-reportstudio-community",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-reportstudio-community/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-reportstudio-community/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-reportstudio-community/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": "openclaw-reportstudio-community",
        "body": "将用户的自然语言需求 + 本地 CSV/XLSX 文件，转成可交付的 XLSX + PDF + PPTX（社区版：只读、安全、保守洞察）。"
      },
      {
        "title": "1) 先把“人话”解析成参数",
        "body": "从用户话里抽取（缺省就用默认）：\n\nfile: 输入文件路径（必填）\nprompt: 用户意图（必填，原话或等价改写）\nout_dir: 输出目录（默认 ./artifacts）\nformats: 默认 xlsx,pdf,pptx\ngrain: day|week|month（默认 month）\ndim: 拆解维度（可选；默认用第一个维度列）\nmeasure: 拆解指标（可选；默认用第一个数值列）\ntopn: 默认 10\ntime_range: YYYY-MM-DD..YYYY-MM-DD（可选）\n\n如果用户没有给文件路径：先追问“文件在哪里/发我路径”。"
      },
      {
        "title": "2) 执行 ReportStudio（不改源文件）",
        "body": "优先用当前 python 环境直接运行：\n\npython -m reportstudio.cli.main \\\n  --file <PATH> \\\n  --prompt \"<PROMPT>\" \\\n  --out-dir <OUT_DIR> \\\n  --formats xlsx,pdf,pptx \\\n  --topn 10 \\\n  --grain month\n\n需要指定拆解维度/指标时：\n\n--dim <DIM_COL> \\\n  --measure <MEASURE_COL>\n\n可选：使用 scripts/run_reportstudio.py 做一层薄包装，方便做 artifacts 存在性校验与 JSON 捕获。"
      },
      {
        "title": "3) 回传“可验收”的结果",
        "body": "把 stdout 的 JSON 作为主输出（包含 artifacts/warnings/tables/meta）。\n同时给用户一句人话总结：产物有哪些、是否有 warnings（历史不足/截断/字段未识别等）。"
      },
      {
        "title": "4) 保守原则（必须遵守）",
        "body": "不编造因果；只输出数据支持的、可量化的结论。\n历史不足就写 warning，不硬算 DoD/WoW/MoM/YoY。\n社区版只读：不写 DB、不改源文件、不默认外网。"
      },
      {
        "title": "验收",
        "body": "需要验收清单时，读取：references/acceptance.md"
      }
    ],
    "body": "openclaw-reportstudio-community\n\n将用户的自然语言需求 + 本地 CSV/XLSX 文件，转成可交付的 XLSX + PDF + PPTX（社区版：只读、安全、保守洞察）。\n\n工作流（自然语言触发）\n1) 先把“人话”解析成参数\n\n从用户话里抽取（缺省就用默认）：\n\nfile: 输入文件路径（必填）\nprompt: 用户意图（必填，原话或等价改写）\nout_dir: 输出目录（默认 ./artifacts）\nformats: 默认 xlsx,pdf,pptx\ngrain: day|week|month（默认 month）\ndim: 拆解维度（可选；默认用第一个维度列）\nmeasure: 拆解指标（可选；默认用第一个数值列）\ntopn: 默认 10\ntime_range: YYYY-MM-DD..YYYY-MM-DD（可选）\n\n如果用户没有给文件路径：先追问“文件在哪里/发我路径”。\n\n2) 执行 ReportStudio（不改源文件）\n\n优先用当前 python 环境直接运行：\n\npython -m reportstudio.cli.main \\\n  --file <PATH> \\\n  --prompt \"<PROMPT>\" \\\n  --out-dir <OUT_DIR> \\\n  --formats xlsx,pdf,pptx \\\n  --topn 10 \\\n  --grain month\n\n\n需要指定拆解维度/指标时：\n\n  --dim <DIM_COL> \\\n  --measure <MEASURE_COL>\n\n\n可选：使用 scripts/run_reportstudio.py 做一层薄包装，方便做 artifacts 存在性校验与 JSON 捕获。\n\n3) 回传“可验收”的结果\n把 stdout 的 JSON 作为主输出（包含 artifacts/warnings/tables/meta）。\n同时给用户一句人话总结：产物有哪些、是否有 warnings（历史不足/截断/字段未识别等）。\n4) 保守原则（必须遵守）\n不编造因果；只输出数据支持的、可量化的结论。\n历史不足就写 warning，不硬算 DoD/WoW/MoM/YoY。\n社区版只读：不写 DB、不改源文件、不默认外网。\n验收\n\n需要验收清单时，读取：references/acceptance.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xutianliang77-create/openclaw-reportstudio-community",
    "publisherUrl": "https://clawhub.ai/xutianliang77-create/openclaw-reportstudio-community",
    "owner": "xutianliang77-create",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-reportstudio-community",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-reportstudio-community",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-reportstudio-community/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-reportstudio-community/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-reportstudio-community/agent.md"
  }
}