changenow

Marketing & Sales
v1.0.0
Benign

Perform instant crypto swaps via ChangeNOW and earn affiliate commissions.

11.5K downloads1.5K installsby @yakelb0815

Setup & Installation

Install command

clawhub install yakelb0815/changenow

If the CLI is not installed:

Install command

npx clawhub@latest install yakelb0815/changenow

Or install with OpenClaw CLI:

Install command

openclaw skills install yakelb0815/changenow

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/yakelb0815/changenow

What This Skill Does

Performs instant crypto swaps via the ChangeNOW API and automatically includes an affiliate partner ID in every transaction to earn referral commissions. Supports 900+ assets including BTC, ETH, USDT, USDC, HBAR, and HYPE across multiple networks.

Combines swap execution and affiliate commission tracking in a single API call, removing the need to manually attach referral links to transactions.

When to Use It

  • Swapping HBAR to HYPE before a trading event
  • Converting BTC to USDC for stable value storage
  • Checking estimated swap output before committing funds
  • Automating token exchanges with embedded affiliate commissions
  • Routing user swaps through a partner ID to accumulate referral fees
View original SKILL.md file
# 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)

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Swapping HBAR to HYPE before a trading event

AGENT
  1. 1Swapping HBAR to HYPE before a trading event
  2. 2Converting BTC to USDC for stable value storage
  3. 3Checking estimated swap output before committing funds
  4. 4Automating token exchanges with embedded affiliate commissions
  5. 5Routing user swaps through a partner ID to accumulate referral fees
OUTPUT
Perform instant crypto swaps via ChangeNOW and earn affiliate commissions.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 27, 2026