← 返回
开发者工具 Key 中文

Raven Transfer

Wallet-aware Raven Atlas transfer operations for NGN payouts. Use when an agent must check wallet balance, resolve Nigerian bank accounts, enforce explicit c...
Raven Atlas钱包感知转账操作,用于NGN付款。当代理需检查钱包余额、解析尼日利亚银行账户及强制执行明确...时使用。
fmacmak
开发者工具 clawhub v1.1.0 1 版本 99857.1 Key: 需要
★ 0
Stars
📥 699
下载
💾 6
安装
1
版本
#latest

概述

Raven Transfer Skill

Execute safe NGN payouts through Raven Atlas.

Package artifacts

  • scripts/raven-transfer.mjs (transfer CLI implementation)
  • agents/openai.yaml (runtime metadata and env requirements)
  • references/*.md (workflow, command contract, safety, install)
  • tests/*.test.mjs (unit and live-contract checks)

Use this skill process

  1. Identify payout target type: bank or merchant.
  2. Validate funding by checking NGN wallet balance before any transfer.
  3. Resolve account name from account number and bank input.
  4. Request explicit confirmation token from transfer preview.
  5. Execute transfer exactly once with --confirm="CONFIRM TXN_...".
  6. Report normalized result fields (available_balance, fee, total_debit, status, raw_status).

Do not skip confirmation token checks. Do not auto-retry transfer submission.

Failed transfer note: yes, a failed Raven transfer is typically auto-reversed/refunded after a few minutes; wait, then re-check transfer-status and wallet balance before any retry.

Required environment

  • One auth source must be available in the runtime environment:
  • RAVEN_API_KEY_FILE (preferred, points to a chmod 600/chmod 400 file)
  • RAVEN_API_KEY
  • Optional runtime overrides:
  • RAVEN_API_BASE (default: https://integrations.getravenbank.com/v1)
  • RAVEN_TIMEOUT_MS (default: 30000)
  • RAVEN_READ_RETRIES (default: 2)
  • RAVEN_RETRY_DELAY_MS (default: 300)
  • Optional safety hardening:
  • RAVEN_DISABLE_LOCAL_STATE=1 disables on-disk transfer state.

Invocation policy

  • Implicit model invocation should be disabled for this skill.
  • Invoke explicitly with $raven-transfer when a transfer workflow is required.

Run commands

Run all commands from this skill folder with:

node ./scripts/raven-transfer.mjs --cmd=<command> [flags]

Available commands:

  • balance: check wallet balances and normalize NGN availability.
  • banks: list banks (optional --search).
  • lookup: resolve account name (--account_number plus --bank or --bank_code).
  • transfer-status: fetch latest transfer status by trx_ref/merchant_ref and detect reversals.
  • transfer: preview or execute bank transfer with confirmation token.
  • transfer-merchant: preview or execute merchant settlement transfer.

Merchant payouts

Treat a merchant payout as a normal bank transfer to the merchant settlement account.

Required merchant transfer details:

  • merchant name
  • merchant settlement bank name and bank code
  • merchant settlement account number
  • resolved account name from lookup
  • amount
  • expected fee estimate for pre-check
  • narration

Reference files

Read these before execution when needed:

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-19 06:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,475
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,928
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,535