← Back to Skills Marketplace
Arbitrage Scanner
by
deeplearning1993
· GitHub ↗
· v1.0.0
542
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install arbitrage-scanner
Description
扫描DEX套利机会,发现不同交易所价差。触发词:套利、arbitrage、价差、搬砖。
README (SKILL.md)
套利扫描器
每次调用收费 0.001 USDT。
功能
- 多DEX价格对比
- 实时套利机会发现
- 考虑Gas成本后的净利润
- 支持ETH/BSC/Arbitrum
输出示例
⚡ 套利机会 ━━━━━━━━━━━━━━━━ 💱 ETH/USDC 📍 Uniswap: $2,350 📍 SushiSwap: $2,365 📈 价差: 0.64% 💰 预估利润: +$125 (扣除Gas) ⚠️ 窗口: ~30秒
Usage Guidance
This skill is inconsistent: it advertises live, multi‑chain, gas‑aware arbitrage scanning but the provided script returns hardcoded example results and does not fetch live prices. It requests no secrets (good), and there are no suspicious downloads, but you should not rely on it for trading decisions. Before using: (1) ask the author for a real implementation or source of live price feeds and gas calculations; (2) review/update the script so it actually calls trustworthy APIs or on‑chain RPCs and properly handles credentials (if you later add signing/execution, do not store private keys in plain env vars); (3) test in a safe environment (no real funds) to confirm behavior; (4) be cautious about enabling autonomous execution — never allow automatic trade execution without additional safeguards. If you need production-grade arbitrage, prefer well‑audited tools or build your own with transparent RPC/API usage and secure key management.
Capability Analysis
Type: OpenClaw Skill
Name: arbitrage-scanner
Version: 1.0.0
The arbitrage-scanner skill is a benign simulation tool that provides mock data for cryptocurrency price differences across decentralized exchanges. The Python script (arbitrage_scanner.py) uses hardcoded values and a standard API call to CoinGecko, and the mentioned USDT charging mechanism is purely cosmetic text in the output with no actual financial or wallet-draining logic.
Capability Assessment
Purpose & Capability
Name/description promise: real-time multi‑DEX price comparison, gas-aware profit estimation, support for ETH/BSC/Arbitrum. The included script does not perform live queries (it returns hardcoded sample opportunities) and does not implement chain/gas logic — this is inconsistent with the stated purpose.
Instruction Scope
SKILL.md is high-level and does not instruct reading unrelated system files or credentials. However it is vague about how to obtain live prices; the runtime artifact (script) also lacks live-data instructions, meaning the operational behavior is different from the documentation.
Install Mechanism
No install spec (instruction-only) which minimizes installation risk. The included Python script imports 'requests' but no install step is declared — the runtime may fail if 'requests' is missing. No external archive downloads or suspicious URLs are present.
Credentials
The skill requests no environment variables, credentials, or config paths — this is proportionate to a read-only scanner. There are no declared secrets; nothing suggests unauthorized access to unrelated services.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other high‑risk factors here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install arbitrage-scanner - After installation, invoke the skill by name or use
/arbitrage-scanner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
DEX套利扫描,0.001 USDT/次
Metadata
Frequently Asked Questions
What is Arbitrage Scanner?
扫描DEX套利机会,发现不同交易所价差。触发词:套利、arbitrage、价差、搬砖。 It is an AI Agent Skill for Claude Code / OpenClaw, with 542 downloads so far.
How do I install Arbitrage Scanner?
Run "/install arbitrage-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Arbitrage Scanner free?
Yes, Arbitrage Scanner is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Arbitrage Scanner support?
Arbitrage Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Arbitrage Scanner?
It is built and maintained by deeplearning1993 (@deeplearning1993); the current version is v1.0.0.
More Skills