返回 Skill 列表
extension
分类: 效率与办公需要 API Key

Changenow

通过 ChangeNOW 即时兑换加密货币并赚取联盟佣金。当用户想要兑换代币(如 HBAR 换 HYPE)且需确保交易包含合作伙伴费用时使用。

person作者: yakelb0815hubclawhub

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 <target_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)