Quick BTC Check
AlgoVault provides the thesis; your agent decides execution.
Purpose
This Skill is a single-prompt wrapper around get_trade_signal from the
AlgoVault MCP server. It returns a
composite verdict / interpretation — never a buy/sell recommendation.
Your agent decides whether and how to act on the thesis.
Difficulty: Beginner · Pattern: single tool call
Example prompt
Get me a trade call for BTC on the 1h timeframe
Tool-call sequence
get_trade_signal — invoke with appropriate parameters; pass header X-AlgoVault-Skill-Slug: quick-btc-check.
Each call sends X-AlgoVault-Skill-Slug: quick-btc-check so the invocation rolls up
on the per-Skill counter inside the AlgoVault internal dashboard
(/dashboard on api.algovault.com — admin-only). Per-Skill funnel data is
treated as competitive intel; only aggregate track-record numbers are public
at https://algovault.com/track-record.
What you get back (_algovault metadata block)
Every AlgoVault MCP response includes a top-level _algovault envelope.
Surface these fields back to the user:
_algovault.version — server version (currently 1.9.0)
_algovault.signal_merkle_root — cryptographic commitment to the result set
_algovault.composite_verdict — interpretation summary (when present)
_algovault.regime — current market regime (when get_market_regime is in the chain)
_algovault.confidence — model confidence (0-100)
Live PFE Win Rate + cumulative call count: https://algovault.com/track-record?utm_source=skill&utm_medium=claude&utm_campaign=quick-btc-check
Positioning
AlgoVault sells signal interpretation, not signals or advice. We provide
the thesis; your agent decides execution. Track record is verifiable on-chain
via the Merkle root in every response.
Built by AlgoVault Labs · MIT licensed · part of the algovault-skills plugin.