← 返回 Skills 市场
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install bank-list-guider
功能描述
查询财资管理系统支持的银行列表。使用当客户询问:(1) 支持哪些银行,(2) 能否使用某家银行,(3) 银行接入情况,(4) 需要银行列表或银行目录时。
使用说明 (SKILL.md)
银行列表查询技能
用途
本技能用于向客户展示财资管理系统支持的所有银行列表,帮助客户了解可以使用的银行。
使用方式
1. 查询完整银行列表
当客户询问"支持哪些银行"或"银行列表"时:
- 读取
references/banks.md获取完整银行列表 - 以清晰的格式展示给客户(按银行类型或名称分组)
- 提供每家银行的关键信息(如支持的功能、接入状态等)
2. 查询特定银行
当客户询问某家具体银行(如"支持工商银行吗")时:
- 读取
references/banks.md搜索该银行 - 告知客户该银行是否支持
- 如支持,提供相关接入信息和使用说明
3. 银行分类说明
银行通常按以下类型分类:
- 国有商业银行:工商、农业、中国、建设、交通、邮储等
- 股份制商业银行:招商、中信、光大、华夏、民生、广发、平安等
- 城市商业银行:北京、上海、宁波、南京等
- 农村商业银行:各地农商行
- 外资银行:汇丰、渣打、东亚等
输出格式建议
完整列表展示
## 财资系统支持银行列表
### 国有商业银行 (6 家)
- 中国工商银行 (ICBC) ✅
- 中国农业银行 (ABC) ✅
- 中国银行 (BOC) ✅
- 中国建设银行 (CCB) ✅
- 交通银行 (BOCOM) ✅
- 中国邮政储蓄银行 (PSBC) ✅
### 股份制商业银行 (12 家)
- 招商银行 (CMB) ✅
- 中信银行 (CITIC) ✅
...
单家银行查询
✅ 支持 - 中国工商银行 (ICBC)
接入状态:已接入
支持功能:账户查询、转账支付、资金归集、票据业务
接入方式:银企直连
注意事项
- 银行列表可能更新,始终以
references/banks.md为准 - 如客户询问的银行不在列表中,记录需求并告知会反馈给产品团队
- 对于外资银行或地方性银行,需确认是否有特殊接入要求
相关文件
references/banks.md- 完整银行列表及详细信息
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bank-list-guider - 安装完成后,直接呼叫该 Skill 的名称或使用
/bank-list-guider触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
bank-list-guider 是什么?
查询财资管理系统支持的银行列表。使用当客户询问:(1) 支持哪些银行,(2) 能否使用某家银行,(3) 银行接入情况,(4) 需要银行列表或银行目录时。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 bank-list-guider?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bank-list-guider」即可一键安装,无需额外配置。
bank-list-guider 是免费的吗?
是的,bank-list-guider 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
bank-list-guider 支持哪些平台?
bank-list-guider 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 bank-list-guider?
由 JiangSong(@songsongjiang)开发并维护,当前版本 v1.0.0。
推荐 Skills