Arbitrage Scanner

v1.0.0

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

0· 539·7 current·7 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for deeplearning1993/arbitrage-scanner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Arbitrage Scanner" (deeplearning1993/arbitrage-scanner) from ClawHub.
Skill page: https://clawhub.ai/deeplearning1993/arbitrage-scanner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install arbitrage-scanner

ClawHub CLI

Package manager switcher

npx clawhub@latest install arbitrage-scanner
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.

latestvk971353szr0ha8r404ysh2h26d82cv4k
539downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

套利扫描器

每次调用收费 0.001 USDT。

功能

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

输出示例

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

Comments

Loading comments...