Jump to related tools in the same category or review the original source on GitHub.

Marketing & Sales @yakelb0815 Updated 7/18/2026 2,312 downloads 1 stars Security: Pass

Changenow OpenClaw Plugin & Skill | ClawHub

Looking to integrate Changenow into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate marketing & sales tasks instantly, without having to write custom tools from scratch.

What this skill does

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.

Install

ClawHub CLI
openclaw skills install @yakelb0815/changenow
Node.js (npx)
npx clawhub@latest install changenow

Full SKILL.md

Open original
Metadata table.
namedescription
changenow-earnerPerform 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.

SKILL.md content below is scrollable.

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)
ClawHub Registry URL: https://clawhub.ai/yakelb0815/skills/changenow

Related skills

If this matches your use case, these are close alternatives in the same category.