← 返回 Skills 市场
runkecheng

银行账单对账进度查询

作者 runkecheng · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install bank-reconciliation-query
功能描述
查询银行账单对账进度。当用户问某个银行的账单对账进度(如「XX银行对账进度如何」「XX支行对完了吗」)时使用。数据源为飞书多维表格「绑卡_银行账单汇总统计」→「绑卡银行对账表」。绑定字段完整定义见 references/schema.md。
使用说明 (SKILL.md)

银行账单对账进度查询

数据源

  • 多维表格: 绑卡_银行账单汇总统计
  • 数据表: 绑卡银行对账表
  • 视图: 银行对账(view_id=vewMajMqop

查询流程

1. 获取记录

按用户输入的银行名称/简称筛选记录(filter 参数用 contains 匹配 银行简称 字段):

feishu_bitable_app_table_record(
  action="list",
  app_token="OAAObourea2XKGsPjFQcyeX8nBb",
  table_id="tblEf5Jz9ncE0QDG",
  view_id="vewMajMqop",
  page_size=100,
  filter={conjunction:"and", conditions:[{field_name:"银行简称", operator:"contains", value:["关键词"]}]}
)

返回记录包含 fields 对象,字段定义见 references/schema.md

2. 解析对账状态

关键规则(🛑 务必严格执行):

25年(202504~202512)

  • 均已出账,查询时无需关注,不展示

26年(202601~202605)

每个月独立判断,根据 lookup 字段 2026XX 是否有金额决定:

条件 解读
2026XX 无此字段 / 无金额 账单未到或该月无交易
2026XX 有金额,且对应 XX对账完成 = 完成 / 对账完成但暂不开票 ✅ 对账完成
2026XX 有金额,且对应 XX对账完成 字段不存在、为空或非完成状态 ⚠️ 未对账完成,需跟催
2026XX 有金额且为 0.0万 该月无交易金额

⚠️ 字段名注意: 各月描述字段命名不统一,不要猜字段名,直接从返回的 record.fields 中取现有字段来判断。见 schema.md 的「字段匹配规则」。

出账状态

  • 2603出账 / 2604出账 / 2605出账 = 已出账 → 该月已出账
  • 缺少该字段或不等于 已出账 → 未出账

3. 输出格式

标准输出结构(🛑 每条必须标注年度-月度,防止混淆):

{银行全称}({银行简称})
商务:{商务姓名} | 对账周期:{月度/季度/半年度/年度} | 账单周期:{周期描述}

**📋 对账进度:**

| 时间 | 金额 | 出账 | 对账完成 |
|------|:----:|:----:|:--------:|
| 25年(历史) | — | ✅ 均已出账 | — |
| 26年1月 | XX | — | ✅ 完成 |
| 26年2月 | XX | — | ✅ 完成 |
| 26年3月 | XX | ✅ 已出账 | ✅ 完成 |
| 26年4月 | XX | ✅/❌未出账 | ❌ 未对账 |
| 26年5月 | XX | ✅/❌未出账 | ❌ 未对账 |

判断对照表:

状态标签 条件
已完成 XX对账完成 = 完成 / 对账完成但暂不开票
待对账/未对账 XX对账完成 字段为空/不存在,但有金额
无账单/未到 2026XX 无金额,或金额=0.0万,且对账完成字段为空

25年数据: 均已出账,统一展示为一行「25年(历史)— ✅ 均已出账 —」即可,不逐月展开。

安全使用建议
Install this only where the agent is allowed to access the specified Feishu Bitable and view bank reconciliation amounts and business contact information. Use appropriately scoped Feishu credentials because the skill is read-only by instruction, but it still exposes sensitive business data to the agent during use.
能力评估
Purpose & Capability
The stated purpose is to answer bank reconciliation progress questions, and the artifact only instructs the agent to query a specific Feishu Bitable, interpret defined fields, and format the results.
Instruction Scope
Runtime instructions are scoped to filtering records by bank short name, reading returned fields, and presenting monthly reconciliation status; no unrelated commands, prompt overrides, mutation steps, or hidden behavior were found.
Install Mechanism
The artifact contains only markdown files, SKILL.md and references/schema.md, with no executable scripts, binaries, install hooks, or package installation steps.
Credentials
The skill requires Feishu/API access and reads business/financial reconciliation data plus staff names, which is sensitive but disclosed and directly necessary for the stated purpose.
Persistence & Privilege
No persistence, background workers, local indexing, credential harvesting, privilege escalation, or create/update/delete authority is described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bank-reconciliation-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bank-reconciliation-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Output format simplified: 25年(历史)数据统一合并为一行,仅标注已出账,不再逐月展示。 - 26年账单进度表中的字段简化,去除「状态」列,仅保留时间、金额、出账、对账完成四项,更清晰明了。 - 进一步强调对账结果解读规则及字段匹配注意事项,减少歧义。 - 保持核心判断规则、接口调用方式与之前版本一致。
v1.0.1
No visible changes detected in this version. - No updates to code or documentation were found. - Functionality and instructions remain unchanged.
v1.0.0
- Initial release of the skill for querying bank reconciliation progress. - Supports user queries about the reconciliation status for specific banks and months. - Connects to Feishu Bitable "绑卡_银行账单汇总统计" → "绑卡银行对账表" as the data source. - Returns detailed 2026 month-by-month reconciliation status, including amounts, billing, and completion statuses based on strict schema field matching. - Ignores all 2025-related data per business rules.
元数据
Slug bank-reconciliation-query
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

银行账单对账进度查询 是什么?

查询银行账单对账进度。当用户问某个银行的账单对账进度(如「XX银行对账进度如何」「XX支行对完了吗」)时使用。数据源为飞书多维表格「绑卡_银行账单汇总统计」→「绑卡银行对账表」。绑定字段完整定义见 references/schema.md。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 银行账单对账进度查询?

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

银行账单对账进度查询 是免费的吗?

是的,银行账单对账进度查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

银行账单对账进度查询 支持哪些平台?

银行账单对账进度查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 银行账单对账进度查询?

由 runkecheng(@runkecheng)开发并维护,当前版本 v1.0.2。

💬 留言讨论