什麼是 swap-execute?
當使用者要求「執行交換」、「發送交換交易」、「提交交換」、「廣播交換」、「運行交換」、「執行交易」或想要在鏈上提交先前建立的交換交易時,應該使用此技能。使用 Foundry 的「cast send」來廣播交易。需要來自交換建置技能輸出的交換呼叫資料。 來源:kybernetwork/kyberswap-skills。
當使用者要求「執行交換」、「發送交換交易」、「提交交換」、「廣播交換」、「運行交換」、「執行交易」或想要在鏈上提交先前建立的交換交易時,應該使用此技能。使用 Foundry 的「cast send」來廣播交易。需要來自交換建置技能輸出的交換呼叫資料。
透過命令列快速安裝 swap-execute AI 技能到你的開發環境
來源:kybernetwork/kyberswap-skills。
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.
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/kybernetwork/kyberswap-skills --skill swap-execute當使用者要求「執行交換」、「發送交換交易」、「提交交換」、「廣播交換」、「運行交換」、「執行交易」或想要在鏈上提交先前建立的交換交易時,應該使用此技能。使用 Foundry 的「cast send」來廣播交易。需要來自交換建置技能輸出的交換呼叫資料。 來源:kybernetwork/kyberswap-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/kybernetwork/kyberswap-skills --skill swap-execute 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/kybernetwork/kyberswap-skills