← 返回 Skills 市场
SaucerSwap Arbitrage
作者
HarleysCodes
· GitHub ↗
· v1.0.0
613
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install saucerswap-arbitrage
功能描述
Perform triangular arbitrage on Hedera using SaucerSwap to find, calculate, and execute profitable multi-hop token swaps atomically.
安全使用建议
This SKILL.md is incomplete and inconsistent with its stated goal. Before using it: (1) Do NOT paste or store private keys into the agent — require wallet-based signing (HashPack or other) so the agent cannot exfiltrate keys. (2) Ask the author how signing and submission are performed: the skill must declare how it obtains an account ID and private key or integrate a user-driven wallet prompt. (3) Verify and correct addresses and API usage: confirm whether SaucerSwap uses Hedera IDs (0.0.x), EVM addresses (0x...), or a specific API token format, and test the quoted endpoints (e.g., mainnet-api.saucerswap.fi) on testnet first. (4) Require explicit environment variables or an OAuth-like wallet flow if automation is needed; otherwise keep execution manual. (5) Test all logic on Hedera testnet with small amounts and review returned quote formats (responses are likely objects, not a single number). Given the mismatches (address formats, missing credentials, vague API expectations), treat this skill as suspicious and demand clarifications or a revised implementation before running it against mainnet funds.
功能分析
Type: OpenClaw Skill
Name: saucerswap-arbitrage
Version: 1.0.0
The skill bundle is designed for executing triangular arbitrage on Hedera via SaucerSwap, as described in SKILL.md. It includes a TypeScript snippet to fetch quotes from `https://mainnet-api.saucerswap.fi` using `axios`, which is a legitimate network call for its stated purpose. A placeholder for `ContractExecuteTransaction` indicates the intent to execute swaps, which is also aligned with the skill's functionality. There is no evidence of malicious intent, such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the AI agent. All actions described are consistent with the stated goal of a DEX arbitrage tool.
能力评估
Purpose & Capability
The skill says it will find and execute atomic multi-hop swaps on Hedera, but it declares no credentials, no signing method, and no account/keys. Executing transactions on Hedera requires an account ID and private key (or a wallet signing flow). The skill also mixes EVM-style 0x contract addresses with Hedera token IDs (0.0.x), which is inconsistent with a coherent deployment plan.
Instruction Scope
The SKILL.md includes code snippets that call an external API and shows a ContractExecuteTransaction to run a swap, but the instructions are vague: they use token symbols (e.g., 'USDC') where APIs typically expect token addresses/IDs, assume getQuote returns a raw numeric value, and do not explain how to obtain signatures or submit transactions. This leaves wide discretionary behavior and omits critical steps (wallet integration, signing, nonce/fee handling, error handling).
Install Mechanism
There is no install spec and no code files — the skill is instruction-only. That reduces risk from arbitrary downloads or disk writes. However, the examples reference Node (axios) and Hedera SDK constructs without declaring dependencies, which is incomplete but not itself an install risk.
Credentials
The skill requires no environment variables or credentials despite claiming the ability to submit on-chain swaps. Performing swaps requires sensitive credentials (account ID / private key) or a delegated wallet signing flow; the absence of any declared credential requirements is a mismatch and suggests the instructions are incomplete or could encourage insecure practices (e.g., pasting private keys into chat).
Persistence & Privilege
always is false and there is no persistence/install behavior. Autonomous invocation is allowed by default (platform standard), but combined with the credential omission this is a usability/consistency problem rather than a direct elevation of privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install saucerswap-arbitrage - 安装完成后,直接呼叫该 Skill 的名称或使用
/saucerswap-arbitrage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of SaucerSwap Arbitrage skill for Hedera.
- Enables detection and execution of triangular arbitrage opportunities on SaucerSwap.
- Supports multi-hop token swaps and profit calculation across pools.
- Provides API snippet for fetching swap quotes.
- Documents mainnet contract and token addresses.
- Includes safety checks for slippage, fees, and liquidity.
- Notes Hedera-specific transaction and signing requirements.
元数据
常见问题
SaucerSwap Arbitrage 是什么?
Perform triangular arbitrage on Hedera using SaucerSwap to find, calculate, and execute profitable multi-hop token swaps atomically. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 613 次。
如何安装 SaucerSwap Arbitrage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install saucerswap-arbitrage」即可一键安装,无需额外配置。
SaucerSwap Arbitrage 是免费的吗?
是的,SaucerSwap Arbitrage 完全免费(开源免费),可自由下载、安装和使用。
SaucerSwap Arbitrage 支持哪些平台?
SaucerSwap Arbitrage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SaucerSwap Arbitrage?
由 HarleysCodes(@harleyscodes)开发并维护,当前版本 v1.0.0。
推荐 Skills