xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
Why use this skill?
Master spreadsheet automation with the OpenClaw XLSX skill. Create, edit, and analyze financial models with industry-standard formatting and formula support.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/seanphan/xlsxWhat This Skill Does
The xlsx skill provides a comprehensive toolkit for professional-grade spreadsheet manipulation. It enables OpenClaw to create, read, edit, and analyze various spreadsheet formats including .xlsx, .xlsm, .csv, and .tsv. This skill is engineered to support complex financial modeling, data visualization, and rigorous formula management. It enforces industry-standard formatting conventions, ensures zero-error formula outputs, and preserves the structural integrity of existing templates. By leveraging LibreOffice for recalculations, the skill ensures that all dynamic data remains accurate and reliable during operations.
Installation
You can install this skill by running the following command in your terminal or via the OpenClaw management console:
clawhub install openclaw/skills/skills/seanphan/xlsx
Use Cases
- Financial Modeling: Building complex three-statement models, DCFs, and valuation scenarios using professional color-coding and standardized number formatting.
- Data Analysis & Visualization: Importing raw datasets to identify trends, create pivot tables, and generate charts directly within spreadsheets.
- Template Maintenance: Modifying existing corporate workbooks while strictly adhering to established formatting styles and preserving complex formula logic.
- Data Cleaning: Batch processing of CSV or TSV files to standardize inputs, perform lookups, and validate data integrity.
- Automation: Recalculating complex workbooks that require external engine support for formula execution.
Example Prompts
- "Please update the financial model in 'FY2025_Projection.xlsx'. Add a new growth assumption for Q4, ensure all hardcoded inputs are colored blue, and verify that all formulas use cell references rather than hard values."
- "Analyze the attached 'Sales_Report.csv'. Group the data by region and calculate the total revenue for each, then create a summary sheet with a bar chart visualizing this growth."
- "Open 'Investment_Memo.xlsx' and fix any #REF! errors. Add a documentation comment to the revenue growth cell citing the Q2 2025 10-Q filing on page 12."
Tips & Limitations
- Formula Accuracy: Always allow the skill to run the
recalc.pyscript if you have introduced new formulas to ensure all values are computed correctly before final output. - Template Consistency: When editing existing files, explicit instructions to 'preserve formatting' will help the agent prioritize your existing visual layout over default styles.
- Large Files: For extremely large datasets (millions of rows), ensure you provide specific ranges for analysis to keep performance optimal.
- Documentation: Always provide source citations for hardcoded inputs to maintain auditability in your financial models.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-seanphan-xlsx": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
template-skill
Replace with description of the skill and when Claude should use it.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
algorithmic-art
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.