Generate polished, read-only business reports from CSV/XLSX into static deliverables (xlsx+pdf+pptx) using ReportStudio Community. Use when a user says things like “用这个表生成月报/周报/经营分析/PPT+PDF汇报材料”, provides a file path, asks for trends (day/week/month), TopN breakdowns by a dimension/metric, or wants professional exports without hallucinated claims.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-reportstudio-community或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-reportstudio-community⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-reportstudio-community/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: openclaw-reportstudio-community description: Generate polished, read-only business reports from CSV/XLSX into static deliverables (xlsx+pdf+pptx) using ReportStudio Community. Use when a user says things like “用这个表生成月报/周报/经营分析/PPT+PDF汇报材料”, provides a file path, asks for trends (day/week/month), TopN breakdowns by a dimension/metric, or wants professional exports without hallucinated claims. ---
将用户的自然语言需求 + 本地 CSV/XLSX 文件,转成可交付的 XLSX + PDF + PPTX(社区版:只读、安全、保守洞察)。
从用户话里抽取(缺省就用默认):
file: 输入文件路径(必填)prompt: 用户意图(必填,原话或等价改写)out_dir: 输出目录(默认 ./artifacts)formats: 默认 xlsx,pdf,pptxgrain: day|week|month(默认 month)dim: 拆解维度(可选;默认用第一个维度列)measure: 拆解指标(可选;默认用第一个数值列)topn: 默认 10time_range: YYYY-MM-DD..YYYY-MM-DD(可选)如果用户没有给文件路径:先追问“文件在哪里/发我路径”。
优先用当前 python 环境直接运行:
python -m reportstudio.cli.main \
--file <PATH> \
--prompt "<PROMPT>" \
--out-dir <OUT_DIR> \
--formats xlsx,pdf,pptx \
--topn 10 \
--grain month
需要指定拆解维度/指标时:
--dim <DIM_COL> \
--measure <MEASURE_COL>
> 可选:使用 scripts/run_reportstudio.py 做一层薄包装,方便做 artifacts 存在性校验与 JSON 捕获。
artifacts/warnings/tables/meta)。需要验收清单时,读取:references/acceptance.md
安装 openclaw-reportstudio-community 后,可以对 AI 说这些话来触发它
Help me get started with openclaw-reportstudio-community
Explains what openclaw-reportstudio-community does, walks through the setup, and runs a quick demo based on your current project
Use openclaw-reportstudio-community to generate polished, read-only business reports from CSV/XLSX into st...
Invokes openclaw-reportstudio-community with the right parameters and returns the result directly in the conversation
What can I do with openclaw-reportstudio-community in my documents & notes workflow?
Lists the top use cases for openclaw-reportstudio-community, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-reportstudio-community/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-reportstudio-community/(项目级)。重启 AI 客户端后,用 /openclaw-reportstudio-community 主动调用,或让 AI 根据上下文自动发现并使用。
openclaw-reportstudio-community 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
openclaw-reportstudio-community 可免费安装使用。请查阅仓库了解许可证信息。
Generate polished, read-only business reports from CSV/XLSX into static deliverables (xlsx+pdf+pptx) using ReportStudio Community. Use when a user says things like “用这个表生成月报/周报/经营分析/PPT+PDF汇报材料”, provides a file path, asks for trends (day/week/month), TopN breakdowns by a dimension/metric, or wants professional exports without hallucinated claims.
Automate my documents & notes tasks using openclaw-reportstudio-community
Identifies repetitive steps in your workflow and sets up openclaw-reportstudio-community to handle them automatically
openclaw-reportstudio-community 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。