sheets-orders-expenses-cleanup

Reset Google Sheets orders and expenses tabs by clearing data rows and restoring canonical headers.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/victorp1leon/openclaw-bakery --skill sheets-orders-expenses-cleanup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sheets-orders-expenses-cleanup
Source: https://github.com/victorp1leon/openclaw-bakery/tree/main/.codex/skills/sheets-orders-expenses-cleanup
Command: npx skills add https://github.com/victorp1leon/openclaw-bakery --skill sheets-orders-expenses-cleanup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dotenv, and includes scripts (resource) components.

What problem does it solve?

Regular test data in Google Sheets can accumulate and drift, risking inaccurate validation and stale headers. This skill provides a safe, repeatable workflow to preview, apply, and verify cleanup of specific sheets (Pedidos and Gastos), restoring canonical headers while clearing data rows.

Core Features & Use Cases

  • Preview changes to identify affected ranges and header status without mutating live data.
  • Apply cleanup to clear data rows and rewrite canonical headers for Pedidos and Gastos.
  • Verify final state to ensure data is cleared and headers match the canonical definitions.

Quick Start

Preview the cleanup first to review changes, then apply only after explicit business approval.

Frequently Asked Questions about sheets-orders-expenses-cleanup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clear test data in Google Sheets without deleting headers?

Clearing test data in Google Sheets without deleting headers requires a data cleanup workflow that validates canonical headers, computes data ranges, and removes only data rows while preserving header row structure.

What is the best way to reset orders and expenses sheets for test environments?

Resetting orders and expenses sheets for test environments is best handled by a script that coordinates preview, apply, and verify operations to safely clear data rows and restore canonical headers without mutating live data prematurely.

Can I preview Google Sheets data cleanup before applying changes?

You can preview Google Sheets data cleanup before applying changes to identify affected ranges and header status, ensuring modifications are reviewed safely without mutating live data until explicit business approval is granted.

How does header validation work when restoring Google Sheets tabs?

Header validation when restoring Google Sheets tabs works by comparing existing headers against canonical definitions, detecting drift, and rewriting the correct headers during the apply phase to ensure data schema consistency.

Do I need dotenv to run Google Sheets data cleanup scripts?

Yes, you need dotenv configured in your environment to run these Google Sheets data cleanup scripts, as it is a required dependency for managing environment variables during the preview, apply, and verify workflow.