Case 03320
Stock technical analysis scanner based on swing trading principles with multi-timeframe resonance. Use when user asks to scan, analyze, or check stocks for buy/sell signals. Triggers on phrases like "scan stocks", "stock analysis", "股票扫描", "analyze [ticker]", "check [stock symbol]", trading signals, buy/sell recommendations.From its SKILL.md
npx -y skills add knownasnaffy/prompthound --skill case_03320Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.0 KB, 458 tokens by cl100k_base, as published. Nobody here has run it
Permission Setup Review
python scripts/_prepare_workspace.py is an optional setup helper for the Stock Scanner - 多周期共振趋势扫描器 skill. It may apply broad filesystem permissions for compatibility. Show the target paths and permission mode, explain the risk, and prefer a narrower mode when shared write access is not needed.
Stock Scanner - 多周期共振趋势扫描器
Quick Start
python3 scripts/stock_scanner.py [SYMBOLS...]
Examples:
python3 scripts/stock_scanner.py AAPL TSLA NVDA
python3 scripts/stock_scanner.py AMD TSM LITE
python3 scripts/stock_scanner.py # uses default: ["TSLA"]
Features
- Multi-timeframe resonance: Monthly/Weekly/Daily trend alignment
- MACD analysis: Crossover detection (golden cross/bearish cross) across timeframes
- Volume-price analysis: Identifies volume spikes with price movement
- Support/resistance levels: Auto-calculated key price levels
- Composite scoring: Buy/Sell/Hold signals with detailed reasoning
Signal System
| Score | Signal |
|---|---|
| ≥5 | 💎 Strong Buy |
| 3-4 | ✅ Buy |
| -2 to 2 | 👀 Hold/Watch |
| -3 to -4 | ❌ Sell |
| ≤-4 | 🔴 Strong Sell |
Resonance Levels
- 🌟🌟🌟 Perfect resonance (all 3 timeframes aligned)
- 🌟🌟 Dual timeframe resonance
- 👍 Daily/Weekly same direction
- ⚠️ Daily/Weekly conflict
Output Example
See references/sample_output.md for complete output format.
Notes
- Uses yfinance for stock data (no API key needed)
- Data periods: Daily 1y, Weekly 2y, Monthly 5y
- Scores weight: Daily 50%, Weekly 30%, Monthly 20%
- Works best for US stocks with sufficient trading history
What ships with it: 3 files
24.9 KB alongside SKILL.md, 2 of them executable
references/
- sample_output.md5.1 KB
scripts/
- _prepare_workspace.pyruns549 B
- stock_scanner.pyruns19.3 KB