Read-only Wise API skill for OpenClaw.
WISE_API_TOKEN environment variable.https://api.wise.com.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--raw only when strictly necessary.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
wise-mcp patterns.WISE_API_TOKEN required/primary).This skill extends read-only coverage using endpoint/tool patterns from:
https://github.com/Szotasz/wise-mcp
This skill is inspired by wise-mcp by Szotasz:
https://github.com/Szotasz/wise-mcp
共 1 个版本