Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
emblemcompany avatar

Emblem Token Swap

  • 8.6k installs
  • 12 repo stars
  • Updated May 15, 2026
  • emblemcompany/agent-skills

emblem-token-swap is an agent skill that >.

About

name emblem-token-swap description Execute token swaps across 6 blockchains via EmblemAI Automatic route optimization and cross-chain bridging via ChangeNow Use when the user wants to swap tokens exchange crypto convert between currencies or bridge assets cross-chain license MIT compatibility Requires Node js 18 0 0 emblemvault agentwallet CLI and internet access Works on Claude Code Cursor Codex OpenClaw and other agents following the Agent Skills spec metadata author EmblemAI version 1 1 0 homepage https emblemvault ai docs https emblemvault ai docs docs-interactive https emblemvault dev Emblem Token Swap Guided token swapping powered by EmblemAI Swap tokens on Solana Ethereum Base BSC Polygon and Hedera with automatic routing Cross-chain bridging via ChangeNow Requires npm install g emblemvault agentwallet What This Skill Can Do Chain Quote Tool Swap Tool Balance Tool Token Search Solana splBuyIntent quote mode splBuyIntent swap mode solanaBalances findSolanaSwapToken Ethereum ethSwapQuote ethSwap ethGetBalances searchCryptoByName Base baseSwapQuote baseSwap baseGetBalances searchEvmTokensBirdeye BSC bscSwapQuote bscSwap bscGetBalances searchEvmTokensBirdeye Polygon polygonSwap.

  • **Solana** uses `splBuyIntent` for both quotes and execution - it handles token lookup by name/symbol/CA and flexible
  • **EVM chains** (Ethereum, Base, BSC, Polygon) route through automatic DEX aggregation
  • **Cross-chain** bridges via ChangeNow support 500+ currencies
  • Bitcoin has balance support (`getBTCBalances`) but no on-chain swap tools - use ChangeNow for BTC bridges
  • Solana swap (uses splBuyIntent)

Emblem Token Swap by the numbers

  • 8,578 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #87 of 1,881 Marketing & SEO skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

emblem-token-swap capabilities & compatibility

Capabilities
**solana** uses `splbuyintent` for both quotes a · **evm chains** (ethereum, base, bsc, polygon) ro · **cross chain** bridges via changenow support 50 · bitcoin has balance support (`getbtcbalances`) b · solana swap (uses splbuyintent)
Use cases
documentation
From the docs

What emblem-token-swap says it does

--- name: emblem-token-swap description: > Execute token swaps across 6 blockchains via EmblemAI.
SKILL.md
Automatic route optimization and cross-chain bridging via ChangeNow.
SKILL.md
Use when the user wants to swap tokens, exchange crypto, convert between currencies, or bridge assets cross-chain.
SKILL.md
license: MIT compatibility: > Requires Node.js >= 18.0.0, @emblemvault/agentwallet CLI, and internet access.
SKILL.md
npx skills add https://github.com/emblemcompany/agent-skills --skill emblem-token-swap

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs8.6k
repo stars12
Security audit1 / 3 scanners passed
Last updatedMay 15, 2026
Repositoryemblemcompany/agent-skills

What problem does emblem-token-swap solve for developers using this skill?

>

Who is it for?

Developers who need emblem-token-swap patterns described in the cached skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

>

What you get

Actionable workflows and conventions from SKILL.md for emblem-token-swap.

  • per-chain swap commands
  • balance report prompts
  • swap-helper.sh workflow

By the numbers

  • Supports 7 blockchain networks for balance and swap workflows
  • Uses 7 chain-specific balance commands including getBTCBalances

Files

SKILL.mdMarkdownGitHub ↗

Emblem Token Swap

Guided token swapping powered by EmblemAI. Swap tokens on Solana, Ethereum, Base, BSC, Polygon, and Hedera with automatic routing. Cross-chain bridging via ChangeNow.

Requires: npm install -g @emblemvault/agentwallet

---

What This Skill Can Do

ChainQuote ToolSwap ToolBalance ToolToken Search
SolanasplBuyIntent (quote mode)splBuyIntent (swap mode)solanaBalancesfindSolanaSwapToken
EthereumethSwapQuoteethSwapethGetBalancessearchCryptoByName
BasebaseSwapQuotebaseSwapbaseGetBalancessearchEvmTokensBirdeye
BSCbscSwapQuotebscSwapbscGetBalancessearchEvmTokensBirdeye
PolygonpolygonSwapQuotepolygonSwappolygonGetBalancessearchEvmTokensBirdeye
HederahederaTokensSwapQuotehederaTokensSwaphederaGetBalanceshederaFindTokens
Cross-chaingetChangeNowSwapQuoteswapUsingChangeNowgetChangeNowSupportedCurrencies

Notes

  • Solana uses splBuyIntent for both quotes and execution — it handles token lookup by name/symbol/CA and flexible amounts ($USD, SOL, or token quantity)
  • EVM chains (Ethereum, Base, BSC, Polygon) route through automatic DEX aggregation
  • Cross-chain bridges via ChangeNow support 500+ currencies
  • Bitcoin has balance support (getBTCBalances) but no on-chain swap tools — use ChangeNow for BTC bridges

---

Quick Start

npm install -g @emblemvault/agentwallet

# Solana swap (uses splBuyIntent)
emblemai --agent --profile default -m "Use splBuyIntent to swap 5 SOL for USDC on Solana"

# Cross-chain bridge (uses ChangeNow)
emblemai --agent --profile default -m "Use getChangeNowSwapQuote to get a quote for bridging 0.05 ETH from Ethereum to SOL on Solana"

Trigger phrases:

  • "Swap SOL to USDC"
  • "Exchange ETH for USDT"
  • "Convert my tokens"
  • "Bridge tokens to Base"

---

Workflow: Safe Token Swap

Step 1: Check Balance

Confirm you have enough of the source token.

emblemai --agent --profile default -m "Use solanaBalances to show my Solana token balances"

Step 2: Get a Quote

Preview the swap before executing.

emblemai --agent --profile default -m "Use splBuyIntent to get a quote for swapping 5 SOL to USDC"

Step 3: Execute the Swap

emblemai --agent --profile default -m "Use splBuyIntent to swap 5 SOL for USDC on Solana"

Safe mode requires your confirmation before executing.

Step 4: Verify

Confirm the new balance.

emblemai --agent --profile default -m "Use solanaBalances to show my updated balances"

---

Swap Patterns

Solana Swaps

# By token amount
emblemai --agent --profile default -m "Use splBuyIntent to swap 0.5 SOL for USDC"

# By dollar amount
emblemai --agent --profile default -m "Use splBuyIntent to swap $20 of SOL for JUP"

# By token name
emblemai --agent --profile default -m "Use splBuyIntent to swap 100 USDC for BONK"

EVM Swaps

# Ethereum
emblemai --agent --profile default -m "Use ethSwapQuote to get a quote for swapping 0.01 ETH to USDC, then use ethSwap to execute"

# Base
emblemai --agent --profile default -m "Use baseSwapQuote to quote 0.005 ETH to USDC on Base"

# BSC
emblemai --agent --profile default -m "Use bscSwapQuote to quote 0.1 BNB to USDT on BSC"

# Polygon
emblemai --agent --profile default -m "Use polygonSwapQuote to quote 10 POL to USDC on Polygon"

Hedera Swaps

emblemai --agent --profile default -m "Use hederaTokensSwapQuote to get a quote for 100 HBAR to USDC, then use hederaTokensSwap to execute"

Cross-Chain Bridge

emblemai --agent --profile default -m "Use getChangeNowSwapQuote to quote bridging 0.1 ETH to SOL"
emblemai --agent --profile default -m "Use getChangeNowSupportedCurrencies to show available bridge currencies"

---

Communication Rules

Always include these in swap requests: 1. Tool name — specify the exact tool for reliable routing 2. Amount — dollar value or token quantity 3. Source token — what you're swapping from 4. Target token — what you're swapping to

BadGood
"swap sol usdc""Use splBuyIntent to swap 5 SOL for USDC"
"buy eth""Use ethSwap to swap 100 USDC to ETH on Ethereum"
"bridge""Use getChangeNowSwapQuote to bridge 0.05 ETH to SOL"

---

Safety

All swaps require explicit user confirmation (safe mode). The agent will: 1. Show you the swap details (amount, route, estimated output) 2. Wait for your approval before executing 3. Report the transaction result

Never bypasses confirmation for any value-moving operation.

---

Helper Script

bash scripts/swap-helper.sh

See scripts/swap-helper.sh for an interactive swap walkthrough.

---

Links

Related skills

How it compares

Choose emblem-token-swap when you already use EmblemVault emblemai and want agent-guided per-chain commands instead of hand-writing DEX SDK calls.

FAQ

What does emblem-token-swap do?

>

When should I use emblem-token-swap?

>

Is emblem-token-swap safe to install?

Review the Security Audits panel on this page before installing in production.

Marketing & SEOseocontent

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.