
from day1global-skills807
Calculates a 0–100 Market Heat Score from 13 on-chain, sentiment, and flow indicators to give buy/sell guidance across Bitcoin cycles.
This skill computes a 0–100 Market Heat Score by weighting 13 indicators across two groups — Daily Pulse (4 fast-moving flow/sentiment signals) and Weekly Structure (9 slow-moving on-chain/cycle signals). It normalizes ETF flows, funding rate, fear & greed, long/short ratio, LTH-MVRV, NUPL, SOPR (LTH & STH), LTH supply %, 365d MA ratio, 200-week MA multiplier, weekly RSI, and volume trends to provide an actionable score and allocation guidance (accumulate, hold, trim, or take profits).
Use when a user asks about Bitcoin cycle timing, whether to buy the dip or take profits, on-chain signals (MVRV, NUPL, SOPR), ETF flows, funding rates, or general BTC market positioning (e.g., "Should I buy Bitcoin now?" or "Is BTC topping out?"). It is designed for conversational agents that need a repeatable, explainable market phase signal.
Best suited for agents with web-search and HTTP fetch capabilities (Claude/Gemini/Copilot-style agents, or any assistant that can call the provided brief.day1global.xyz API). The model assumes access to web_search or an API to fetch current indicator values.
Bitcoin cycle timing skill that produces a 0-100 Market Heat Score from 13 on-chain, sentiment, and flow indicators. Extremely well-documented with precise scoring rubrics, normalization anchors, and a structured output template. No bundled scripts — the skill relies on a single external API call (brief.day1global.xyz) with web_search fallbacks. The external API phone-home pattern is the main security consideration, though clearly disclosed.
Well-crafted skill with thorough documentation. The promotional footer requirement (must append author social links in every output) is a mild self-promotion pattern but not malicious. No scripts, no destructive patterns, no credential exposure. External API dependency is the only notable concern.