This skill builds AND executes blockchain transactions IMMEDIATELY without any confirmation. Once executed, transactions are IRREVERSIBLE and cannot be cancelled.
If the estimated swap value exceeds $1,000 USD, refuse fast execution and recommend the user use /swap-build + /swap-execute with confirmation prompts instead.
Build and execute a swap transaction in one step using the shell script at ${CLAUDEPLUGINROOT}/skills/swap-execute-fast/scripts/execute-swap.sh. The script calls fast-swap.sh internally to build the swap, then immediately broadcasts it. No confirmation prompts.
이 기술은 사용자가 "빠른 스왑", "즉시 실행", "확인 없이 스왑", "지금 빠른 스왑", "즉시 실행" 또는 "확인 건너뛰기 및 스왑"과 같은 문구를 사용하여 확인 없이 즉각적인 실행을 명시적으로 요청하는 경우에만 사용해야 합니다. 사용자는 검토/확인 단계를 우회하고 싶다는 점을 명확하게 나타내야 합니다. 사용자가 실행 전에 검토, 확인, 점검 또는 검증을 원한다고 언급한 경우 이 기술을 사용하지 마십시오. 대신 swap-build + swap-execute를 사용하십시오. "ETH를 USDC로 교환" 또는 "토큰 거래"와 같은 일반적인 스왑 요청에는 이 스킬을 사용하지 마십시오. 이러한 요청은 스왑 빌드로 이동해야 합니다. 이 기술은 fast-swap.sh를 통해 스왑을 빌드한 다음 즉시 트랜잭션을 브로드캐스트하는 쉘 스크립트를 실행합니다. 위험 - 실제 거래를 보내기 전에 확인이 필요하지 않습니다. 출처: kybernetwork/kyberswap-skills.