← 返回 Skills 市场
gechengling

Finance Office Automation

作者 lingfeng-19 · GitHub ↗ · v3.0.1 · MIT-0
cross-platform ✓ 安全检测通过
54
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install finance-office-automation
功能描述
Automates financial office tasks including document templates, email drafting, report summarization, and compliant workflow approvals to boost productivity.
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install finance-office-automation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /finance-office-automation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug finance-office-automation
版本 3.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Finance Office Automation 是什么?

Automates financial office tasks including document templates, email drafting, report summarization, and compliant workflow approvals to boost productivity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Finance Office Automation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install finance-office-automation」即可一键安装,无需额外配置。

Finance Office Automation 是免费的吗?

是的,Finance Office Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Finance Office Automation 支持哪些平台?

Finance Office Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Finance Office Automation?

由 lingfeng-19(@gechengling)开发并维护,当前版本 v3.0.1。

💬 留言讨论