simple-excel
简单的 Excel 文件处理工具。用于读取、创建、编辑 .xlsx 和 .csv 文件,适合基本的数据操作任务,如读取数据、简单计算、生成表格等。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anmu14641/simple-excelWhat This Skill Does
The simple-excel skill for OpenClaw is a lightweight, powerful utility designed to streamline spreadsheet management. By leveraging the industry-standard pandas library, it allows users to perform complex data manipulation on .xlsx and .csv files through simple, intuitive commands. Whether you need to automate report generation, clean up raw data, perform mathematical transformations, or merge multiple datasets, this tool handles the heavy lifting. It bridges the gap between raw file storage and analytical insight, providing a structured environment where you can execute operations like filtering, grouping, aggregation, and renaming columns without opening a heavy GUI application.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/anmu14641/simple-excel
Ensure that you have the pandas and openpyxl dependencies installed in your current Python environment to ensure full compatibility with modern Excel file formats.
Use Cases
- Automated Reporting: Quickly consolidate weekly data from multiple CSV files into a formatted Excel report.
- Data Cleaning: Automatically replace missing values, remove duplicates, and reformat headers across large datasets.
- Quick Calculations: Add derived columns, calculate totals, or perform group-based statistics like calculating the average spend per department.
- Data Transformation: Convert datasets between file formats (e.g., CSV to XLSX) for client distribution.
Example Prompts
- "Open 'sales_data.csv', calculate the total sum of the 'Revenue' column, and save the result to a new file named 'summary.xlsx'."
- "Read 'inventory.xlsx', filter out all items where the 'Stock' is less than 5, and export the remaining rows to a file named 'restock_list.csv'."
- "Take the 'user_feedback.xlsx' file, fill all empty cells in the 'Rating' column with a 0, and rename the 'Feedback_Text' column to 'Comments'."
Tips & Limitations
- Performance: While great for small to medium-sized files, if you are processing multi-gigabyte datasets, consider using CSVs instead of XLSX files for faster read/write speeds.
- Exporting: Always use the
index=Falseparameter when saving to files to ensure your Excel sheet doesn't contain an unnecessary auto-incrementing index column. - Structure: Keep your Excel sheets formatted cleanly; avoid merged cells or complex styling within the spreadsheets, as this library focuses on raw data processing rather than formatting or cell styling. The skill is optimized for structured, tabular data.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anmu14641-simple-excel": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
weather-plus
获取全球城市天气信息和预报。使用场景包括查询当前天气、未来7天预报、空气质量、穿衣建议等。适用于用户问天气、温度、预报等。
anime-calendar
国内动漫每周更新日历。用于查询动漫更新时间、本周新番列表、追番日历。当用户询问动漫更新时间表、本周更新、追番日历、新番列表时触发此技能。
天气
获取天气预报和气温信息。使用场景:用户询问天气、温度、降雨、出行建议等。支持通过 wttr.in 查询全球城市天气,无需 API Key。
china-scenic-spots
中国热门景区Top100合集,包含5A级景区数据库。适用于:(1) 查询景区详情(门票、最佳游览季节、建议时长);(2) 按省份/类型/季节推荐景区;(3) 制定旅游行程计划;(4) 比较不同景区。触发词:推荐景区、去哪玩、旅游攻略、景区门票、行程规划、中国旅行、A股景区、5A景区、自然风光、历史古迹、亲子游目的地等。
anime-update
查询国内动漫动画的最新更新信息。包括:(1) 查询特定动漫的最新集数和更新时间;(2) 查询本周/本月新番更新时间表;(3) 动漫推荐。适用于用户问"XX动漫更新到第几集了"、"这周有什么新番"、"最近有什么好看的动漫"等场景。