spreadsheet

Normalize CSV, TSV, and XLSX data into scripted, reviewable tabular workflows.

23|13|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/OpenKnots/okcode --skill spreadsheet-openknots
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spreadsheet
Source: https://github.com/OpenKnots/okcode/tree/main/packages/shared/src/skills-catalog/recommended/spreadsheet
Command: npx skills add https://github.com/OpenKnots/okcode --skill spreadsheet-openknots

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spreadsheet data tasks are prone to manual errors and inconsistent results. This skill normalizes spreadsheet-like tasks into safe, repeatable tabular workflows, treating headers, delimiters, row counts, and formulas as explicit invariants and enabling auditable, scriptable transformations.

Core Features & Use Cases

  • Normalize spreadsheet-like tasks into auditable, scriptable workflows.
  • Preserve headers, row counts, formulas, and delimiters as explicit constraints, reducing guesswork.
  • Support CSV, TSV, and XLSX inputs, including multi-sheet workbooks, with clean, structured exports.
  • Encourage scripted transformations that can be reviewed, reproduced, and rolled back if needed.

Quick Start

Provide a data file (CSV/TSV/XLSX) and specify the transformation you want to perform to start a repeatable spreadsheet workflow.

Frequently Asked Questions about spreadsheet

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

FAQPage Schema
How do I automate CSV data cleaning without losing headers or changing row counts?

Automate CSV data cleaning by applying scripted, repeatable workflows that treat headers, delimiters, and row counts as explicit constraints. This approach normalizes spreadsheet tasks into auditable steps, reducing manual errors and ensuring transformations are reviewable and reversible.

What is the best way to handle multi-sheet XLSX transformations for data audits?

Handling multi-sheet XLSX transformations involves normalizing workbook data into clean, structured exports using scripted steps. This method preserves formulas and header validation as explicit invariants, providing an auditable and repeatable workflow for data audits.

Does this spreadsheet workflow tool support TSV files and encoding changes?

This spreadsheet workflow tool supports TSV files alongside CSV and XLSX inputs. It provides explicit handling for encoding changes and delimiter modifications, ensuring safe, scriptable transformations for tabular data tasks.

How do I ensure my spreadsheet transformations are reversible and reviewable?

Ensure spreadsheet transformations are reversible and reviewable by using scripted steps that explicitly define data type handling, header validation, and empty row removal. This creates a safe, repeatable workflow where every action can be audited and rolled back.

Can I use this tool to fix inconsistent delimiters and empty rows in my data exports?

You can use this tool to fix inconsistent delimiters and empty rows in your data exports. It normalizes tabular data into safe, repeatable workflows by applying explicit constraints to headers, delimiters, and row structures, resulting in clean, structured files.

Why should I use scripted workflows instead of manual spreadsheet formatting?

Scripted workflows prevent the manual errors and inconsistent results common in spreadsheet formatting. By treating headers, formulas, and delimiters as explicit invariants, you get auditable, reproducible transformations that can be easily reviewed and rolled back if needed.