← 返回
开发者工具 Key 中文

Wise Read Only

Read-only Wise API operations for account inspection, FX lookups, recipients, and transfer history. Use when asked to list profiles, balances, recipients, tr...
{"answer": "用于账户检查、汇率查询、收款人和转账记录的只读 Wise API 操作。在要求列出账户资料、余额、收款人等时使用。"}
cianweeresinghe-sudo
开发者工具 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 0
Stars
📥 533
下载
💾 12
安装
1
版本
#latest

概述

Read-only Wise API skill for OpenClaw.

Requirements

  • WISE_API_TOKEN environment variable.
  • Network access from the runtime host to https://api.wise.com.

Supported Commands

  • list_profiles (PII-redacted by default)
  • get_profile --profile-id (PII-redacted by default)
  • list_balances --profile-id [--types STANDARD,SAVINGS]
  • get_balance --profile-id --balance-id
  • get_exchange_rate --source --target
  • get_exchange_rate_history --source --target --from --to [--group day|hour|minute]
  • get_temporary_quote --source --target [--source-amount | --target-amount ]
  • get_quote --quote-id
  • list_recipients --profile-id [--currency ] (PII-redacted by default)
  • get_recipient --account-id (PII-redacted by default)
  • get_account_requirements --source --target --source-amount
  • list_transfers --profile-id [--status ] [--created-date-start ] [--created-date-end ] [--limit ] [--offset ] (PII-redacted by default)
  • get_transfer --transfer-id (PII-redacted by default)
  • get_delivery_estimate --transfer-id

Command runner:

  • scripts/wise_readonly.mjs

Privacy and Safety

  • Profile/recipient/transfer responses redact common PII fields by default.
  • Add --raw only when strictly necessary.
  • This skill performs no write operations.
  • Disallowed operations include quote creation, transfers, recipient create/update/delete, funding, and cancellation.

Quick Test

export WISE_API_TOKEN=...
node scripts/wise_readonly.mjs list_profiles
node scripts/wise_readonly.mjs list_balances --profile-id <id>
node scripts/wise_readonly.mjs get_exchange_rate --source GBP --target EUR

Release Notes

1.0.3

  • Expanded read-only API coverage based on wise-mcp patterns.
  • Added read-only commands for balances, recipients, transfers, quote lookup, delivery estimate, and historical rates.
  • Kept strict no-write policy (no create/fund/cancel/delete operations).
  • Improved metadata clarity for ClawHub and OpenClaw UI.

1.0.2

  • Added ClawHub secret metadata (WISE_API_TOKEN required/primary).
  • Added explicit UI policy to disable implicit invocation by default.

1.0.1

  • Added PII redaction defaults and sanitized error handling.
  • Removed write-capable quote creation path.

1.0.0

  • Initial read-only profile/balance/rate implementation.

Source Reference

This skill extends read-only coverage using endpoint/tool patterns from:

https://github.com/Szotasz/wise-mcp

Acknowledgements

This skill is inspired by wise-mcp by Szotasz:

https://github.com/Szotasz/wise-mcp

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-30 12:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

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

CodeConductor.ai

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

Github

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