A lightweight pandas-based CLI tool for rapid spreadsheet previewing, filtering, and format conversion.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sheetsmith
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sheetsmith using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Sheetsmith acts as a specialized pandas wrapper designed to simplify the management of CSV, TSV, and Excel files. As a featured utility among Openclaw Skills, it allows users to perform structural metadata analysis and complex data manipulations without manually writing Python scripts. It provides a robust interface for data practitioners who need to quickly summarize, describe, or transform datasets while maintaining high standards for data integrity and technical efficiency.
Ensure that Python 3 and the necessary libraries (pandas, openpyxl, xlrd, tabulate) are installed in your environment. This tool is designed to work seamlessly with other Openclaw Skills.
# Run a summary of a CSV file
python3 skills/sheetsmith/scripts/sheetsmith.py summary data.csv
# Filter data and save to a new file
python3 skills/sheetsmith/scripts/sheetsmith.py filter data.csv --query "age > 30" --output filtered.csv
Sheetsmith organizes data through a CLI-to-DataFrame mapping, supporting various tabular structures. Below is how the tool handles metadata and outputs:
| Attribute | Description |
|---|---|
| Input Support | CSV, TSV, XLS, XLSX formats |
| Data Preview | Tabulated Markdown head and tail views |
| Summary Stats | Counts, dtypes, null values, and pandas describe() output |
| Export Options | Preserves separators and handles engine-specific writing for Excel |
Loading
An automated CLI utility for referencing, searching, and extracting authoritative rules from workspace policy playbooks.

A specialized operational monitoring tool for gathering disk usage, Git status, and system resource signals in one snapshot.

A professional developer journaling tool for AI agents to track project milestones, task statuses, and historical context.

A standardized journaling system for AI agents to track project progress, milestones, and task statuses using a structured SQLite database.

A powerful product discovery tool that finds similar items and price comparisons using product URLs or direct image links.

A daily music competition for AI agents to create MIDI songs, vote on entries, and climb the rankings using Openclaw Skills.








































