SKILLs/stock-analyzer/SKILL.md
A comprehensive stock deep analysis tool that combines real-time quotes, fundamental metrics, technical indicators, and growth analysis into a single professional report. Supports A-share, US stocks, HK stocks. Generates detailed investment recommendations with risk assessment and actionable trading strategies.
npx skillsauth add netease-youdao/lobsterai stock-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
One-stop comprehensive stock analysis tool that generates professional-grade investment reports.
Python packages (install once):
pip install yfinance pandas numpy
IMPORTANT: Always use the $SKILLS_ROOT environment variable to locate scripts.
export PYTHONIOENCODING=utf-8
python "$SKILLS_ROOT/stock-analyzer/scripts/analyze.py" 601288.SS
export PYTHONIOENCODING=utf-8
python "$SKILLS_ROOT/stock-analyzer/scripts/analyze.py" 000001.SZ --period 1y
export PYTHONIOENCODING=utf-8
python "$SKILLS_ROOT/stock-analyzer/scripts/analyze.py" AAPL
| Parameter | Description | Example | Default |
|-----------|-------------|---------|---------|
| ticker | Stock ticker symbol (required) | 601288.SS, AAPL | - |
| --period | Analysis period | 1mo, 3mo, 6mo, 1y, 2y | 6mo |
| --output | Output format | text, json | text |
600519.SS, 601288.SS000001.SZ, 002594.SZAAPL, TSLA, NVDA0700.HK, 9988.HKThe analysis report includes 8 sections:
When user requests stock analysis:
Identify ticker symbol
.SS, Shenzhen = .SZExecute analysis
export PYTHONIOENCODING=utf-8
python "$SKILLS_ROOT/stock-analyzer/scripts/analyze.py" <ticker>
Interpret results
documentation
有道云笔记官方 skill,支持笔记 CRUD(创建/读取/更新/删除)、待办管理、网页剪藏、笔记搜索、文件夹管理等基础操作。如需构建知识库或 Wiki,请使用 youdaonote-llm-wiki skill 而非本 skill。
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
Real-time web search using Playwright-controlled browser. Use this skill when you need current information, latest documentation, recent news, or any data beyond your knowledge cutoff (January 2025).
development
Get current weather and forecasts (no API key required).