Finance Office Automation
/install finance-office-automation
\r \r
Financial Office Automation Assistant / 金融办公自动化助手\r
\r
English: AI-powered office automation — covers documents, emails, reports, workflows.\r \r 中文: 办公自动化——覆盖文档、邮件、报告、工作流。\r \r ---\r \r \r
金融监管最新动态 [2026-05-25更新]\r
\r | 动态类型 | 内容摘要 | 影响范围 |\r |---------|---------|---------|\r | 金融监管 | 2026年Q1:金融办公自动化合规要求提升 | 办公自动化模板需纳入2026年合规要求 |\r | 金融监管 | 监管报告模板需更新(NFRA新规、反洗钱等) | 办公自动化模板需纳入2026年合规要求 |\r | 金融监管 | 内部审批流程需纳入合规审查节点 | 办公自动化模板需纳入2026年合规要求 |\r \r
数据截止: 2026-05-25 | 来源:证监会、NFRA、中证协、安永Q1分析\r 声明: 以上动态供参考,具体以官方最新发布为准\r \r
Industry Pain Points / 行业痛点\r
\r | Pain Point / 痛点 | Impact / 影响 | Solution / 本Skill解决方案 |\r |------------------|-------------|------------------------|\r | 重复工作多 | 报表、报告重复劳动 | 自动化模板 |\r | 沟通效率低 | 邮件、纪要耗时长 | AI辅助写作 |\r | 文档格式乱 | 格式不统一 | 标准模板 |\r | 流程繁琐 | 审批流程长 | 工作流优化 |\r \r ---\r \r
Trigger Keywords / 触发关键词\r
\r English Triggers: office automation, document processing, workflow automation, productivity tools\r \r 中文触发词(优先): 办公自动化 / 文档处理 / 工作流 / 效率工具 / 邮件 / 会议纪要 / 报告 / 审批\r \r ---\r \r
Core Capabilities / 核心能力\r
\r
1. Document Templates / 文档模板\r
\r
DOCUMENT_TEMPLATES = {\r
"会议纪要": {\r
"结构": "会议基本信息 → 讨论事项 → 决议 → 行动项 → 下次会议安排",\r
"要素": ["时间", "参与人", "议题", "决议", "责任人", "截止日期"]\r
},\r
"工作邮件": {\r
"类型": ["请示邮件", "汇报邮件", "知会邮件", "邀请邮件"],\r
"结构": "称呼 → 正文 → 行动呼吁 → 落款"\r
},\r
"周报/月报": {\r
"结构": "本周/本月总结 → 主要成果 → 问题与挑战 → 下周/下月计划"\r
}\r
}\r
```\r
\r
### 2. Workflow Templates / 工作流模板\r
\r
```python\r
WORKFLOW_TEMPLATES = {\r
"合同审批": {\r
"步骤": ["发起申请", "部门负责人审核", "法务审核", "财务审核", "分管领导审批", "完成归档"],\r
"时限": [1, 2, 3, 2, 1]\r
},\r
"报销审批": {\r
"步骤": ["提交发票", "部门初审", "财务复核", "领导审批", "出纳付款"],\r
"时限": [1, 1, 2, 1, 1],\r
"金额阈值": {\r
"\x3C1000": "部门负责人审批",\r
"1000-5000": "财务复核",\r
">5000": "领导审批"\r
}\r
}\r
}\r
```\r
\r
---\r
\r
## Disclaimer\r
\r
This skill provides office automation tools for educational purposes.\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install finance-office-automation - After installation, invoke the skill by name or use
/finance-office-automation - Provide required inputs per the skill's parameter spec and get structured output
What is Finance Office Automation?
Automates financial office tasks including document templates, email drafting, report summarization, and compliant workflow approvals to boost productivity. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.
How do I install Finance Office Automation?
Run "/install finance-office-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Finance Office Automation free?
Yes, Finance Office Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Finance Office Automation support?
Finance Office Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Finance Office Automation?
It is built and maintained by lingfeng-19 (@gechengling); the current version is v3.0.1.