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

near-intents

Universal cross-chain swap & bridge skill for OpenClaw using the NEAR Intents 1Click SDK. Supports 14+ blockchains including NEAR, Base, Ethereum, Solana, and Bitcoin.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cuongdcdev/near-intents
Or

What This Skill Does

The near-intents skill is a powerful, universal cross-chain bridge and swap interface for the OpenClaw agent. By leveraging the NEAR Intents 1Click SDK, this skill allows users to move assets seamlessly between 14+ blockchains, including major ecosystems like Ethereum, Base, Solana, Arbitrum, and Bitcoin. The core value proposition is the abstraction of cross-chain complexity: the agent communicates with the 1Click API to generate quotes, obtain secure deposit addresses, and facilitate the movement of value without requiring the user to navigate multiple decentralized exchange interfaces or complex bridge UIs. Whether you are moving native assets or stablecoins, this skill handles the heavy lifting of calculating market maker routes and validating destination compatibility.

Installation

To integrate this capability into your OpenClaw environment, use the internal package manager. Run the following command in your terminal:

clawhub install openclaw/skills/skills/cuongdcdev/near-intents

Ensure that your environment is configured for network requests, as the skill relies on real-time API communication with the Defuse Protocol infrastructure. Once installed, the executeIntent function becomes available as an callable skill for your agent.

Use Cases

This skill is designed for scenarios requiring rapid, cross-chain liquidity. Common use cases include:

  • Cross-Chain Yield Farming: Moving liquidity from a wallet on Base to a protocol on Solana.
  • Asset Diversification: Converting Bitcoin or Litecoin into NEAR or Ethereum-based assets automatically.
  • Simplified Onboarding: Helping users fund a new wallet address on a chain where they currently hold no gas tokens.
  • Arbitrage: Quickly responding to price discrepancies between different chain-wrapped versions of the same asset.

Example Prompts

  1. "Use near-intents to swap 0.5 ETH from Ethereum to 500 USDC on the Base network, sending it to my wallet address 0x123...abc."
  2. "Can you bridge 0.01 BTC to NEAR? Please use the auto mode and handle the deposit for me."
  3. "I want to move 100 USDC from Arbitrum to Solana. What is the current quote and can you execute the transaction manually?"

Tips & Limitations

  • Refund Addresses: When performing non-NEAR origin swaps, providing a refundAddress is non-negotiable for safety. If a transaction fails to settle on the destination, this is the only way to recover your assets.
  • Fees: Be aware of the 0.2% fee applied to standard requests. You can potentially reduce costs or gain benefits by registering with the 1Click partner program if you are a high-volume user.
  • Minimums: Ensure your trade volume exceeds the ~$0.10 USD minimum, otherwise, the API will reject the quote.
  • Security: Always verify the recipient address provided in your prompts. Since cross-chain transactions are often irreversible, mistakes in destination entry can lead to permanent loss of funds.

Metadata

Stars3409
Views0
Updated2026-03-25
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-cuongdcdev-near-intents": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#cross-chain#defi#bridge#crypto#swap
Safety Score: 3/5

Flags: network-access, external-api