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