← Back to Skills Marketplace
aiwithabidi

Wise

by aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
324
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wise
Description
Wise (TransferWise) — international transfers, multi-currency balances, recipients, exchange rates, and statements.
Usage Guidance
This skill appears to do what it says: a CLI that calls the Wise API and requires a WISE_API_TOKEN. Before installing, review where you store the token: the script will read WISE_API_TOKEN from the environment and — if missing — attempt to read a .env file under WORKSPACE or ~/.openclaw/workspace (this fallback isn't documented). Use a dedicated token with least privilege, set WISE_API_TOKEN in the environment rather than a shared .env file, and inspect/verify the included scripts yourself. Also be aware of some small bugs in the code (mismatched placeholder names) that may cause certain commands to fail; test in a safe environment first.
Capability Analysis
Type: OpenClaw Skill Name: wise Version: 1.0.0 The skill provides a standard CLI wrapper for the Wise (TransferWise) API, enabling tasks such as checking balances, managing recipients, and initiating transfers. The implementation in `scripts/wise.py` uses the Python standard library and communicates exclusively with the official Wise API endpoint (api.transferwise.com). While the script contains several logic errors and bugs—most notably mismatched string replacement keys for URL path parameters (e.g., attempting to replace `{profile-id}` in a string containing `{profile_id}`)—these are clearly unintentional coding flaws rather than malicious behavior or exploitable vulnerabilities. No evidence of data exfiltration, prompt injection, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
Name/description match the code and required credential (WISE_API_TOKEN). The script implements expected API calls (profiles, balances, recipients, quotes, transfers, rates, statements) against api.transferwise.com.
Instruction Scope
SKILL.md describes the CLI usage and required env var. The runtime code additionally attempts to read a .env file from WORKSPACE or ~/.openclaw/workspace if the env var is not set — this fallback is not documented in SKILL.md. The code does not access other external endpoints or unrelated system resources.
Install Mechanism
No install spec (instruction-only with an included Python script). No downloads or external installers; uses only Python stdlib. Low installation risk.
Credentials
Only WISE_API_TOKEN is required (appropriate for this purpose). The code also reads WORKSPACE to locate a .env file as a fallback — WORKSPACE is not declared as required and the .env lookup is undocumented, which could surface tokens stored in a workspace file.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wise
  3. After installation, invoke the skill by name or use /wise
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Wise (TransferWise) skill. - Supports international transfers, multi-currency balances, recipients, exchange rates, and statements via Wise API. - Simple Python 3.10+ CLI tool with no external dependencies (stdlib only). - All commands output JSON by default for easy integration. - Requires WISE_API_TOKEN for authentication. - Includes Quick Start guide and environment setup instructions.
Metadata
Slug wise
Version 1.0.0
License
All-time Installs 2
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Wise?

Wise (TransferWise) — international transfers, multi-currency balances, recipients, exchange rates, and statements. It is an AI Agent Skill for Claude Code / OpenClaw, with 324 downloads so far.

How do I install Wise?

Run "/install wise" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wise free?

Yes, Wise is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wise support?

Wise is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wise?

It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.

💬 Comments