m-stock-scan

Batch-analyze up to 20 US stock tickers with Yahoo Finance data and generate an HTML briefing.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/jason-i-vv/trade-skills --skill m-stock-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: m-stock-scan
Source: https://github.com/jason-i-vv/trade-skills/tree/main/.claude/skills/m-stock-scan
Command: npx skills add https://github.com/jason-i-vv/trade-skills --skill m-stock-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

对一批美股标的(最多 20 只)进行批量深度分析,汇总评级,买卖建议,并生成 WeChat Article 风格的 HTML 简报。

Core Features & Use Cases

  • Batch data gathering: parallel fetch of 1d and 60d Yahoo Finance data for multiple tickers.
  • 技术指标计算与综合评分:MA / MACD / KDJ / 布林带,以及 5 维度的 110 分制综合评分。
  • 实时新闻整合:通过 MiniMax WebSearch 获取每个标的最多 5 条新闻并生成简报。
  • HTML 简报生成:输出 stock_report.html,供分享与观测。

Quick Start

输入待分析的标的 ticker 列表(最多 20 只),可选基准和分析日期,然后运行以生成 stock_report.html。

Frequently Asked Questions about m-stock-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch analyze US stocks and generate an HTML report?

To batch analyze US stocks and generate an HTML report, input a list of up to 20 tickers to fetch Yahoo Finance data, compute technical indicators, and output a consolidated stock_report.html briefing.

How does the stock analysis scoring system work?

The stock analysis scoring system works by computing technical indicators including MA, MACD, KDJ, and Bollinger Bands, which feed into a 5-dimension, 110-point framework to generate consolidated ratings and buy/sell guidance.

Can I fetch real-time news alongside Yahoo Finance data for multiple tickers?

Yes, you can fetch real-time news alongside Yahoo Finance data. The analysis uses MiniMax WebSearch to append up to 5 real-time news items per ticker into the final HTML briefing.

What is the limit on the number of tickers for a single stock market scan?

The limit for a single stock market scan is 20 tickers. The tool runs parallel data retrieval for 1d and 60d Yahoo Finance data to stay within this maximum batch processing capacity.

Does the generated stock briefing support WeChat Article style formatting?

Yes, the generated stock briefing supports WeChat Article style formatting. The final output is an HTML file designed for sharing and observation, built to match WeChat brief formatting standards.