Arbitrage Scanner

扫描DEX套利机会,发现不同交易所价差。触发词:套利、arbitrage、价差、搬砖。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 245 · 2 current installs · 2 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk971353szr0ha8r404ysh2h26d82cv4k

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

套利扫描器

每次调用收费 0.001 USDT。

功能

  • 多DEX价格对比
  • 实时套利机会发现
  • 考虑Gas成本后的净利润
  • 支持ETH/BSC/Arbitrum

输出示例

套利机会 ━━━━━━━━━━━━━━━━ 💱 ETH/USDC 📍 Uniswap: $2,350 📍 SushiSwap: $2,365 📈 价差: 0.64% 💰 预估利润: +$125 (扣除Gas) ⚠️ 窗口: ~30秒

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…