什么是 xlsx?
全面的电子表格创建、编辑和分析,支持公式、格式设置、数据分析和可视化。当 Claude 需要使用电子表格(.xlsx、.xlsm、.csv、.tsv 等)进行以下操作时:(1) 使用公式和格式创建新电子表格,(2) 读取或分析数据,(3) 修改现有电子表格,同时保留公式,(4) 电子表格中的数据分析和可视化,或 (5) 重新计算公式 来源:outlinedriven/odin-codex-plugin。
全面的电子表格创建、编辑和分析,支持公式、格式设置、数据分析和可视化。当 Claude 需要使用电子表格(.xlsx、.xlsm、.csv、.tsv 等)进行以下操作时:(1) 使用公式和格式创建新电子表格,(2) 读取或分析数据,(3) 修改现有电子表格,同时保留公式,(4) 电子表格中的数据分析和可视化,或 (5) 重新计算公式
通过命令行快速安装 xlsx AI 技能到你的开发环境
来源:outlinedriven/odin-codex-plugin。
Color Coding Standards 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
全面的电子表格创建、编辑和分析,支持公式、格式设置、数据分析和可视化。当 Claude 需要使用电子表格(.xlsx、.xlsm、.csv、.tsv 等)进行以下操作时:(1) 使用公式和格式创建新电子表格,(2) 读取或分析数据,(3) 修改现有电子表格,同时保留公式,(4) 电子表格中的数据分析和可视化,或 (5) 重新计算公式 来源:outlinedriven/odin-codex-plugin。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/outlinedriven/odin-codex-plugin --skill xlsx全面的电子表格创建、编辑和分析,支持公式、格式设置、数据分析和可视化。当 Claude 需要使用电子表格(.xlsx、.xlsm、.csv、.tsv 等)进行以下操作时:(1) 使用公式和格式创建新电子表格,(2) 读取或分析数据,(3) 修改现有电子表格,同时保留公式,(4) 电子表格中的数据分析和可视化,或 (5) 重新计算公式 来源:outlinedriven/odin-codex-plugin。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/outlinedriven/odin-codex-plugin --skill xlsx 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/outlinedriven/odin-codex-plugin