用于创建、编辑、分析电子表格,并支持公式、格式与可视化处理。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "xlsx" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/document-skills/xlsx/SKILL.md 2. 保存为 ~/.claude/skills/xlsx/SKILL.md 3. 装好后重载技能,告诉我可以用了
Unless otherwise stated by the user or existing template
A user may ask you to create, edit, or analyze the contents of an .xlsx file. You have different tools and workflows available for different tasks.
LibreOffice Required for Formula Recalculation: You can assume LibreOffice is installed for recalculating formula values using the recalc.py script. The script automatically configures LibreOffice on first run
For data analysis, visualization, and basic operations, use pandas which provides powerful data manipulation capabilities:
import pandas as pd
# Read Excel
df = pd.read_excel('file.xlsx') # Default: first sheet
all_sheets = pd.read_excel('file.xlsx', sheet_name=None) # All sheets as dict
# Analyze
df.head() # Preview data
df.info() # Column info
df.describe() # Statistics
# Write Excel
df.to_excel('output.xlsx', index=False)
Always use Excel formulas instead of calculating values in Python and hardcoding them. This ensures the spreadsheet remains dynamic and updateable.
# Bad: Calculating in Python and hardcoding result
total = df['Sales'].sum()
sheet['B10'] = total # Hardcodes 5000
# Bad: Computing growth rate in Python
…
通过 Rube MCP 自动化执行 Tisane 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Storeganise 常见操作并串联业务流程。
通过 Rube MCP 自动执行 Mem 相关任务,并先检索最新工具模式再操作。
通过 Rube MCP 自动化处理 YNAB 预算任务与数据查询操作
通过 Rube MCP 自动处理 Sympla 的活动与票务相关操作流程。
通过 Rube MCP 自动执行 Yelp 搜索、商家信息获取与相关流程操作。
处理或生成电子表格文件,支持清洗、编辑、转换与公式图表操作。
通过 Excel 与 Google Sheets 集成自动创建、写入和格式化表格。
将分析结果生成可分享的类 Excel 电子表格,支持单元格、公式和表格。
用于创建、编辑和分析Word文档,支持修订、批注与格式保留。
通过 MCP 读写 Excel 文件,快速查询表格、导出数据并批量修改工作簿。
通过自然语言自动处理 Excel 表格读写、格式化、图表与工作表管理。