← 返回 Skills 市场
ivangdavila

Banking

作者 Iván · GitHub ↗ · v1.0.0
darwinlinuxwin32 ✓ 安全检测通过
477
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install banking
功能描述
Manage retail and business banking workflows with payment operations, account controls, reconciliation, fraud response, and compliant communication.
使用说明 (SKILL.md)

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.

Topic File
Setup process setup.md
Memory template memory-template.md
Request intake and classification intake-checklist.md
Payment rails and controls payment-ops.md
Fraud and outage handling incident-response.md
Customer-safe wording customer-messaging.md
Regulatory and legal boundaries compliance-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 \x3Cslug> 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
安全使用建议
This skill is internally coherent and appears to be a local-playbook for banking operations. Before installing or using it with real cases: (1) Restrict the filesystem permissions on ~/banking/ so only authorized agents/users can read it; (2) enforce your own rules to never store full account numbers, credentials, or other PII in that folder; (3) confirm that other installed skills or the agent runtime do not have network access or credentials that could cause data in ~/banking/ to be exfiltrated; (4) consider testing with dummy data first; and (5) if you expect the agent to perform real transfers or access bank portals, choose a different skill that explicitly requests the necessary credentials and integrations.
功能分析
Type: OpenClaw Skill Name: banking Version: 1.0.0 The OpenClaw Banking skill bundle is benign. All files, including the SKILL.md and other markdown instructions, consistently emphasize security, compliance, and conservative operational guidance. SKILL.md explicitly states that the skill does not make network calls, access bank portals, execute fund transfers automatically, or modify files outside `~/banking/`. Furthermore, it instructs the AI agent to refuse requests that circumvent approvals, customer consent, or regulatory safeguards, and to escalate high-risk situations. There is no evidence of prompt injection, data exfiltration, malicious execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description (banking operations, incident response, communications) match what the skill requests and instructs: a local memory/config path (~/banking/) and structured guidance files. No unrelated binaries, cloud credentials, or network integrations are requested.
Instruction Scope
SKILL.md and the included docs confine activity to guidance and local notes in ~/banking/ (memory, incidents, controls, messaging). Instructions explicitly forbid storing full account numbers/authentication and disallow network calls. This is coherent; note that enforcement depends on the agent/runtime following the guidance.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is downloaded or written to disk by an installer. Lowest-risk install profile.
Credentials
The skill declares only a config path (~/banking/) and no environment variables or credentials. That is proportionate for a workflow/reference skill that does not itself access bank APIs or execute transfers.
Persistence & Privilege
The skill persists local state in ~/banking/, which is reasonable for incident history and templates. It is not always-enabled and does not request elevated system-wide privileges. Caveat: because it writes persistent notes about banking incidents, the user should control filesystem permissions and be careful what sensitive data is saved — the skill's guidance attempts to limit sensitive storage but cannot enforce it itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install banking
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /banking 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with structured banking workflows for intake, operations, incident response, and customer-safe messaging.
元数据
Slug banking
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Banking 是什么?

Manage retail and business banking workflows with payment operations, account controls, reconciliation, fraud response, and compliant communication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 477 次。

如何安装 Banking?

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

Banking 是免费的吗?

是的,Banking 完全免费(开源免费),可自由下载、安装和使用。

Banking 支持哪些平台?

Banking 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Banking?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论