skills$openclaw/changenow-earner
yakelb08152.2k

by yakelb0815

changenow-earner – OpenClaw Skill

changenow-earner is an OpenClaw Skills integration for coding workflows. 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.

2.2k stars9.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namechangenow-earner
descriptionPerform 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. OpenClaw Skills integration.
owneryakelb0815
repositoryyakelb0815/changenow
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @yakelb0815/changenow
last updatedFeb 7, 2026

Maintainer

yakelb0815

yakelb0815

Maintains changenow-earner in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
swap.py
2.1 KB
_meta.json
274 B
SKILL.md
1.1 KB
SKILL.md

name: changenow-earner description: 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.

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)
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

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

FAQ

How do I install changenow-earner?

Run openclaw add @yakelb0815/changenow in your terminal. This installs changenow-earner into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/yakelb0815/changenow. Review commits and README documentation before installing.