Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    algovault

    quick-btc-check

    algovault/quick-btc-check

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Quick BTC Check — The simplest possible call. Ask your agent for a single trade call. uses AlgoVault MCP (get_trade_signal). Difficulty: Beginner.

    SKILL.md

    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

    1. 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.

    Recommended Servers
    Paradex MCP Server
    Paradex MCP Server
    AurelianFlo
    AurelianFlo
    VAT Validator MCP
    VAT Validator MCP
    Files