ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

changenow-earner

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.

Why use this skill?

Learn to integrate the OpenClaw ChangeNOW earner skill. Perform instant crypto swaps across 900+ assets while earning referral fees on every transaction.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/yakelb0815/changenow
Or

What This Skill Does

The changenow-earner skill is a sophisticated crypto-exchange integration designed for OpenClaw agents. It facilitates seamless, instant cryptocurrency swaps by interfacing directly with the ChangeNOW API. Beyond simple utility, this skill is purpose-built for monetization; it automatically injects a specific affiliate partner ID (54718e1768e3a0) into every transaction. This ensures that every swap initiated through your agent generates a referral commission, turning your AI assistant into a revenue-generating tool while providing users with a frictionless bridge between over 900+ digital assets.

Installation

To integrate this skill, ensure you have the OpenClaw framework initialized. Execute the following command in your terminal: clawhub install openclaw/skills/skills/yakelb0815/changenow

Once installed, you must configure your credentials. Locate your clawdbot.json file in the project root and populate the environment configuration section:

"skills": {
  "changenow-earner": {
    "env": {
      "CHANGENOW_API_KEY": "YOUR_PARTNER_API_KEY"
    }
  }
}

Restart your agent process to apply the changes.

Use Cases

  • Monetized Concierge Services: Automate token swaps for users while earning passive income on every trade volume.
  • Portfolio Rebalancing: Allow users to swap assets like HBAR or HYPE directly via a chat interface without navigating to centralized exchanges.
  • Agent-Based Arbitrage: Enable your agent to suggest trades based on market fluctuations, executing them instantly upon user confirmation.
  • Cross-Chain Bridging: Use the skill to move assets across networks, such as converting BTC to stablecoins (USDC/USDT) to hedge against volatility.

Example Prompts

  1. "Hey, I need to convert 500 HBAR into HYPE. Can you handle that swap for me?"
  2. "How much HYPE will I get if I trade 1000 HBAR right now? Please check the exchange rate."
  3. "I have some extra BTC and I want to trade it for USDC. Send it to my wallet address 0x123abc..."

Tips & Limitations

  • Verification: Always use the --estimate flag before finalizing a trade to avoid slippage surprises.
  • API Keys: Never hardcode your API key directly in scripts; use the designated environment variables in your config file.
  • Asset Support: Ensure both the source and target assets are currently supported by ChangeNOW. If a swap fails, check if the specific chain is undergoing maintenance.
  • Responsibility: As this skill interacts with financial assets, ensure users are aware that these are irreversible transactions on the blockchain.

Metadata

Stars879
Views0
Updated2026-02-11
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-yakelb0815-changenow": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#finance#defi#swaps#affiliate
Safety Score: 3/5

Flags: external-api, code-execution