← 返回 Skills 市场
aiwithabidi

Wise

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
324
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install wise
功能描述
Wise (TransferWise) — international transfers, multi-currency balances, recipients, exchange rates, and statements.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wise
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wise 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug wise
版本 1.0.0
许可证
累计安装 2
当前安装数 1
历史版本数 1
常见问题

Wise 是什么?

Wise (TransferWise) — international transfers, multi-currency balances, recipients, exchange rates, and statements. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 324 次。

如何安装 Wise?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wise」即可一键安装,无需额外配置。

Wise 是免费的吗?

是的,Wise 完全免费(开源免费),可自由下载、安装和使用。

Wise 支持哪些平台?

Wise 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Wise?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论