XLSX Skill
技能 已验证 活跃Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
To serve as the primary tool for any task involving spreadsheet files as input or output, streamlining data manipulation and formatting.
功能
- Read, write, and edit existing spreadsheet files
- Create new spreadsheets from scratch or other data
- Convert between tabular file formats
- Clean and restructure messy tabular data
- Apply formatting and compute formulas
使用场景
- When needing to add columns or compute formulas in an existing .xlsx file
- When creating a new spreadsheet from raw data
- When converting CSV data to an Excel file
- When cleaning malformed tabular data into a usable spreadsheet format
非目标
- Producing Word documents, HTML reports, or Python scripts
- Integrating with Google Sheets API
- Creating database pipelines
工作流
- Inspect an existing spreadsheet file
- Read specific data ranges or sheet information
- Create a new workbook with specified sheets
- Write or append data to sheets
- Format cells and set column widths
- Verify and fix formula errors
- Search for text across sheets
- Export data to CSV format
实践
- Data Cleaning
- Data Formatting
- Formula Computation
- File Conversion
Documentation
- info:READMEThe README describes the Cloclo runtime, not the specific xlsx skill. The SKILL.md serves as the primary documentation for this skill.
安装
npx skills add SeifBenayed/claude-code-sdk通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Xlsx Processing Openai
85Toolkit for comprehensive Spreadsheet reading, creation, editing, and analysis with visual quality control. Use to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing tabular data, (3) Modifying existing spreadsheets while preserving formulas, (4) Building financial models with proper formatting, (5) Data visualization with in-sheet charts, or any other spreadsheet tasks.
Spreadsheet Generation API
100Generate CSV, Markdown, and XLSX spreadsheets from structured tabular data.
Xlsx
79Create, edit, analyze spreadsheets (.xlsx, .csv, .tsv). Use for Excel formulas, data analysis, visualization, formatting, pivot tables, charts, formula recalculation.
Xlsx
75Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
Generate Timesheet Export
99Generate an XLSX timesheet with logged hours, hourly rates, per-entry amount formulas, and totals for client billing or payroll.
Generate Billing Statement
99Generate an XLSX billing statement with a merged company header, subscription line items, overages, credits, and subtotal/tax/total formulas.