← Back to Skills Marketplace
gechengling

Finance Office Automation

by lingfeng-19 · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ✓ Security Clean
54
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install finance-office-automation
Description
Automates financial office tasks including document templates, email drafting, report summarization, and compliant workflow approvals to boost productivity.
README (SKILL.md)

\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
Usage Guidance
Reasonable to install for finance-office writing and workflow templates. Invoke it intentionally for finance-related tasks, and independently verify any regulatory or compliance claims before relying on them.
Capability Assessment
Purpose & Capability
The artifact coherently provides templates and guidance for meeting minutes, emails, reports, and finance-related approval workflows; it does not claim or implement hidden automation authority.
Instruction Scope
The trigger terms include broad phrases such as email, report, workflow, and productivity tools, which may route generic office requests to this skill outside a financial-office context.
Install Mechanism
The package contains a single SKILL.md file, no executable scripts, no declared dependencies, and no install-time behavior; static scan and VirusTotal telemetry are clean.
Credentials
The artifact does not request filesystem access, credentials, network access, external APIs, local indexing, or command execution.
Persistence & Privilege
There is no persistence mechanism, privilege escalation, background worker, credential/session use, or data mutation authority.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install finance-office-automation
  3. After installation, invoke the skill by name or use /finance-office-automation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.1
- Updated description and metadata to emphasize AI-powered document processing, meeting minutes, email drafting, report summarization, and workflow automation for financial professionals. - Added details on the latest financial regulatory updates (as of 2026-05-25), including compliance requirements for document and report templates and approval workflows. - Expanded pain points table and mapped each to specific automated solutions the skill provides. - Listed core trigger keywords in both English and Chinese for easier activation. - Documented core capabilities, including structured templates for meeting minutes, emails, reports, and workflow approval processes. - Reiterated educational purpose in the disclaimer.
Metadata
Slug finance-office-automation
Version 3.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments