‹ 首页

xlsx-lite

@assistos-ai · 收录于 昨天 · 上游提交 2 周前

Use for simple spreadsheet-like tasks that can be handled as CSV or TSV without external libraries. Trigger when the user wants basic totals, column edits, or formatting-free tabular output.

适合你,如果只需要做简单的表格汇总或编辑,不想装复杂软件。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add assistos-ai/achillesagentlib/xlsx-lite
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- assistos-ai/achillesagentlib/xlsx-lite
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify assistos-ai/achillesagentlib/xlsx-lite
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
0GitHub stars
~213最小装载
~483含声明引用
~483文本包总量
索引托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · f5d78ac

XLSX Lite

Overview

This skill treats spreadsheets as CSV files and performs simple transforms using a bundled Python script with no external dependencies.

Inputs
  • input_csv: Path to the input CSV file.
  • column_name: The header of the numeric column to total.
  • output_csv: Path to write the updated CSV with a Totals row.
Steps
  1. Confirm the input file and column name.
  2. Use the run-script tool to execute:
  3. Command: python3 scripts/sum_column.py <input_csv> <output_csv> <column_name>
  4. The script name is sum_column.py (do not invent another name).
  5. Report the total and the output path.
Output Format
  • A short sentence with the total value.
  • Mention the output file path.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。