changenow-earner

TotalClaw 作者 totalclaw

通过 ChangeNOW 执行即时加密货币交换并赚取附属佣金。当有人想要交换代币(例如,将 HBAR 转换为 HYPE)并且您希望确保交易包含合作伙伴费用时使用。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~yakelb0815-changenow
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~yakelb0815-changenow/file -o yakelb0815-changenow.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:
```bash
python3 {baseDir}/scripts/swap.py --from hbar --to hype --amount 100 --address <target_address>
```

Check exchange estimated amount:
```bash
python3 {baseDir}/scripts/swap.py --from hbar --to hype --amount 100 --estimate
```

## Configuration

Set your ChangeNOW Affiliate API Key in `clawdbot.json`:
```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)

---

## 中文说明

# ChangeNOW Earner Skill 💰

本技能允许代理使用 ChangeNOW API 执行即时加密货币交换,同时包含附属合作伙伴 ID,以便在每笔交易中赚取费用。

## 如何使用

在两种代币之间执行交换:
```bash
python3 {baseDir}/scripts/swap.py --from hbar --to hype --amount 100 --address <target_address>
```

查询交换的预估金额:
```bash
python3 {baseDir}/scripts/swap.py --from hbar --to hype --amount 100 --estimate
```

## 配置

在 `clawdbot.json` 中设置你的 ChangeNOW 附属 API 密钥:
```json
"skills": {
  "changenow-earner": {
    "env": {
      "CHANGENOW_API_KEY": "YOUR_PARTNER_API_KEY"
    }
  }
}
```

合作伙伴链接 ID:`54718e1768e3a0`(用于推荐佣金)。

## 支持的交易对
ChangeNOW 支持 900+ 资产,包括:
- HBAR (Hedera)
- HYPE (Hyperliquid)
- BTC、ETH、USDT、USDC(跨多个网络)