← Back to Skills Marketplace
songsongjiang

bank-list-guider

by JiangSong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install bank-list-guider
Description
查询财资管理系统支持的银行列表。使用当客户询问:(1) 支持哪些银行,(2) 能否使用某家银行,(3) 银行接入情况,(4) 需要银行列表或银行目录时。
README (SKILL.md)

银行列表查询技能

用途

本技能用于向客户展示财资管理系统支持的所有银行列表,帮助客户了解可以使用的银行。

使用方式

1. 查询完整银行列表

当客户询问"支持哪些银行"或"银行列表"时:

  1. 读取 references/banks.md 获取完整银行列表
  2. 以清晰的格式展示给客户(按银行类型或名称分组)
  3. 提供每家银行的关键信息(如支持的功能、接入状态等)

2. 查询特定银行

当客户询问某家具体银行(如"支持工商银行吗")时:

  1. 读取 references/banks.md 搜索该银行
  2. 告知客户该银行是否支持
  3. 如支持,提供相关接入信息和使用说明

3. 银行分类说明

银行通常按以下类型分类:

  • 国有商业银行:工商、农业、中国、建设、交通、邮储等
  • 股份制商业银行:招商、中信、光大、华夏、民生、广发、平安等
  • 城市商业银行:北京、上海、宁波、南京等
  • 农村商业银行:各地农商行
  • 外资银行:汇丰、渣打、东亚等

输出格式建议

完整列表展示

## 财资系统支持银行列表

### 国有商业银行 (6 家)
- 中国工商银行 (ICBC) ✅
- 中国农业银行 (ABC) ✅
- 中国银行 (BOC) ✅
- 中国建设银行 (CCB) ✅
- 交通银行 (BOCOM) ✅
- 中国邮政储蓄银行 (PSBC) ✅

### 股份制商业银行 (12 家)
- 招商银行 (CMB) ✅
- 中信银行 (CITIC) ✅
...

单家银行查询

✅ 支持 - 中国工商银行 (ICBC)

接入状态:已接入
支持功能:账户查询、转账支付、资金归集、票据业务
接入方式:银企直连

注意事项

  • 银行列表可能更新,始终以 references/banks.md 为准
  • 如客户询问的银行不在列表中,记录需求并告知会反馈给产品团队
  • 对于外资银行或地方性银行,需确认是否有特殊接入要求

相关文件

  • references/banks.md - 完整银行列表及详细信息
Usage Guidance
This skill is low-risk and does what it says: it reads the included references/banks.md and answers bank-support questions. Before installing, consider: (1) the bank list is static — confirm the file is kept up to date and has appropriate editing controls; (2) if the list is sensitive, restrict who can install/use the skill or protect the file; (3) periodically verify the skill's output against the authoritative product/team source; (4) allow autonomous invocation only if you trust the agent to answer these queries without additional context. No credentials or network access are requested by this skill.
Capability Analysis
Type: OpenClaw Skill Name: bank-list-guider Version: 1.0.0 The skill bundle is a standard informational tool designed to help an AI agent query and display a list of supported banks from a local reference file (references/banks.md). It contains no executable code, network requests, or suspicious instructions, and its behavior is entirely consistent with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (查询财资系统支持的银行列表) match the contents: the skill only needs to read the included references/banks.md and present results. No unrelated permissions, env vars, or binaries are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to read the bundled references/banks.md and format responses. It does not instruct access to other files, environment variables, external endpoints, or broad system state.
Install Mechanism
No install spec and no code files beyond the markdown reference — nothing is downloaded or written to disk at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate for a read-only reference-list skill.
Persistence & Privilege
always is false and the skill does not request elevated/system-wide privileges or modify other skills' configs. Autonomous invocation is allowed by default but is not combined with other risky attributes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bank-list-guider
  3. After installation, invoke the skill by name or use /bank-list-guider
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the bank-list skill for querying supported banks in the treasury management system. - Supports providing a full bank list with categorization and key details from `references/banks.md`. - Allows checking support and access details for a specific bank upon user inquiry. - Offers recommended output formats for both full lists and single-bank checks. - Guidelines included for maintaining accuracy and handling unsupported bank requests.
Metadata
Slug bank-list-guider
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is bank-list-guider?

查询财资管理系统支持的银行列表。使用当客户询问:(1) 支持哪些银行,(2) 能否使用某家银行,(3) 银行接入情况,(4) 需要银行列表或银行目录时。 It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install bank-list-guider?

Run "/install bank-list-guider" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is bank-list-guider free?

Yes, bank-list-guider is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does bank-list-guider support?

bank-list-guider is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created bank-list-guider?

It is built and maintained by JiangSong (@songsongjiang); the current version is v1.0.0.

💬 Comments