An advanced data management skill that enables AI agents to read, write, and analyze tabular data across multiple platforms with persistent schema memory.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spreadsheet
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install spreadsheet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Spreadsheet skill is a robust utility designed for AI agents to interact with structured data across Google Sheets, Excel, and CSV formats. By integrating this into Openclaw Skills, developers provide their agents with a sophisticated memory-backed system that preserves formatting, understands complex schemas, and manages large-scale datasets efficiently. It serves as a bridge between raw data sources and actionable insights, ensuring that every interaction respects the existing structure and locale-specific requirements of the user's files.
This skill is built with a focus on reliability and data integrity. It employs a schema-first approach, meaning it documents and remembers the structure of every spreadsheet it touches. This allows for more accurate data entry and analysis over time, as the agent maintains a persistent understanding of column types, formulas, and recent updates within the local filesystem.
To get started with this skill in the Openclaw Skills ecosystem, you need to initialize the local storage directory:
mkdir -p ~/spreadsheet/{projects,templates,exports}
Ensure that your environment has the necessary dependencies installed for your chosen file types, such as openpyxl for Excel handling. For Google Sheets integration, ensure your API credentials are configured according to the instructions in the google-sheets.md reference file.
The Spreadsheet skill maintains a structured memory hierarchy within the user's home directory to ensure data persistence and schema accuracy:
| Path | Purpose |
|---|---|
~/spreadsheet/memory.md |
Stores global preferences, format rules, and a log of recently accessed sheets. |
~/spreadsheet/projects/ |
Contains per-project schemas ({name}.md) including Sheet IDs and column definitions. |
~/spreadsheet/templates/ |
Stores reusable spreadsheet structures for automated report generation. |
~/spreadsheet/exports/ |
Default directory for all generated or processed files. |
Loading
A versatile AI agent skill for transcribing audio and video files into structured text with support for multiple providers and local processing.

A specialized skill designed to transform stiff, robotic AI-generated Spanish into warm, authentic, and human-like conversation.

A comprehensive tool for managing SONOFF and eWeLink devices across cloud, LAN, and DIY modes with built-in safety gates.

A structured AI songwriting framework for generating lyrics, chord progressions, and optimized prompts for AI music tools.

A specialized AI agent skill for managing SQLite databases with professional-grade concurrency, integrity, and performance configurations.

A comprehensive toolset for managing HTTPS, provisioning TLS certificates, and troubleshooting secure connections across diverse server environments.








































