Agent skill · Data & Analytics

calc

Spreadsheet creation, format conversion (ODS/XLSX/CSV), formulas, data automation with LibreOffice Calc.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill calc --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/libreoffice/calc/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LibreOffice Calc ## Overview LibreOffice Calc skill for creating, editing, converting, and automating spreadsheet workflows using the native ODS (OpenDocument Spreadsheet) format. ## When to Use This Skill Use this skill when: - Creating new spreadsheets in ODS format - Converting between ODS, XLSX, CSV, PDF formats - Automating data processing and analysis - Creating formulas, charts, and pivot tables - Batch processing spreadsheet operations ## Core Capabilities ### 1. Spreadsheet Creation - Create new ODS spreadsheets from scratch - Generate spreadsheets from templates - Create data entry forms - Build dashboards and reports ### 2. Format Conversion - ODS to other formats: XLSX, CSV, PDF, HTML - Other formats to ODS: XLSX, XLS, CSV, DBF - Batch conversion of multiple files ### 3. Data Automation - Formula automation and calculations - Data import from CSV, database, APIs - Data export to various formats - Batch data processing ### 4. Data Analysis - Pivot tables and data summarization - Statistical functions and analysis - Data validation and filtering - Conditional formatting ### 5. Integration - Command-line automation via soffice - Python scripting with UNO - Database conne

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Spreadsheet Creation
  5. 2. Format Conversion
  6. 3. Data Automation
  7. 4. Data Analysis
  8. 5. Integration
  9. Workflows
  10. Creating a New Spreadsheet
  11. Converting Spreadsheets
  12. Formula Automation
  13. Format Conversion Reference
  14. Supported Input Formats
Commands it runs
soffice --calc template.ods
ODS to XLSX
soffice --headless --convert-to xlsx spreadsheet.ods
ODS to CSV
soffice --headless --convert-to csv spreadsheet.ods
ODS to PDF
soffice --headless --convert-to pdf spreadsheet.ods
XLSX to ODS
soffice --headless --convert-to ods spreadsheet.xlsx
Batch convert
More from agentic-awesome-skills
All skills →
About this skill
What does the calc skill do?

Spreadsheet creation, format conversion (ODS/XLSX/CSV), formulas, data automation with LibreOffice Calc.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill calc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going