OpenClaw · Skill
Changenow
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.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install yakelb0815/changenowClawHub installer
npx clawhub@latest install yakelb0815/changenowOpenClaw CLI
openclaw skills install yakelb0815/changenowDirect OpenClaw install
openclaw install yakelb0815/changenowWhat this skill does
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.
Why it matters
Combines swap execution and affiliate commission tracking in a single API call, removing the need to manually attach referral links to transactions.
Typical use cases
- 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
Source instructions
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)