·swap-execute
</>

swap-execute

This skill should be used when the user asks to "execute swap", "send swap transaction", "submit swap", "broadcast swap", "run the swap", "execute the trade", or wants to submit a previously built swap transaction on-chain. Uses Foundry's `cast send` to broadcast transactions. Requires swap calldata from swap-build skill output.

11Installs·1Trend·@kybernetwork

Installation

$npx skills add https://github.com/kybernetwork/kyberswap-skills --skill swap-execute

How to Install swap-execute

Quickly install swap-execute AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/kybernetwork/kyberswap-skills --skill swap-execute
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: kybernetwork/kyberswap-skills.

SKILL.md

View raw

Execute a swap transaction on-chain using Foundry's cast send. This skill takes the output from swap-build and broadcasts the transaction.

### ⚠️ USE YOUR EXISTING WALLET MANAGEMENT FIRST ⚠️ If you or your agent already have wallet management (key management service, vault, HSM, custodial API, MPC signer, or any secure signing infrastructure), use that. Skip the examples below entirely.

The wallet options below are example setups for development and testing only. They have known security issues: plaintext password files on disk, private keys in shell environments, no access control, no audit trail, no key rotation. Do not use them with real funds in production. Consider this from the very start — not after you've already built around a testing setup.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kybernetwork/kyberswap-skills --skill swap-execute
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from kybernetwork/kyberswap-skills

Quick answers

What is swap-execute?

This skill should be used when the user asks to "execute swap", "send swap transaction", "submit swap", "broadcast swap", "run the swap", "execute the trade", or wants to submit a previously built swap transaction on-chain. Uses Foundry's `cast send` to broadcast transactions. Requires swap calldata from swap-build skill output. Source: kybernetwork/kyberswap-skills.

How do I install swap-execute?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kybernetwork/kyberswap-skills --skill swap-execute Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/kybernetwork/kyberswap-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10