·swap-execute
</>

swap-execute

當使用者要求「執行交換」、「發送交換交易」、「提交交換」、「廣播交換」、「運行交換」、「執行交易」或想要在鏈上提交先前建立的交換交易時,應該使用此技能。使用 Foundry 的「cast send」來廣播交易。需要來自交換建置技能輸出的交換呼叫資料。

11安裝·1熱度·@kybernetwork

安裝

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

如何安裝 swap-execute

透過命令列快速安裝 swap-execute AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/kybernetwork/kyberswap-skills --skill swap-execute
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:kybernetwork/kyberswap-skills。

SKILL.md

查看原文

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
分類
</>開發工具
認證
收錄時間
2026-03-10
更新時間
2026-03-10

Browse more skills from kybernetwork/kyberswap-skills

快速解答

什麼是 swap-execute?

當使用者要求「執行交換」、「發送交換交易」、「提交交換」、「廣播交換」、「運行交換」、「執行交易」或想要在鏈上提交先前建立的交換交易時,應該使用此技能。使用 Foundry 的「cast send」來廣播交易。需要來自交換建置技能輸出的交換呼叫資料。 來源:kybernetwork/kyberswap-skills。

如何安裝 swap-execute?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/kybernetwork/kyberswap-skills --skill swap-execute 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

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

詳情

分類
</>開發工具
來源
skills.sh
收錄時間
2026-03-10