You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install all 29 skills with one command
npx add-skill nicepkg/ai-workflow/workflows/stock-trader-workflow
# Or install specific skills
npx add-skill nicepkg/ai-workflow/workflows/stock-trader-workflow --skill a-share-analysis
๐ Multi-Market Coverage
Market
Skills
Features
๐บ๐ธ US Stocks
10
Fundamental, Technical, Options, Bubble Detection
๐จ๐ณ A-Shares
9
T+1, Price limits, Northbound flow, AKShare Data
๐ญ๐ฐ HK Stocks
4
AH Premium, Stock Connect
๐น๐ผ TW Stocks
1
Shioaji Trading API
๐ฆ Skills Included (29)
1๏ธโฃ Market Data & Foundation
Skill
What It Does
akshare
China market data foundation (A-shares, futures, funds)
1. "What economic events are scheduled this week?"
2. "Any major earnings releases to watch?"
3. "What's the current market environment?"
4. "Analyze northbound capital flow trends"
Growth Stock Discovery (US)
1. "Run CANSLIM screener for US stocks"
2. "Analyze NVDA fundamentals and technicals"
3. "What's the institutional positioning in NVDA?"
4. "Is NVDA at bubble risk levels?"
5. "Create a weekly trading plan for NVDA"
A-Share Value Investing
1. "Screen A-shares with low PE and high ROE"
2. "Analyze Kweichow Moutai fundamentals"
3. "What's the recent northbound capital flow trend?"
4. "Give me a value investing portfolio recommendation"
5. "What's the trading plan for this week?"
Hong Kong Arbitrage
1. "Analyze Tencent HK stock"
2. "BYD AH premium analysis"
3. "Which HK sectors are southbound funds flowing into?"
4. "Give me AH premium arbitrage opportunities"
Macro-Driven Trading
1. "Analyze current macro environment"
2. "Which sectors benefit from rate cuts?"
3. "Run Druckenmiller-style macro analysis"
4. "What's the scenario analysis for a recession?"
Risk Management
1. "Analyze my portfolio for risk exposure"
2. "What options strategies can hedge my positions?"
3. "Backtest this strategy on historical data"
4. "Run scenario analysis for 20% market drop"
๐ง Prerequisites
Skill
Requirement
akshare
Python + AKShare library
shioaji
Shioaji API credentials (Taiwan market)
่ก็ฅจๅๆ
Web search access
stock-screener
Web search access
# For akshare skill
pip install akshare
# For shioaji skill (Taiwan market)
pip install shioaji
This workflow is for informational and educational purposes only. It does not constitute investment advice. Stock market investments carry risk. Always do your own research.