swap-execute

Broadcast a prepared KyberSwap transaction to the target chain.

6|2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/KyberNetwork/kyberswap-skills --skill swap-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swap-execute
Source: https://github.com/KyberNetwork/kyberswap-skills/tree/main/skills/swap-execute
Command: npx skills add https://github.com/KyberNetwork/kyberswap-skills --skill swap-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates broadcasting a pre-built KyberSwap transaction to the blockchain, reducing manual steps and minimizing human error.

Core Features & Use Cases

  • Broadcast a prepared swap transaction on the target chain using Foundry's cast send.
  • Validate the swap-build output, present a final confirmation, and ensure safety before execution.
  • Support multiple wallet methods (keystore, environment variable, Ledger, or Trezor) as configured in wallet-setup.

Quick Start

Run the prepared workflow to broadcast the swap.

Frequently Asked Questions about swap-execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I broadcast a pre-built swap transaction on-chain using Foundry's cast?

To broadcast a pre-built swap transaction on-chain, provide the swap-build output, a valid RPC URL, and a configured wallet to execute the transaction via Foundry's cast send on the target chain.

What wallet methods can I use to sign and send an EVM transaction?

You can sign and send an EVM transaction using a keystore file, an environment variable, or a hardware wallet such as Ledger or Trezor, provided the wallet is properly configured during setup.

Do I need a valid RPC URL and prepared swap data to execute an on-chain swap?

Yes, you need both a valid RPC URL for the target chain and the prepared swap data from a prior swap-build output to successfully validate and broadcast the transaction on-chain.

How does the execution process validate KyberSwap transactions before broadcasting?

The execution process validates the swap-build output and presents a final safety confirmation prompt before broadcasting the KyberSwap transaction to the blockchain, minimizing manual errors.

Can I use a Ledger hardware wallet to sign a KyberSwap transaction for broadcast?

Yes, you can use a Ledger hardware wallet to sign a KyberSwap transaction for broadcast, as the execution process supports Ledger and Trezor wallets configured during the wallet setup phase.