Best for
- User requests "深度分析", "complete analysis", "comprehensive report"
- User wants multi-dimensional evaluation (value + growth + technical)
- User needs actionable trading strategies
netease-youdao/LobsterAI/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.
Decision brief
One-stop comprehensive stock analysis tool that generates professional-grade investment reports.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/netease-youdao/LobsterAI --skill "SKILLs/stock-analyzer"Inspect the Agent Skill "stock-analyzer" from https://github.com/netease-youdao/LobsterAI/blob/fb2963523a3fa7d913f5f5140f5d342b3694cfdb/SKILLs/stock-analyzer/SKILL.md at commit fb2963523a3fa7d913f5f5140f5d342b3694cfdb. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
IMPORTANT: Always use the $SKILLSROOT environment variable to locate scripts.
When user requests stock analysis:
Real-time Market Data — Current price, volume, market cap, beta
Python packages (install once):
Permission review
The documentation asks the agent to run terminal commands or scripts.
python "$SKILLS_ROOT/stock-analyzer/scripts/analyze.py" 601288.SSThe documentation asks the agent to run terminal commands or scripts.
python "$SKILLS_ROOT/stock-analyzer/scripts/analyze.py" 000001.SZ --period 1yEvidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 89/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 5,783 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
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
Alternatives
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
prowler-cloud/prowler
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance
wanshuiyin/Auto-claude-code-research-in-sleep
Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.