excel-reader
Excel Reader — Claude Skill
Read Excel workbooks via scripts/excel.py. Requires Python 3. Auto-installs openpyxl on first run.
Commands
| Command | Purpose | Example |
|---|---|---|
sheets |
List all sheets with row/column counts | python3 scripts/excel.py sheets data.xlsx |
headers |
Show first N rows (default 1) | python3 scripts/excel.py headers data.xlsx --rows 3 |
rows |
Extract row range | python3 scripts/excel.py rows data.xlsx 10-20 |
column |
Extract a column by name or index | python3 scripts/excel.py column data.xlsx "Email" |
Common Arguments
More from totophe/skills
sequelize-7
Comprehensive reference for Sequelize v7 (alpha), the TypeScript-first Node.js ORM supporting PostgreSQL, MySQL, MariaDB, SQLite, MSSQL, DB2, and Snowflake. Use when working with @sequelize/core package: defining models with decorators, writing database queries (CRUD, associations, raw SQL), managing transactions, hooks, connection pools, setting up associations, or migrating from Sequelize v6 to v7.
13umzug
Reference for Umzug v3, the framework-agnostic migration tool for Node.js, adapted for Sequelize v7 (@sequelize/core). Use when writing database migrations, setting up a migration runner, configuring migration storage (SequelizeStorage, JSON, MongoDB, custom), running or reverting migrations programmatically or via CLI, creating migration files with queryInterface, or managing migration ordering and templates.
7skill-creation
Guide for creating and structuring Agent Skills following the open standard specification (agentskills.io). Use when creating a new skill, updating an existing skill, packaging skills, writing SKILL.md files, or structuring skill directories with references, scripts, and assets.
5astro-static-site
Scaffold and configure static websites with Astro, React, TypeScript, and TailwindCSS, deployed to GitHub Pages via GitHub Actions. Use when creating a new static site, initializing an Astro project, setting up GitHub Pages deployment, adding SEO/social meta tags, configuring dev containers with dc-toolbelt, or when the user mentions building a static website, landing page, or marketing site.
2