excel-workflow
Complete Excel workflow with local file processing, Google Drive sync, and formula preservation. Process Excel files (.xlsx), track changes in SQLite, sync with Google Drive, and preserve formulas during updates. Use this skill when users want to upload Excel files, query data, update cells while preserving formulas, or sync with Google Drive.
Why use this skill?
Efficiently manage Excel files with automatic Google Drive backups and SQLite tracking. Update cell values while keeping formulas intact with this powerful tool.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amaialex/excel-workflowWhat This Skill Does
The excel-workflow skill is a robust, automated solution for managing Excel files within your OpenClaw environment. It is designed to act as a bridge between your local file system, SQLite databases, and Google Drive, ensuring your data is both searchable and backed up. The skill excels at preserving complex spreadsheet logic—specifically formulas—when you need to perform cell-level updates. By utilizing openpyxl for high-precision file manipulation and rclone for secure cloud synchronization, it creates a seamless, professional-grade workflow for users who rely on Excel for business or personal tasks.
Installation
- Install Prerequisites: Ensure Python 3.8+ and rclone are installed. On macOS, use
brew install rclone. - Configure Drive: Run
rclone configto link your Google Drive account, naming the remotegdrive. - Create Folder: Run
rclone mkdir gdrive:Excel/to establish your cloud storage target. - Install Skill: Run
clawhub install openclaw/skills/skills/amaialex/excel-workflowin your terminal. - Environment Setup: The installation will automatically handle dependency management, setting up the SQLite tracker and CLI tools.
Use Cases
- Automated Backup: Keep every version of your work automatically synced to Google Drive.
- Formula-Safe Updates: Update thousands of cells via bulk commands while ensuring that formulas referencing those cells remain valid and functional.
- Data Auditing: Use the built-in SQLite tracker to search for historical files or analyze trends across multiple spreadsheets.
- Formula Documentation: Use the CLI to quickly extract and review all formulas within a workbook.
Example Prompts
- "Open the sales report and update the Q4 revenue cell to 500,000, making sure to keep the tax calculation formula working."
- "Process my latest project-tracker.xlsx file, upload it to my Google Drive Excel folder, and index it in the tracker."
- "Query my inventory.xlsx file to tell me which items have a formula calculating a discount."
Tips & Limitations
- Formula Integrity: While this skill is designed to preserve formulas, always verify complex circular references if you are performing bulk updates.
- File Paths: Ensure your local file paths are accessible to the OpenClaw agent for smooth background processing.
- Drive Sync: The rclone sync process is asynchronous; allow a few seconds for the file to appear in your Google Drive after processing.
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-amaialex-excel-workflow": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api