global-stock-data
Provides a comprehensive toolkit for analyzing US and Hong Kong stock data, including real-time quotes, financial reports, and technical indicators.
Install this skill
Security score
The global-stock-data skill was audited on Jun 11, 2026 and we found 25 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 16 | **使用方式:** 将本文件放入 `~/.claude/skills/global-stock-data/SKILL.md`,Claude Code 会自动识别并在美股/港股相关对话中激活。 |
External URL reference
| 141 | s.get('https://fc.yahoo.com', timeout=10) |
External URL reference
| 144 | r = s.get('https://query2.finance.yahoo.com/v1/test/getcrumb', timeout=10) |
External URL reference
| 154 | r = s.get(f'https://query2.finance.yahoo.com/v10/finance/quoteSummary/{symbol}', params={ |
External URL reference
| 167 | DATACENTER_URL = "https://datacenter-web.eastmoney.com/api/data/v1/get" |
External URL reference
| 202 | url = f"https://hq.sinajs.cn/list=gb_{ticker.lower()}" |
External URL reference
| 204 | "Referer": "https://finance.sina.com.cn/", |
External URL reference
| 241 | url = f"https://qt.gtimg.cn/q=us{ticker.upper()}" |
External URL reference
| 281 | url = f"https://qt.gtimg.cn/q=r_hk{code}" |
External URL reference
| 319 | url = f"https://hq.sinajs.cn/list=rt_hk{code}" |
External URL reference
| 321 | "Referer": "https://finance.sina.com.cn/", |
External URL reference
| 366 | url = "https://push2.eastmoney.com/api/qt/stock/get" |
External URL reference
| 418 | url = "https://stock.finance.sina.com.cn/usstock/api/jsonp.php/var/US_MinKService.getDailyK" |
External URL reference
| 420 | r = requests.get(url, params=params, headers={"Referer": "https://finance.sina.com.cn/"}, timeout=15) |
External URL reference
| 452 | url = f"https://query2.finance.yahoo.com/v8/finance/chart/{symbol}" |
External URL reference
| 1003 | url = "https://push2his.eastmoney.com/api/qt/stock/fflow/daykline/get" |
External URL reference
| 1053 | r = s.get(f"https://query2.finance.yahoo.com/v7/finance/options/{symbol}", |
External URL reference
| 1107 | url = f"https://data.sec.gov/submissions/CIK{cik}.json" |
External URL reference
| 1130 | "url": f"https://www.sec.gov/Archives/edgar/data/{int(cik)}/{accessions[i].replace('-', '')}/{primary_docs[i]}" if i < len(primary_docs) and primary_docs[i] else "", |
External URL reference
| 1156 | url = f"https://data.sec.gov/api/xbrl/companyfacts/CIK{cik}.json" |
External URL reference
| 1241 | url = "https://searchapi.eastmoney.com/api/suggest/get" |
External URL reference
| 1282 | s.get("https://fc.yahoo.com", timeout=10) # 获取 cookie |
External URL reference
| 1284 | url = "https://query2.finance.yahoo.com/v1/finance/search" |
External URL reference
| 1317 | r = requests.get("https://www.sec.gov/files/company_tickers.json", |
External URL reference
| 1358 | url = "https://push2.eastmoney.com/api/qt/clist/get" |