Finance & Investment Banking order-flowliquidity-analysisslippage-estimationcrypto-tradingmarket-microstructurenexus-data

Liquidity Order Flow Analyst (4.2)

Assesses slippage risk and order-book imbalance from depth data, giving crypto trading decisions liquidity-side evidence.

FollowSkills review · FSRS-2.0
Use with care
47/ 100 5-point scale 2.4 / 5
1 2 3 4 5 6
1Trust14 / 25 · 2.8/5

Read-only analytical agent (slippage/order-book imbalance/POC) with no fund movement or external side effects; repo-level SECURITY.md and AGPL-3.0 license exist, risks visible. Deducted: SKILL.md does not disclose NexusDataClient data flow, key handling or least-privilege details; persona admits falling back to 'inferred scores' when depth data is unavailable, potentially emitting unreliable estimates without explicit flagging; confirmation and rollback mechanisms undefined.

2Reliability9 / 20 · 2.3/5

SKILL.md and persona.md are internally consistent (Tier-0 contract, JSON schema, threshold rules, few-shot examples), and README/CI/pytest indicate test infrastructure. Deducted: no dedicated tests found for 4.2's key paths; stub/inferred-score fallback on missing depth data weakens determinism and failure feedback; error-message quality on abnormal input is unevidenced.

3Adaptability7 / 15 · 2.3/5

Scenario is clear (crypto liquidity/slippage risk), query interface and trigger examples explicit, and the desk is consistently positioned in the README Tier-0 list. Deducted: no declared capability boundaries or non-fit ranges; no Chinese support; core dependency on Nexus depth data (overseas service, mainland-China reachability unverified), degrading to inference when unavailable.

4Convention8 / 15 · 2.7/5

Docs are basically layered and usable (SKILL.md + persona.md, output contract with schema_version tier0/v1); repo has LICENSE, CI and maintenance signals. Deducted: no per-skill version history/changelog/known-limitation disclosure; parameter naming stability and FAQ absent; publisher unverified, maintenance ownership unclear.

5Effectiveness5 / 15 · 1.7/5

Output contract is concrete (slippage score, imbalance, POC price as JSON), offering some marginal value over manual order-book inspection. Deducted: static review cannot verify representative outputs are directly usable; only two illustrative few-shot examples; accuracy on real depth data and cost/benefit proportionality unevidenced.

6Verifiability4 / 10 · 2.0/5

Repository provides CI workflows, test suites and deterministic Nexus fixtures — auditable primary material. Deducted: fixtures only contain a quant_summary shape (order_imbalance/slippage/poc); no test cases targeting the 4.2 agent itself and no third-party reproduction evidence; facts vs. inference not separated in skill docs.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision dd7115076904
Before you use it
  • When Nexus depth data is unavailable, agent 4.2 falls back to inferred/stub scores; reliability drops significantly and the degradation may not be clearly flagged — verify data provenance before live decisions.
  • The skill depends on the overseas Nexus service; mainland-China reachability is unverified, and there is no Chinese documentation or output support.
  • Static review found no dedicated tests for this skill; key-path reproduction is left to the user.
  • The slippage threshold (≥80 → bear vote) is a hardcoded heuristic with limited adaptability and must not be treated as trading advice.
See the full review method →

What does this skill do, and when should you use it?

This skill is one of 14 bundled in the olaxbt/ai-market-maker repository, located at src/agents/operator/4.2_liquidity_order_flow/. It reads order book snapshots from the Nexus depth endpoints (plus exchange L2 data when available) and, for a given ticker, returns slippage risk, order imbalance, and the POC price. When depth data is unavailable it falls back to stub estimators, so outputs may be rough estimates rather than real depth calculations. It follows a Tier-0 output contract, making it embeddable in the AIMM multi-agent trading system or callable directly via its query interface.

Calls NexusDataClient depth endpoints to fetch order book snapshots, falling back to stub estimators when no depth data exists; answers direct natural-language queries such as "What's the slippage risk on BTC?" and "Is the order book balanced?"; serves a query interface of the form /liquidity_order_flow?ticker=BTC/USDT returning slippage risk, order imbalance, and POC price; exposes an analyze(ticker, market_data, nexus_context) function under the Tier-0 contract.

  1. A crypto trader wants a quick read on whether slippage risk on a pair like BTC/USDT is acceptable before placing an order.
  2. A quant desk checks order book bid/ask imbalance before executing a large trade.
  3. An upstream agent in the AIMM multi-agent system invokes this operator skill as a pre-execution liquidity risk check.
  4. A researcher extracts POC price from order book structure as a market-microstructure signal.

What are this skill's strengths and limitations?

Pros
  • Clean, minimal contract — one query interface and one analyze function.
  • Defined fallback behavior when depth data is missing, so it doesn't hard-fail.
  • Part of an AGPL-3.0 open-source repo, so logic is auditable.
Limitations
  • SKILL.md shows only the interface, no implementation or algorithm details.
  • Depends on Nexus Skills API access; without Nexus you get stub estimates of uncertain reliability.
  • No independent test evidence or accuracy data — the repo's example backtest figures belong to the whole system, not this skill.
  • Examples are crypto-only (BTC/USDT); support for equities is not documented in the SKILL.md.

How do you install this skill?

The skill ships inside the ai-market-maker repository. Clone the collection: git clone https://github.com/olaxbt/ai-market-maker.git; the skill file lives at src/agents/operator/4.2_liquidity_order_flow/SKILL.md. OpenClaw installation is also supported for the collection: claw install https://github.com/olaxbt/ai-market-maker (the README documents no separate standalone install for this sub-skill).

How do you use this skill?

Two routes: 1) ask directly, e.g. "What's the slippage risk on BTC?" or "Is the order book balanced?"; 2) call the query interface /liquidity_order_flow?ticker=BTC/USDT, which returns slippage risk, order imbalance, and POC price. Prerequisite: NexusDataClient depth endpoints must be reachable (Nexus Skills API access is listed as optional); when depth data is unavailable, results come from stub estimators and should be treated cautiously.

More skills from this repository

All from olaxbt/ai-market-maker

Finance & Investment Banking

Pro Bias Analyst

Determines whether smart money is buying or selling an asset like BTC by fusing ETF flows, futures basis, and options skew into a single pro bias score.

Finance & Investment Banking

News Narrative Miner

Mines breaking news and narrative phases for a given crypto asset, scoring impact and decay so trading teams know what story is moving the market.

Finance & Investment Banking

Pattern Recognition Bot (2.1)

A technical-pattern recognition skill for crypto traders: given market data, it returns the forming pattern label, setup score, support level and reasoning so you know what structure the market is building.

Finance & Investment Banking

Monetary Sentinel

Reads macro and on-chain liquidity data to classify the market as Risk-On or Risk-Off, returning a liquidity score with cited reasoning.

Finance & Investment Banking

Statistical Alpha Engine (Skill 2.2)

Ranks every asset in a trading universe cross-sectionally to answer questions like 'where does BTC rank right now?'

Finance & Investment Banking

Whale Behavior Analyst (4.1)

Answers the critical crypto question — are whales dumping? — using on-chain large-transaction and exchange-flow data.

Finance & Investment Banking

Technical TA Engine

A standardized technical-analysis layer for crypto trading that computes an indicator bundle (RSI, MACD, etc.) from OHLCV data and returns a 0–100 composite score with confidence.

Finance & Investment Banking

Retail Hype Tracker (Skill 3.1)

Detects whether retail FOMO is building on a trading pair, using social sentiment, funding rates and divergence warnings, so you don't buy the top of a hype cycle.

Finance & Investment Banking

Profile Agent — Trader Profiler

Turns a short questionnaire on risk tolerance and horizon into a trader profile with weight deltas and a readable narrative, feeding personalized configuration into a multi-agent trading system.

Finance & Investment Banking

Risk Guard

A hard-veto risk gate that validates signals against drawdown and policy limits before execution — the final safety layer of the AIMM agentic hedge fund OS.

Finance & Investment Banking

AIMM Portfolio Management Skill

Get an instant snapshot of your AI hedge fund portfolio: NAV, exposure, and all open positions in one query.

Finance & Investment Banking

AIMM: OpenClaw Multi-Agent Trading Skill

A hedge-fund-style multi-agent crypto trading system packaged for OpenClaw, with a hard risk-control veto and quant-grade backtesting.

Finance & Investment Banking

Policy Orchestrator

Centralized policy check and routing for the AIMM agentic trading system: decide whether a given ticker is allowed for a user, with reason and policy ID.

Related skills