·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