Home Tutorials Categories Skills About
ZH EN JA KO
📗

Excel

Spreadsheets Notes & Task Management

Install Command

npx clawhub@latest install excel

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Excel to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Excel appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Read and write Excel cells and ranges Create formulas and pivot tables Generate charts and data visualizations

Detailed Description

Excel MCP Server enables AI to directly operate Excel spreadsheets, enabling data reading, formula writing, and automated analysis.

Core Features

  • Data Read/Write: Read and write cells, rows, columns, and named ranges, with batch operation support
  • Formulas & Calculations: Create and modify formulas, set data validation rules, and apply conditional formatting
  • Visual Analysis: Create charts, pivot tables, and generate data analysis reports

Configuration

{
  "mcpServers": {
    "excel": {
      "command": "npx",
      "args": ["-y", "mcp-excel"],
      "env": {
        "EXCEL_FILE_PATH": "Default working directory path (optional)"
      }
    }
  }
}

Use Cases

  • Let AI analyze sales data in Excel and generate summaries
  • Automatically create complex formulas and pivot tables
  • Extract and consolidate data from multiple Excel files
  • Batch format and clean spreadsheet data