← 返回 Skills 市场
117
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install officecli-data-dashboard
功能描述
Use this skill when the user wants to create a data dashboard, analytics dashboard, KPI dashboard, or executive summary from CSV/tabular data in Excel format...
安全使用建议
This skill appears to do what it says (build Excel dashboards), however the runbook tells the agent to download and execute an installer script from raw.githubusercontent.com every time officecli is missing or out-of-date. Before installing or running this skill: 1) Inspect the installer script (https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh) yourself — do not blindly run curl | bash. 2) Prefer a pinned release or checksum verification (the current check compares versions via the GitHub API but does not verify installer integrity). 3) If you cannot audit the installer, pre-install officecli manually from a trusted source or run the skill in a sandboxed environment. 4) Confirm the GitHub repository and publisher identity (iOfficeAI) and check for community reputation. These steps reduce the risk of executing unexpected code on your machine.
能力评估
Purpose & Capability
The skill's name, description, and runtime commands all align: it builds a single .xlsx dashboard from CSV input using a CLI called officecli. Requesting a CLI to perform Excel operations is reasonable. However, the SKILL.md implicitly requires officecli to be present but the skill does not declare that requirement in metadata (no install spec) — the installer is only invoked via the instructions.
Instruction Scope
The SKILL.md instructs the agent to run local shell commands (officecli create/import/set/batch) which is expected for this purpose. The concerning part: the 'BEFORE YOU START' block instructs the agent to run curl to download an install.sh from raw.githubusercontent.com and immediately bash it (and to query the GitHub API). That directs network-download-and-execute behavior at runtime and gives the skill the ability to run arbitrary code on the host when invoked.
Install Mechanism
There is no formal install spec in the registry metadata, but the instructions embed a download-and-execute pattern (curl -fsSL https://raw.githubusercontent.com/.../install.sh && bash /tmp/officecli_install.sh). While GitHub raw is a common host, executing an unverified remote script without pinned versions, checksums, or signatures is higher-risk per the install-mechanism guidance.
Credentials
The skill does not request environment variables, credentials, or config paths. All commands operate on local files (CSV, .xlsx). There are no requests for unrelated secrets or cross-service credentials in the metadata or instructions.
Persistence & Privilege
The skill is not 'always: true' and does not request persistent system-wide privileges in metadata. The instructions do install a CLI when run, which will add binaries to the system, but the skill does not claim or request persistent elevated privileges or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install officecli-data-dashboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/officecli-data-dashboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added the full dashboard creation guide as creating.md.
- Updated documentation to reference creating.md for detailed workflow, decision tables, and QA checklist.
- No functionality changes; documentation improvement only.
v1.0.1
- Removed the creating.md file reference and the file itself.
- No other user-facing functional changes in this update.
v1.0.0
- Initial release of the Data Dashboard skill.
- Generate professional, formula-driven Excel dashboards (.xlsx) from CSV or tabular data.
- Provides a Dashboard sheet with live KPIs, charts, sparklines, and conditional formatting, all linked to the imported data.
- Automatic data analysis to scale dashboard complexity and visuals to dataset size.
- Charts and KPIs use direct cell references—everything updates when the data changes.
- Follows a step-by-step workflow and includes QA guidance for high-quality output.
元数据
常见问题
officecli-data-dashboard 是什么?
Use this skill when the user wants to create a data dashboard, analytics dashboard, KPI dashboard, or executive summary from CSV/tabular data in Excel format... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 officecli-data-dashboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install officecli-data-dashboard」即可一键安装,无需额外配置。
officecli-data-dashboard 是免费的吗?
是的,officecli-data-dashboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
officecli-data-dashboard 支持哪些平台?
officecli-data-dashboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 officecli-data-dashboard?
由 瓦砾(@iceyliu)开发并维护,当前版本 v1.0.2。
推荐 Skills