swap-execute
Installation
SKILL.md
KyberSwap Execute Skill
Execute a swap transaction on-chain using Foundry's cast send. This skill takes the output from swap-build and broadcasts the transaction.
Prerequisites
- Foundry installed:
castmust be available in PATH - Wallet configured: One of the methods below
- ETH for gas: Sender must have native token for gas fees
Wallet Setup (One-Time)
⚠️ 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.