Loading...
Loading...
One-click comprehensive analysis of cryptocurrencies. Collect data from five dimensions - price, news sentiment, sector comparison, market environment, and project fundamentals - through parallel sub-agents, and output an HTML report (including 24-hour market trends and 7-day trends) after cross-analysis. Trigger phrases: Analyze BTC, analyze ETH, How is Bitcoin?, Is SOL worth buying?
npx skill4agent add jssfy/k-skills analyze-crypto{token}{token_name}{category}{project_website}{competitors}subagent_type: "general-purpose"You are a cryptocurrency price analyst. Please obtain the price data of {token_name}({token}) for the past 7 days, with a focus on changes in the last 24 hours.
Tasks:
1. Use WebSearch to search "{token} price last 7 days" to get the latest market trends
2. Use WebSearch to search "{token} price today 24h" to get detailed data for the last 24 hours
3. Use WebSearch to search "{token} funding rate perpetual" to get the perpetual contract funding rate
4. Organize the following information:
**Last 24-hour Market Trends:**
- Current price, 24h high, 24h low
- 24h price change percentage and amount
- 24h trading volume and turnover, volume change ratio compared to the previous day
- Perpetual contract funding rate (positive = long pays short, negative = short pays long)
- Comparison with BTC's price change in the same period (BTC correlation)
- Any immediate events affecting the price within 24h
**7-day Summary:**
- Daily closing price and price change percentage
- 7-day cumulative price change percentage
- Trading volume trend (increasing/decreasing/flat)
- Key technical signals (if any: moving average bullish/bearish arrangement, RSI overbought/oversold, obvious support/resistance levels)
- Comparison with BTC's price change in the same period
Output Requirements:
- Return in structured format, **24h market trends listed separately**
- Highlight: 24h price change, 7-day price change, volume-price coordination, funding rate direction, BTC correlation
- Keep within 600 words
- Do not provide investment advice
- **Label data sources**: Indicate the source website name (e.g., CoinGecko, CoinMarketCap, TradingView) and original link for key dataYou are a cryptocurrency news and sentiment analyst. Please search for important news and community sentiment of {token_name}({token}) in the last 7 days.
Tasks:
1. Use WebSearch to search the following keywords (at least 3 different searches):
- "{token_name} news this week" or "{token_name} latest news"
- "{token} crypto twitter" or "{token} community sentiment"
- "crypto fear greed index today"
2. Select 3-5 most important news from the search results
3. Use WebFetch to access at least 2 original news articles to verify content authenticity
4. Get the current Crypto Fear & Greed Index value
5. Analyze the community sentiment tendency
Output Requirements:
- List 3-5 key news items, each including: date, title, source name, **original URL**, brief content (1-2 sentences)
- Crypto Fear & Greed Index: Current value and level (Extreme Fear / Fear / Neutral / Greed / Extreme Greed)
- Community sentiment judgment: Positive / Negative / Neutral, with reasons
- Identify major events (protocol upgrades, security incidents, regulatory developments, cooperation announcements, exchange listings/delistings, etc.)
- Keep within 600 wordsYou are a cryptocurrency sector analyst. Please analyze the recent situation of the {category} sector where {token_name}({token}) is located.
Tasks:
1. Use WebSearch to search:
- "{category} crypto sector performance this week" or "{category} sector recent performance"
- "{token_name} vs {competitors} comparison"
2. Organize the following information:
- Recent overall trend of the {category} sector (rising/falling/stable)
- Key factors affecting the sector (technical upgrades, TVL changes, user growth, policies, etc.)
- Recent price performance and key developments of 2-3 main competitors
- Market capitalization ranking and relative position of {token_name} in the sector
Output Requirements:
- Sector trend overview (2-3 sentences)
- Competitive landscape table: Token name, 7-day price change, market cap, key developments
- Relative advantages and disadvantages of the token (1-2 points)
- Keep within 500 words
- **Label data sources**: Indicate the source (e.g., CoinMarketCap, CoinGecko) and link for competitor price and market cap dataYou are a cryptocurrency macro market analyst. Please analyze the current overall cryptocurrency market environment, focusing on market factors related to {token_name}({token}).
Tasks:
1. Use WebSearch to search the latest market data:
- "bitcoin dominance total crypto market cap today"
- "crypto market overview this week"
- "DXY dollar index today"
- "bitcoin ETF fund flow this week"
2. Evaluate:
- Bitcoin Dominance and its trend
- Total cryptocurrency market capitalization and 7-day change
- US Dollar Index (DXY) level and trend
- Bitcoin ETF fund flow (net inflow/outflow)
- Latest developments in Federal Reserve interest rate policy
- Any major regulatory events
Output Requirements:
- One-sentence summary of the cryptocurrency market environment
- Bitcoin Dominance and its implication (capital allocation between BTC and altcoins)
- Total market cap level and trend
- ETF fund flow and institutional sentiment
- Impact of DXY and interest rate environment on the cryptocurrency market
- Keep within 400 words
- **Label data sources**: Indicate the source (e.g., Alternative.me, Farside Investors, Trading Economics) and link for each market indicatorYou are a cryptocurrency project researcher. Please research the project fundamentals and on-chain data of {token_name}({token}).
Tasks:
1. Use WebFetch to access the project official website: {project_website}
- Check the latest announcements and roadmap updates
2. Use WebSearch to search:
- "{token_name} tokenomics supply schedule"
- "{token_name} on-chain metrics active addresses TVL"
- "{token_name} github development activity"
3. Organize the following information:
**Tokenomics:**
- Total supply / Circulating supply / Circulation rate
- Any large-scale unlock events recently
- Inflation/deflation mechanism (if any)
**On-chain Metrics:**
- Active addresses trend (if available)
- TVL (applicable to DeFi/L1)
- Hash rate (applicable to PoW) or staking rate (applicable to PoS)
**Development Activity:**
- Recent GitHub submission frequency or major updates (if any)
- Recent protocol upgrade plans
Output Requirements:
- Latest official project developments
- Key tokenomics data
- Summary of on-chain metrics
- Keep within 400 words
- If the official website is inaccessible, explain the situation and rely on search results
- **Label data sources**: Indicate the source (e.g., Glassnode, DeFiLlama, official website) and access URL for on-chain data<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{token_name} ({token}) Comprehensive Analysis Report</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; max-width: 800px; margin: 0 auto; padding: 20px; color: #1a1a1a; background: #f8f9fa; }
.report { background: #fff; border-radius: 12px; padding: 32px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
h1 { font-size: 24px; border-bottom: 3px solid #1a73e8; padding-bottom: 12px; }
h2 { font-size: 18px; color: #1a73e8; margin-top: 28px; border-left: 4px solid #1a73e8; padding-left: 10px; }
h3 { font-size: 15px; color: #333; margin-top: 16px; }
.meta { color: #666; font-size: 13px; margin-bottom: 16px; }
.summary { background: #e8f0fe; border-radius: 8px; padding: 16px; font-size: 16px; font-weight: 500; margin: 16px 0; }
.daily-highlight { background: #fff8e1; border: 1px solid #ffcc02; border-radius: 8px; padding: 16px; margin: 16px 0; }
.daily-highlight h2 { color: #f57f17; border-left-color: #f57f17; }
table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14px; }
th { background: #f1f3f4; text-align: left; padding: 10px 12px; font-weight: 600; border-bottom: 2px solid #ddd; }
td { padding: 8px 12px; border-bottom: 1px solid #eee; }
tr:hover td { background: #f8f9fa; }
.up { color: #2e7d32; font-weight: 600; }
.down { color: #d32f2f; font-weight: 600; }
.tag { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; }
.tag-positive { background: #e8f5e9; color: #2e7d32; }
.tag-negative { background: #ffebee; color: #c62828; }
.tag-neutral { background: #f5f5f5; color: #616161; }
.risk { background: #fff3e0; border-radius: 8px; padding: 12px 16px; margin: 8px 0; }
.onchain { background: #f3e5f5; border-radius: 8px; padding: 16px; margin: 16px 0; }
.onchain h2 { color: #7b1fa2; border-left-color: #7b1fa2; }
.disclaimer { margin-top: 24px; padding-top: 16px; border-top: 1px solid #eee; color: #999; font-size: 12px; }
.references { margin-top: 16px; padding: 16px 20px; background: #f8f9fa; border-radius: 8px; border-top: 1px solid #eee; }
.references h3 { font-size: 13px; color: #888; font-weight: 600; margin: 0 0 8px 0; }
.references ol { margin: 0; padding-left: 18px; }
.references li { font-size: 12px; color: #999; margin: 3px 0; line-height: 1.5; }
a.src { color: #1a73e8; text-decoration: none; font-size: 12px; }
a.src:hover { text-decoration: underline; }
ul, ol { padding-left: 20px; }
li { margin: 6px 0; line-height: 1.6; }
</style>
</head>
<body>
<div class="report">
<h1>{token_name} ({token}) Comprehensive Analysis Report</h1>
<div class="meta">Analysis Date: {date} | Analysis Period: Last 7 Days | Sector: {category}</div>
<div class="summary">{One-sentence Summary}</div>
<!-- Last 24-hour Market Trends — Highlighted in yellow, placed at the top -->
<div class="daily-highlight">
<h2>Last 24-hour Market Trends</h2>
<table>
<tr><th>Indicator</th><th>Value</th></tr>
<tr><td>Current Price</td><td>$...</td></tr>
<tr><td>24h High / Low</td><td>$... / $...</td></tr>
<tr><td>24h Price Change</td><td><span class="up/down">+/-X.XX%</span> (±$Amount)</td></tr>
<tr><td>24h Trading Volume</td><td>$XXX Billion (±XX% vs previous day)</td></tr>
<tr><td>Funding Rate</td><td>+/-X.XX% (Long/Short pays)</td></tr>
<tr><td>BTC Performance in Same Period</td><td>+/-X.XX% (Correlation: Strong/Medium/Weak)</td></tr>
</table>
<p><strong>24h Change Attribution:</strong> Briefly explain the direct reasons for the last 24-hour price change</p>
</div>
<h2>I. 7-day Price Overview</h2>
<table>
<tr><th>Indicator</th><th>Value</th></tr>
<tr><td>Current Price</td><td>$XXX</td></tr>
<tr><td>7-day Price Change</td><td><span class="up/down">+/-X.XX%</span></td></tr>
<tr><td>BTC Performance in Same Period</td><td>+/-X.XX%</td></tr>
<tr><td>Market Cap / Ranking</td><td>$XXX Billion / #XX</td></tr>
<tr><td>Trading Volume Trend</td><td>Increasing/Decreasing/Flat</td></tr>
<tr><td>Technical Signals</td><td>...</td></tr>
</table>
<h2>II. Analysis of Price Change Reasons</h2>
<h3>Project-level Factors</h3>
<ol><li>...</li></ol>
<h3>Sector Transmission Factors</h3>
<ol><li>...</li></ol>
<h3>Market Environment Factors</h3>
<ol><li>...</li></ol>
<h2>III. News & Community Sentiment</h2>
<table>
<tr><th>Date</th><th>Event</th><th>Source</th><th>Impact</th></tr>
<tr><td>...</td><td>...</td><td><a href="Original URL" class="src">Source Name</a></td><td><span class="tag tag-positive/negative/neutral">Bullish/Bearish/Neutral</span></td></tr>
</table>
<p>Fear & Greed Index: <strong>XX — Level</strong></p>
<p>Community Sentiment: <strong>Positive/Negative/Neutral</strong></p>
<h2>IV. Sector Comparison</h2>
<table>
<tr><th>Token</th><th>7-day Price Change</th><th>Market Cap</th><th>Key Developments</th></tr>
<tr><td>{token_name}</td><td>...</td><td>...</td><td>...</td></tr>
<tr><td>Competitor A</td><td>...</td><td>...</td><td>...</td></tr>
<tr><td>Competitor B</td><td>...</td><td>...</td><td>...</td></tr>
</table>
<div class="onchain">
<h2>V. On-chain Metrics & Tokenomics</h2>
<h3>On-chain Metrics</h3>
<ul>
<li>Active Addresses: ...</li>
<li>TVL: $XXX (Applicable to DeFi/L1)</li>
<li>Hash Rate/Staking Rate: ...</li>
</ul>
<h3>Tokenomics</h3>
<ul>
<li>Circulating Supply/Total Supply: XXX / XXX (Circulation Rate XX%)</li>
<li>Recent Unlocks: ...</li>
<li>Inflation/Deflation Mechanism: ...</li>
</ul>
</div>
<h2>VI. Market Environment</h2>
<ul>
<li>BTC Dominance: XX% (Capital偏向BTC/Altcoins)</li>
<li>Total Cryptocurrency Market Cap: $X.XX Trillion (7-day Change: +/-XX%)</li>
<li>DXY (US Dollar Index): XXX (Strong/Weak)</li>
<li>BTC ETF Fund Flow: Net Inflow/Outflow of $XXX Billion this week</li>
<li>Key Macro Factors: ...</li>
</ul>
<h2>VII. Trend Outlook</h2>
<h3>Short-term (1-2 Weeks)</h3>
<ul><li>...</li></ul>
<h3>Medium-term (1-3 Months)</h3>
<ul><li>...</li></ul>
<h3>Main Risks</h3>
<div class="risk">
<ol><li>...</li></ol>
</div>
<div class="references">
<h3>References</h3>
<ol>
<li>Price Data: <a href="URL" class="src">Source Name (e.g., CoinGecko / CoinMarketCap)</a></li>
<li>News: <a href="URL" class="src">Source 1</a> / <a href="URL" class="src">Source 2</a></li>
<li>On-chain Data: <a href="URL" class="src">Source Name (e.g., Glassnode / DeFiLlama)</a></li>
<li>Fear & Greed Index: <a href="URL" class="src">Source Name (e.g., Alternative.me)</a></li>
<li>Market Data (BTC Dominance / ETF Fund Flow, etc.): <a href="URL" class="src">Source Name (e.g., Farside Investors)</a></li>
</ol>
</div>
<div class="disclaimer">Disclaimer: This report is automatically generated by AI for reference only and does not constitute any investment advice. Cryptocurrencies are highly volatile, investment involves risks, and decisions should be made cautiously.</div>
</div>
</body>
</html>class="up"class="down"tag-positivetag-negativetag-neutralclass="onchain"{token_name}-analysis-{date}.html