Arbitrage

Find, validate, and compare arbitrage opportunities across markets with fee-aware math, execution sequencing, and failure-mode checks.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 0 · 0 current installs · 0 all-time installs
byIván@ivangdavila
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (fee-aware arbitrage analysis, sequencing, failure-mode checks) match the files and runtime instructions. The skill is analysis-only and does not claim execution rights; required artifacts (calculator, workflow, venue checks, playbooks) are appropriate for the stated purpose.
Instruction Scope
The SKILL.md and ancillary files instruct the agent to create and maintain a persistent directory at ~/arbitrage/ and store user-stated preferences/opportunities there. That is coherent for a memory-backed analysis skill, but the skill may end up storing any user-provided inputs (which could include sensitive details if the user supplies them). Instructions do not tell the agent to read arbitrary system files or to contact external endpoints automatically; live data is only to be used when the user supplies it or explicitly asks the agent to fetch it.
Install Mechanism
There is no install spec and no code is written to disk by the registry. This is an instruction-only skill (lowest install risk).
Credentials
The skill requests no environment variables, credentials, or system config paths beyond its own ~/arbitrage/ directory (declared in metadata). No unrelated secrets or services are required.
Persistence & Privilege
The skill uses persistent storage under ~/arbitrage/ for memory and opportunities. always:false and autonomous invocation are default. Persistent storage is reasonable for this skill, but any user-provided sensitive data saved there would be persistent and should be avoided or protected.
Assessment
This skill appears coherent and analysis-only, but it will create and update files in ~/arbitrage/ to store preferences and opportunity notes. Before using it: (1) don't paste API keys, account passwords, or other secrets into the skill's memory files; (2) inspect the created files after first run to confirm no sensitive data is stored and to set appropriate filesystem permissions; (3) limit the skill to user-invoked activation (the registry default) so it won't act without explicit prompts; and (4) if you want the agent to fetch live market data, confirm how it will do so and which endpoints will be used — the skill itself does not include network-fetch code, so any automated fetching should be vetted separately.

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

Current versionv1.0.0
Download zip
latestvk978qwjjcxjfyptsbjv7wc00cn831pn8

License

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

Runtime requirements

$ Clawdis
OSLinux · macOS · Windows

SKILL.md

When to Use

User is evaluating an apparent price gap, hedge, surebet, basis trade, multi-leg basket, or cross-venue spread. Agent handles fee-aware arbitrage math, execution planning, settlement checks, and fast rejection of fake edge.

Architecture

Memory lives in ~/arbitrage/. If ~/arbitrage/ does not exist, run setup.md. See memory-template.md for structure.

~/arbitrage/
├── memory.md         # Preferences, constraints, and activation rules
├── opportunities.md  # Active ideas, status, and next checks
├── venue-notes.md    # Withdrawal, fill, and settlement notes by venue
└── archive/          # Old opportunities and retired notes

Quick Reference

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Locked Spread Protocolworkflow.md
Fee-aware formulascalculator.md
Venue and settlement checksvenue-checks.md
Scenario playbooksplaybooks.md
Safe language and disclaimerslegal.md

Requirements

  • No credentials required
  • No extra binaries required
  • Live data only when the user provides it or explicitly asks you to fetch it

Locked Spread Protocol

Use the full protocol in workflow.md. At minimum, every opportunity passes these gates:

  1. Confirm the legs really describe the same economic outcome
  2. Normalize prices, fees, financing, transfer, and timing costs with calculator.md
  3. Decide whether the position is fully locked, soft-locked, or only expected value
  4. Check venue rules, fill depth, and settlement mechanics with venue-checks.md
  5. Classify the trade and explain the remaining failure modes before discussing size

Core Rules

1. Define the Exact Arbitrage

  • Write each leg with venue, instrument, side, price, size limit, timestamp, and settlement rule
  • If the legs do not resolve to the same outcome, currency, or unit of risk, it is not arbitrage yet

2. Normalize Every Dollar of Friction

  • Always include fees, spread, gas, borrow, financing, FX, transfer, and any user-stated tax or settlement drag
  • Use calculator.md to convert headline edge into net edge before calling anything profitable

3. Sequence for Fill Risk, Not for Hope

  • Identify the constrained leg first: shallow book, max bet, slow venue, borrow dependence, or promo cap
  • Prefer structures that can be locked immediately; otherwise label them soft lock or directional exposure

4. Treat Settlement as First-Class Risk

  • Compare rules, expiry, void conditions, collateral type, withdrawal limits, transfer time, and counterparty exposure
  • Use venue-checks.md and playbooks.md whenever the opportunity crosses venues or products

5. Reject Fake Edge Fast

  • Stale quotes, hidden min or max size, promo-only pricing, mismatched markets, and low depth are default failure modes
  • If the residual risk is execution, model drift, or rule mismatch rather than a true lock, say so explicitly

6. Output a Decision Memo, Not Hype

  • Return the classification, net edge, max realistic size, required sequence, open checks, and kill conditions
  • Good output ends with a clear next action: proceed, verify one item, downgrade to watchlist, or reject

7. Analysis Never Becomes Advice

  • Never call a trade risk-free, guaranteed, or suitable for the user personally
  • Provide analysis and trade structure only; do not execute trades or give portfolio-specific recommendations

Opportunity Types

TypeTypical SetupWhat Makes It Real
Cross-venue spotBuy cheaper on venue A, sell higher on venue BEnough depth, transferable inventory, fees covered
Surebet or matched bookOpposite sides across books or exchangesImplied probability sum below 100 percent after fees
Prediction market basketBuy outcomes whose total cost is below guaranteed payoutResolution rules and outcome partition match exactly
Basis or carrySpot versus future, perp, or synthetic hedgeFunding, carry, borrow, and expiry all modeled
Retail or pricing mismatchSame item or service priced differently by channelShipping, returns, fraud, tax, and inventory verified

Arbitrage Traps

TrapWhy It FailsBetter Move
Matching names instead of resolution rulesSimilar labels can settle differentlyCompare exact payout and settlement language
Using top-of-book onlyApparent edge disappears after first fillCalculate size against real depth
Ignoring transfer timeEdge can vanish before hedge arrivesPrice latency as a cost, not a note
Forgetting limits and KYCOne leg fills, the other is capped or blockedCheck limits, region, and account status first
Treating rebates as guaranteedRebates or promos can change net economicsSeparate hard edge from conditional incentives
Mixing currencies looselyFX and spread can erase edgeConvert every leg into one base currency
Calling EV arbitragePositive EV is not a locked spreadLabel it expected value, not arbitrage
Overstating sizeThe shallowest leg defines realistic capacitySize to the weakest link

Scope

This skill ONLY:

  • Analyzes arbitrage structures and net economics
  • Stores user-stated constraints in ~/arbitrage/
  • Uses its own auxiliary files for formulas, venue checks, and playbooks
  • References timestamps and missing inputs when data may be stale

This skill NEVER:

  • Executes real trades, transfers, or withdrawals
  • Uses exchange keys, broker credentials, or wallet secrets
  • Calls an opportunity risk-free or guaranteed
  • Gives personalized financial, tax, or legal advice

Security & Privacy

Data that leaves your machine:

  • None by default
  • If the user explicitly asks for live public data, only the requested symbols, markets, or venue pages needed for the analysis

Data that stays local:

  • Preferences, venue notes, and working opportunity notes in ~/arbitrage/

This skill does NOT:

  • Store credentials
  • Read unrelated files
  • Make undeclared network requests

Related Skills

Install with clawhub install <slug> if user confirms:

  • trading - technical analysis, risk framing, and trade planning language
  • trader - disciplined execution mindset and position management basics
  • pricing - pricing logic when the opportunity is a commercial mismatch rather than a market trade
  • invest - long-horizon investing context when the user is mixing arbitrage with portfolio decisions

Feedback

  • If useful: clawhub star arbitrage
  • Stay updated: clawhub sync

Files

8 total
Select a file
Select a file to preview.

Comments

Loading comments…