20 Agent Skills. One install. 91.6%+ Merkle-verified accuracy.

Each Skill wraps a 1–3-call composite verdict from the AlgoVault MCP server. Pre-built prompts, batch loops, regime gating, multi-timeframe consensus — ready to invoke from any Claude Code session.

claude plugin install AlgoVaultLabs/algovault-skills

AlgoVault Skills wrap a composite-verdict API with 91.6%+ PFE Win Rate across 257,049+ Merkle-anchored trade calls (verifiable at ).

🔗 Every Skill invocation is Merkle-anchored on Base L2. Track record: live verification →

All 20 Skills

Browse by difficulty — Beginner to Expert. Each card links to the canonical SKILL.md on GitHub.

01

Quick BTC Check

Beginner

The simplest possible call. Ask your agent for a single trade call.

Tools: get_trade_call
View Skill on GitHub →
02

Portfolio Scanner

Intermediate

Loop through the top 10 assets, get trade calls for each, and filter by high confidence.

Tools: get_trade_call
View Skill on GitHub →
03

Regime-Aware Trading

Intermediate

Check the market regime first. Only request trade calls when the regime is favorable for directional trading.

Tools: get_market_regime · get_trade_call
View Skill on GitHub →
04

Funding Arb Monitor

Intermediate

Scan for cross-venue funding rate arbitrage opportunities. Alert when the annualized spread exceeds your threshold.

Tools: scan_funding_arb
View Skill on GitHub →
05

Full 3-Tool Pipeline

Advanced

The complete AlgoVault workflow: regime detection, trade call, then arb check for the same asset. Maximum context for one decision.

Tools: get_market_regime · get_trade_call · scan_funding_arb
View Skill on GitHub →
06

Multi-Timeframe Confirmation

Advanced

Get trade calls on multiple timeframes for the same asset. Only act when all timeframes agree on direction.

Tools: get_trade_call
View Skill on GitHub →
07

TradFi Rotation

Advanced

Compare regime and direction across TradFi perpetuals. Rotate into the asset with the strongest trend.

Tools: get_market_regime · get_trade_call
View Skill on GitHub →
08

Risk-Gated Entry

Advanced

Only enter trades when both confidence and regime alignment pass your risk filters. Skip everything else.

Tools: get_market_regime · get_trade_call
View Skill on GitHub →
09

Funding Sentiment Dashboard

Advanced

Get market regime for major assets and use the cross-venue funding sentiment to gauge overall market bias.

Tools: get_market_regime
View Skill on GitHub →
10

Contrarian Meme Scanner

Advanced

Scan lower-tier assets for contrarian setups: high-confidence SELL calls during an uptrend may signal crowded longs about to unwind.

Tools: get_market_regime · get_trade_call
View Skill on GitHub →
11

Divergence Detector

Advanced

Compare trade call direction vs market regime. When they disagree, flag it as a high-risk divergence.

Tools: get_market_regime · get_trade_call
View Skill on GitHub →
12

Hourly Digest Bot

Advanced

Build an automated digest: scan all tier-1 and tier-2 assets every hour, summarize trade calls and market regime into a brief report.

Tools: get_trade_call · get_market_regime
View Skill on GitHub →
13

Hedging Advisor

Advanced

You hold a long ETH position. Check regime and trade call — if both turn bearish, look for a funding arb to hedge via the cheaper venue.

Tools: get_market_regime · get_trade_call · scan_funding_arb
View Skill on GitHub →
14

Volatility Breakout Watch

Advanced

Use regime detection as a screener: find assets in VOLATILE regime with high confidence — these are breakout candidates. Then get trade call for direction.

Tools: get_market_regime · get_trade_call
View Skill on GitHub →
15

Cross-Asset Correlation

Advanced

Get trade calls for BTC, ETH, SOL simultaneously. If all say SELL, it's a macro risk-off signal, not just one asset.

Tools: get_trade_call
View Skill on GitHub →
16

Funding Cash-and-Carry

Advanced

Find a funding arb spread, then get a trade call on the long side. If the trade call agrees with the long direction, you have double conviction.

Tools: scan_funding_arb · get_trade_call
View Skill on GitHub →
17

Weekend vs Weekday Patterns

Research

Schedule trade calls every 4 hours, log results over time. Compare weekend vs weekday regime patterns to find exploitable edges.

Tools: get_trade_call · get_market_regime
View Skill on GitHub →
18

Agent Portfolio Rebalance

Advanced

Daily regime check for each asset in your portfolio. Shift allocation toward TRENDING assets, reduce exposure to VOLATILE/RANGING positions.

Tools: get_market_regime
View Skill on GitHub →
19

Smart DCA Bot

Advanced

Dollar-cost averaging, enhanced: skip buys when the trade call says SELL with high confidence. Only DCA when direction is neutral or favorable.

Tools: get_trade_call
View Skill on GitHub →
20

Multi-Agent War Room

Expert

Three specialized agents, one coordinator. Agent A: regime, Agent B: trade calls, Agent C: funding arbs. Coordinator synthesizes all three.

Tools: get_market_regime · get_trade_call · scan_funding_arb
View Skill on GitHub →

Why Skills?