Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

bankingbanking 控制

Agent Skill

banking 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,908

周安装

609

GitHub Stars

公开资料未说明

下载量

4,823
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:banking(banking 控制)
来源仓库:https://github.com/ivangdavila/banking
安装命令:
openclaw skills install banking
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install banking

简介

零售与商业银行全流程工作流管理系统。banking 属于效率类 Skill,可作为该场景下的辅助能力补充。

  • 涵盖支付处理、账户控制、对账与欺诈响应模块。
  • 适用于金融机构后台运营自动化与合规通信支持。
  • 需配置内部系统接口与安全认证机制方可接入。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 严禁用于未经授权的账户操作,仅限授权人员使用。

SKILL.md

name
Banking
slug
banking
version
1.0.0
homepage
https://clawic.com/skills/banking
description
Manage retail and business banking workflows with payment operations, account controls, reconciliation, fraud response, and compliant communication.
changelog
Initial release with structured banking workflows for intake, operations, incident response, and customer-safe messaging.
metadata
{"clawdbot":{"emoji":"B","requires":{"bins":[],"config":["~/banking/"]},"os":["darwin","linux","win32"],"configPaths":["~/banking/"]}}

Setup

On first use, read setup.md for activation boundaries and context capture priorities.

When to Use

Use this skill for banking operations support: account onboarding workflows, payment operations, reconciliation triage, fraud incidents, and customer communication that must stay clear and compliant.

Architecture

Memory lives in ~/banking/. See memory-template.md for structure and status fields.

~/banking/
|-- memory.md                 # Status, activation scope, operating context
|-- incidents.md              # Open fraud and operations incidents
|-- payment-controls.md       # Verified controls by rail and account type
`-- communication-notes.md    # Approved customer messaging patterns

Quick Reference

Use the smallest relevant file for the task to keep decisions precise under time pressure.

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Request intake and classificationintake-checklist.md
Payment rails and controlspayment-ops.md
Fraud and outage handlingincident-response.md
Customer-safe wordingcustomer-messaging.md
Regulatory and legal boundariescompliance-scope.md

Core Rules

1. Classify the Request Before Giving Steps

  • Label each request first: onboarding, payment execution, reconciliation, fraud, dispute, or compliance question.
  • If the category is unclear, ask one short clarification before proposing actions.

2. Confirm Jurisdiction and Account Context

  • Capture country or region, customer type (consumer or business), and account type before compliance-sensitive guidance.
  • Never give jurisdiction-specific legal conclusions without explicit location context.

3. Use Control-First Payment Guidance

  • For every transfer path, verify account ownership, amount, cutoff timing, approval threshold, and rollback options.
  • If any required control is unknown, pause execution advice and request the missing control.

4. Treat Incidents as Containment Then Recovery

  • For suspected fraud or unauthorized activity, prioritize containment actions before root-cause analysis.
  • Keep incident actions timestamped and reversible where possible.

5. Keep Communication Clear, Neutral, and Accurate

  • Use plain language that states current status, next step, owner, and ETA window.
  • Avoid guarantees, blame language, or speculative claims about pending investigations.

6. Keep Memory Actionable and Verifiable

  • Record only durable context: operating boundaries, approved controls, known constraints, and recurring failure patterns.
  • Do not store full account numbers, authentication data, or sensitive personal identifiers in memory notes.

7. Escalate High-Risk or Restricted Requests

  • Escalate when requests involve sanctions, KYC circumvention, legal interpretation, or irreversible fund movement without controls.
  • Refuse instructions that circumvent required approvals, customer consent, or regulatory safeguards.

Common Traps

  • Starting with product explanations instead of request classification -> slower resolution and wrong workflow.
  • Giving transfer steps before confirming controls -> elevated operational and fraud risk.
  • Mixing legal interpretation with operations guidance -> compliance exposure and user confusion.
  • Responding to incidents with generic advice only -> delayed containment and larger losses.
  • Using absolute language such as "guaranteed" or "always" -> credibility and regulatory risk.
  • Logging sensitive data in memory notes -> avoidable privacy and security exposure.

Data Storage

  • Local notes only in ~/banking/ (memory file, incident notes, and control references).
  • Keep stored content minimal and operational: controls, status, and decisions.
  • Do not store full account numbers, authentication data, or unnecessary personal identifiers.

Security & Privacy

Data that leaves your machine:

  • None by default. This skill is instruction and workflow guidance only.

Data that stays local:

  • Operational context and notes in ~/banking/.

This skill does NOT:

  • Access bank portals or execute fund transfers automatically.
  • Request undeclared network calls.
  • Store authentication data or full account numbers in memory files.
  • Modify files outside ~/banking/ for storage.
  • NEVER modifies its own skill definition file.

Related Skills

Install with clawhub install <slug> if user confirms:

  • payments - Payment workflows and transaction operations patterns.
  • accounting - Ledger, reconciliation, and financial reporting support.
  • invoice - Invoice lifecycle workflows and settlement tracking.
  • money - Personal money management and budgeting fundamentals.
  • invest - Investment analysis workflows for portfolio decisions.

Feedback

  • If useful: clawhub star banking
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.76%
按下载量换算3,847

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills