Install
openclaw skills install @cianweeresinghe-sudo/wise-readonlyRead-only Wise API operations for account inspection, FX lookups, recipients, and transfer history. Use when asked to list profiles, balances, recipients, transfers, quotes, delivery estimates, or check current/historical rates without creating transfers, recipients, quotes, or any other mutable resources.
openclaw skills install @cianweeresinghe-sudo/wise-readonlyRead-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 <id> (PII-redacted by default)list_balances --profile-id <id> [--types STANDARD,SAVINGS]get_balance --profile-id <id> --balance-id <id>get_exchange_rate --source <CUR> --target <CUR>get_exchange_rate_history --source <CUR> --target <CUR> --from <ISO> --to <ISO> [--group day|hour|minute]get_temporary_quote --source <CUR> --target <CUR> [--source-amount <N> | --target-amount <N>]get_quote --quote-id <id>list_recipients --profile-id <id> [--currency <CUR>] (PII-redacted by default)get_recipient --account-id <id> (PII-redacted by default)get_account_requirements --source <CUR> --target <CUR> --source-amount <N>list_transfers --profile-id <id> [--status <s>] [--created-date-start <ISO>] [--created-date-end <ISO>] [--limit <N>] [--offset <N>] (PII-redacted by default)get_transfer --transfer-id <id> (PII-redacted by default)get_delivery_estimate --transfer-id <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