excel-author
仓库创建 2025年7月23日最近提交 2 小时前SkillHot 收录 2 小时前
▸ 精选理由
为金融/会计提供可审核、可复现的表格生成标准和工具。
这个 Skill 做什么
使用 openpyxl 无头生成符合审计规范的 Excel 工作簿。
用 openpyxl 无头生成符合审计要求的 .xlsx 财务工作簿,按银行级的可审计规范来组织内容和元数据。需要把表格作为可复核、可交接的产物输出时会用到,比如报表、账务流水导出。优点是产出可由别人审查、追溯变更来源,便于合规和审计。
▸ 展开 SKILL.md 英文原文
Build auditable financial workbooks headless via openpyxl.
22.7w
Stars
4.4w
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/NousResearch/hermes-agent/main/optional-skills/finance/excel-author/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/NousResearch/hermes-agent/main/optional-skills/finance/excel-author/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# excel-author Produce an .xlsx file on disk using `openpyxl`. Follow the banker-grade conventions below so the model is auditable, flexible, and reviewable by someone other than the person who built it. Adapted from Anthropic's `xlsx-author` and `audit-xls` skills in the [anthropics/financial-services](https://github.com/anthropics/financial-services) repo. The MCP / Office-JS / Cowork-specific branches of the originals are dropped — this skill assumes headless Python. ## Output contract - Write to `./out/<name>.xlsx`. Create `./out/` if it does not exist. - Return the relative path in your final message so downstream tools can pick it up. - One logical model per file. Do not append to
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有