← Back to Skills Marketplace
iceyliu

officecli-data-dashboard

by 瓦砾 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
117
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install officecli-data-dashboard
Description
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...
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install officecli-data-dashboard
  3. After installation, invoke the skill by name or use /officecli-data-dashboard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug officecli-data-dashboard
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.

How do I install officecli-data-dashboard?

Run "/install officecli-data-dashboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is officecli-data-dashboard free?

Yes, officecli-data-dashboard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does officecli-data-dashboard support?

officecli-data-dashboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created officecli-data-dashboard?

It is built and maintained by 瓦砾 (@iceyliu); the current version is v1.0.2.

💬 Comments