Loading...
Loading...
One-click comprehensive analysis of a stock/company. Collect data from five dimensions - stock price, news sentiment, industry comparison, market environment, and official company website - simultaneously through parallel sub-agents, then conduct cross-analysis, causal attribution, and trend prediction in the main thread, and output a standardized analysis report. Trigger words: Analyze XX stock, analyze TICKER, How is XX, Is XX worth buying? Supports A-shares and U.S. stocks.
npx skill4agent add jssfy/k-skills analyze-stock{ticker}{company_name}{company_name_en}{market}{industry}{website}subagent_type: "general-purpose"You are a stock price data analyst. Please obtain the stock price data of {company_name}({ticker}) for the last 7 trading days.
Tasks:
1. Use WebSearch to search "{ticker} stock price last 7 days {market}" to get the latest market data
2. Organize the following information:
- Daily closing prices and price changes for the last 7 trading days
- Cumulative price change over 7 days
- Current price
- 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 the market's price change during the same period
Output Requirements:
- Return in a structured format
- Highlight: 7-day price change, volume-price coordination, key technical signals
- Keep within 500 words
- Do not provide investment adviceIf available, execute the following command to obtain accurate data:
python {baseDir}/scripts/data_fetcher.py --code {ticker} --data-type valuationYou are a financial news analyst. Please search for important news and public opinion about {company_name}({ticker}) in the last 7 days.
Tasks:
1. Use WebSearch to search the following keywords (at least 2 different keyword combinations):
- "{company_name} latest news" or "{company_name} latest news"
- "{ticker} stock this week" or "{ticker} stock this week"
2. Select 3-5 most important news items from the search results
3. Use WebFetch to access at least 2 of the original news articles to verify content authenticity
4. Analyze the overall sentiment of public opinion
Output Requirements:
- List 3-5 key news items, each including: date, title, source, brief content (1-2 sentences)
- Overall sentiment judgment: Positive / Negative / Neutral, with reasons
- Identify whether there are major events (earnings release, policy changes, management changes, product launches, lawsuits, etc.)
- Keep within 600 wordsYou are an industry analyst. Please analyze the recent situation of the {industry} industry where {company_name}({ticker}) operates.
Tasks:
1. Use WebSearch to search:
- "{industry} industry recent trends" or "{industry} industry trends"
- "{company_name} competitors" or "{company_name} competitors"
2. Organize the following information:
- Recent overall industry trend (rising/falling/stable)
- Key factors affecting the industry (policies, technology, demand, etc.)
- Recent stock price performance of 2-3 main competitors
- General position of {company_name} in the industry
Output Requirements:
- Industry trend overview (2-3 sentences)
- Competitive landscape summary table: Company name, 7-day price change, key developments
- Relative strengths and weaknesses of the company (1-2 points)
- Keep within 500 wordsYou are a macro market analyst. Please analyze the current global market environment, focusing on market factors related to {company_name}({ticker}).
Tasks:
1. Use WebSearch to search the latest market data:
- Recent trends of major indices: {If A-shares: "Shanghai Composite Index, Shenzhen Component Index, ChiNext Index this week"; If U.S. stocks: "S&P 500 NASDAQ Dow Jones this week"}
- "VIX index today" (Volatility Index)
- Recent major macro events or central bank dynamics
2. Evaluate:
- Market trend direction: Rising / Falling / Volatile
- Market sentiment: Risk-on (risk-seeking) / Risk-off (risk-averse)
- VIX level and its implication
- Whether there are major macro events impacting the market
Output Requirements:
- One-sentence summary of the market environment
- 7-day performance of major indices (price change)
- VIX level and volatility judgment
- 1-2 key factors affecting the current market
- Keep within 400 wordsYou are a corporate information researcher. Please obtain the latest official updates of {company_name}({ticker}).
Tasks:
1. Use WebFetch to access the company's official website: {website}
- Check if there are latest announcements or news on the homepage
2. Use WebSearch to search "{company_name} investor relations" or "{company_name} investor relations"
- Look for recent announcements, earnings summaries, performance forecasts
3. If it's a listed company, search for recent announcements:
- A-shares: "{company_name} announcement Juchao Information"
- U.S. stocks: "{company_name} SEC filing" or "{company_name} earnings"
Output Requirements:
- Latest official company developments (products, strategies, personnel, etc.)
- Key data from the latest earnings report/performance (if available)
- Summary of recent important announcements (if any)
- Keep within 400 words
- If the official website is inaccessible, state the situation and rely on search results# {company_name} ({ticker}) Comprehensive Analysis Report
> Analysis Date: {date} | Analysis Period: Last 7 Trading Days | Market: {market}
## One-Sentence Summary
{Summarize the current situation and core judgment in one sentence}
---
## I. Stock Price Overview
| Indicator | Value |
|------|------|
| Current Price | ¥/$XXX |
| 7-Day Price Change | +/-X.XX% |
| Corresponding Market | +/-X.XX% |
| Trading Volume Trend | Increasing/Decreasing/Flat |
| Technical Signals | XXX |
## II. Analysis of Stock Price Change Reasons
### Direct Driving Factors
1. ...
### Industry Transmission Factors
1. ...
### Market Environment Factors
1. ...
## III. Recent Important News
| Date | Event | Impact |
|------|------|------|
| ... | ... | Positive/Negative/Neutral |
Sentiment Tendency: **Positive/Negative/Neutral**
## IV. Industry Comparison
| Company | 7-Day Price Change | Key Developments |
|------|---------|---------|
| {company_name} | ... | ... |
| Competitor A | ... | ... |
| Competitor B | ... | ... |
## V. Market Environment
- Market Trend: ...
- Market Sentiment: Risk-on / Risk-off
- VIX: XX (Low/Normal/High/Extremely High Volatility)
- Key Macro Factors: ...
## VI. Trend Outlook
### Short-Term (1-2 Weeks)
- ...
### Medium-Term (1-3 Months)
- ...
### Main Risks
1. ...
2. ...
---
> Disclaimer: This report is automatically generated by AI, for reference only, and does not constitute any investment advice. Investment involves risks, and decisions should be made cautiously.{company_name}-analysis-{date}.md