← Back to list
💰

market-microstructure Checked

DEX orderflow analysis, trade classification, buyer/seller pressure, and microstructure signals f…
💰 Finance & Trading skills By agiprolabs Version v1.0.0 Updated 2026-09-20
8.5Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "market-microstructure" skill by following the instructions at https://skill123.me/install/market-microstructure.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/market-microstructure.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 24 KB

About this skill

Overview

DEX orderflow analysis, trade classification, buyer/seller pressure, and microstructure signals for Solana tokens

Source

  • Repo: https://github.com/agiprolabs/claude-trading-skills
  • Path: skills/market-microstructure

Score breakdown

Trigger
6.5
Description states What (orderflow, trade classification, pressure, microstructure signals) and domain (Solana tokens) with solid keyword coverage; no Use-when or boundary; no trigger variants.
Structure
8.7
309-line SKILL.md with three well-scoped references and two scripts, correctly classified and annotated; minor overlap between SKILL.md classification tables and trade_classification.md.
Workflow
8.4
Good task design: classification decision table, size-bucket taxonomy, ratio formulas with zero-division guards, composite score with explicit component weights and interpretation bands, wash-trading risk scoring; scripts have demo mode and graceful ImportError handling; verification limited to demo output.
Content
9.0
Concise, table- and code-driven; every metric has a formula and interpretation.
Engineering
10.0
Frontmatter valid; shebangs, dependencies, env vars documented; all referenced paths exist.
Security
9.5
6.0 manifest — network destinations: public-api.birdeye.so and api.dexscreener.com (both official public market-data APIs, declared in script headers, demo fallback when no key); keys via env only; no file writes, no credentials, no persistence. Capabilities match declared scope. Minor: no not-financial-advice disclaimer for trading-signal content.
Well-organized DEX microstructure skill: trade classification rules for AMM swaps, time/size volume profiles with whale buckets, buy/sell pressure metrics, composite flow-momentum scoring with documented component weights, and a dedicated wash-trading detection reference. Scripts fetch from official Birdeye/DexScreener APIs with demo fallback. Deductions: description lacks When/When-Not; no financial disclaimer despite signal-generating content; some classification detail duplicated between SKILL.md and references.