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 algovault.com/track-record).
🔗 Every Skill invocation is Merkle-anchored on Base L2. Track record: live verification →
Browse by difficulty — Beginner to Expert. Each card links to the canonical SKILL.md on GitHub.
The simplest possible call. Ask your agent for a single trade call.
get_trade_callLoop through the top 10 assets, get trade calls for each, and filter by high confidence.
get_trade_callCheck the market regime first. Only request trade calls when the regime is favorable for directional trading.
get_market_regime · get_trade_callScan for cross-venue funding rate arbitrage opportunities. Alert when the annualized spread exceeds your threshold.
scan_funding_arbThe complete AlgoVault workflow: regime detection, trade call, then arb check for the same asset. Maximum context for one decision.
get_market_regime · get_trade_call · scan_funding_arbGet trade calls on multiple timeframes for the same asset. Only act when all timeframes agree on direction.
get_trade_callCompare regime and direction across TradFi perpetuals. Rotate into the asset with the strongest trend.
get_market_regime · get_trade_callOnly enter trades when both confidence and regime alignment pass your risk filters. Skip everything else.
get_market_regime · get_trade_callGet market regime for major assets and use the cross-venue funding sentiment to gauge overall market bias.
get_market_regimeScan lower-tier assets for contrarian setups: high-confidence SELL calls during an uptrend may signal crowded longs about to unwind.
get_market_regime · get_trade_callCompare trade call direction vs market regime. When they disagree, flag it as a high-risk divergence.
get_market_regime · get_trade_callBuild an automated digest: scan all tier-1 and tier-2 assets every hour, summarize trade calls and market regime into a brief report.
get_trade_call · get_market_regimeYou 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.
get_market_regime · get_trade_call · scan_funding_arbUse regime detection as a screener: find assets in VOLATILE regime with high confidence — these are breakout candidates. Then get trade call for direction.
get_market_regime · get_trade_callGet trade calls for BTC, ETH, SOL simultaneously. If all say SELL, it's a macro risk-off signal, not just one asset.
get_trade_callFind 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.
scan_funding_arb · get_trade_callSchedule trade calls every 4 hours, log results over time. Compare weekend vs weekday regime patterns to find exploitable edges.
get_trade_call · get_market_regimeDaily regime check for each asset in your portfolio. Shift allocation toward TRENDING assets, reduce exposure to VOLATILE/RANGING positions.
get_market_regimeDollar-cost averaging, enhanced: skip buys when the trade call says SELL with high confidence. Only DCA when direction is neutral or favorable.
get_trade_callThree specialized agents, one coordinator. Agent A: regime, Agent B: trade calls, Agent C: funding arbs. Coordinator synthesizes all three.
get_market_regime · get_trade_call · scan_funding_arbclaude plugin install — the whole pack ships, slug-named, manifest-driven, MIT licensed.