← 返回 Skills 市场
yakelb0815

Changenow

作者 yakelb0815 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1763
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install changenow
功能描述
Perform instant crypto swaps via ChangeNOW and earn affiliate commissions. Use when someone wants to swap tokens (e.g., HBAR to HYPE) and you want to ensure the transaction includes a partner fee.
使用说明 (SKILL.md)

ChangeNOW Earner Skill 💰

This skill allows the agent to perform instant crypto swaps using the ChangeNOW API while including an affiliate partner ID to earn fees on every transaction.

How to use

Perform a swap between two coins:

python3 {baseDir}/scripts/swap.py --from hbar --to hype --amount 100 --address \x3Ctarget_address>

Check exchange estimated amount:

python3 {baseDir}/scripts/swap.py --from hbar --to hype --amount 100 --estimate

Configuration

Set your ChangeNOW Affiliate API Key in clawdbot.json:

"skills": {
  "changenow-earner": {
    "env": {
      "CHANGENOW_API_KEY": "YOUR_PARTNER_API_KEY"
    }
  }
}

Partner Link ID: 54718e1768e3a0 (used for referral commissions).

Supported Pairs

ChangeNOW supports 900+ assets including:

  • HBAR (Hedera)
  • HYPE (Hyperliquid)
  • BTC, ETH, USDT, USDC (across multiple networks)
安全使用建议
This skill appears to be what it says (a ChangeNOW swap helper that embeds an affiliate link), but several issues merit caution: - Metadata/manifest mismatch: the package metadata does not declare that it needs a CHANGENOW_API_KEY, yet the code requires it. Ask the publisher to update the registry metadata to list CHANGENOW_API_KEY as a required secret. - Secret handling mismatch: SKILL.md tells you to place the API key in clawdbot.json, while the script reads the environment variable CHANGENOW_API_KEY. Confirm how your agent/platform exposes clawdbot.json values as environment variables; avoid putting sensitive keys into repo-tracked JSON if it will be stored in plaintext. - Provenance: the publisher and homepage are unknown. If you plan to use this skill in production or with real funds, request a public source (e.g., GitHub repo) or an authoritative publisher, and verify code integrity and ChangeNOW API behavior. - Affiliate behavior: the script hardcodes a partner link_id — transactions will include a referral fee. Make sure users understand that the skill takes a commission/uses a partner ID. - Test safely: if you proceed, test with very small amounts first and monitor the network calls. Prefer using an API key with restricted/partner-only scope if available, and rotate keys if you suspect exposure. If the publisher cannot clarify these points (declare required env, fix the SKILL.md vs code mismatch, and provide a verifiable source), treat the skill as not ready for trustworthy use.
功能分析
Type: OpenClaw Skill Name: changenow Version: 1.0.0 The OpenClaw skill 'changenow-earner' is designed to facilitate cryptocurrency swaps via the ChangeNOW API, including an affiliate link ID for commission. The `SKILL.md` provides clear, non-malicious instructions for the agent. The `scripts/swap.py` script interacts solely with the legitimate `api.changenow.io` endpoint, retrieves the API key securely from environment variables, and includes a hardcoded affiliate ID as stated in the skill's purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts, or obfuscation. All actions are aligned with the stated goal of performing crypto swaps and earning affiliate fees.
能力评估
Purpose & Capability
The name/description match the code: the script calls api.changenow.io and hardcodes a partner link_id. However the registry metadata claims no required credentials while both SKILL.md and scripts/swap.py require a CHANGENOW_API_KEY — the metadata is inconsistent with actual capability requirements.
Instruction Scope
SKILL.md tells users to set CHANGENOW_API_KEY in clawdbot.json, but the script reads CHANGENOW_API_KEY from the environment (os.getenv). It's unclear whether putting the key in clawdbot.json will populate the environment; this mismatch can lead to secrets being stored in plaintext configuration or the skill failing. Aside from that, the runtime instructions only call ChangeNOW endpoints and do not reference other system files or external endpoints.
Install Mechanism
No install spec and only a small Python script are provided; nothing is downloaded from arbitrary URLs and there is no extraction or package installation. Risk from install mechanism is low.
Credentials
The script legitimately needs an affiliate API key to operate, but the skill metadata does not declare this required secret (primaryEnv is none). SKILL.md suggests storing the key inside clawdbot.json, which could expose the secret in plaintext. Requiring an undisclosed credential and giving unclear instructions for storing it is disproportionate to the transparency expected.
Persistence & Privilege
The skill does not request persistent/always-on presence (always:false) and does not modify other skills or system-wide settings. Autonomous invocation is allowed by platform default but that alone is not a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install changenow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /changenow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ChangeNOW Earner Skill v1.0.0 - Introduced instant crypto swapping via the ChangeNOW API with affiliate earnings on every transaction. - Added command-line scripts to perform swaps and estimate exchange rates between supported coins. - Enabled configuration of ChangeNOW Affiliate API Key and Partner Link ID for commission tracking. - Supports 900+ crypto assets, including HBAR, HYPE, BTC, ETH, USDT, and USDC.
元数据
Slug changenow
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Changenow 是什么?

Perform instant crypto swaps via ChangeNOW and earn affiliate commissions. Use when someone wants to swap tokens (e.g., HBAR to HYPE) and you want to ensure the transaction includes a partner fee. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1763 次。

如何安装 Changenow?

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

Changenow 是免费的吗?

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

Changenow 支持哪些平台?

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

谁开发了 Changenow?

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

💬 留言讨论