China A Stock Trader
v1.0.1中国A股实战分析Skill。用于分析A股、给出买卖建议、规避风险。包含实时行情、技术分析、基本面筛选、情绪周期判断、龙虎榜、量化工具。触发场景:问股票、分析行情、选股推荐、风险提示。
⭐ 0· 354·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description, SKILL.md and the Python code all focus on A‑share analysis: realtime quotes (Tencent/Sina), technical indicators, akshare-based fundamental screening, market sentiment and龙虎榜. The requested resources (HTTP APIs, akshare) are appropriate for this purpose.
Instruction Scope
SKILL.md instructs the agent to call the provided library functions (get_stock_quote, get_technical_indicators, screen_stocks, etc.) and to include risk disclaimers. The instructions do not ask the agent to read arbitrary local files or exfiltrate secrets. The runtime behavior is network‑oriented (fetch public market data), which matches the stated scope.
Install Mechanism
There is no install spec. The code imports third‑party packages (requests, akshare, pandas implied) but the skill does not declare how to install them. That is not malicious but means the environment must already provide these dependencies; akshare pulls/ scrapes many external endpoints and has multiple dependencies—users should be prepared to install and review its provenance.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code performs only outbound HTTP requests to public finance endpoints (qt.gtimg.cn, finance.sina, akshare calls). No secret access or unrelated credentials are requested.
Persistence & Privilege
Skill does not request always:true and does not attempt to alter other skill/system configs in the visible code. It runs on demand and uses only its own library functions and network calls.
Assessment
This skill appears coherent with its stated purpose, but note: (1) it makes outbound network requests to public Chinese finance APIs (Tencent, Sina) and relies on the third‑party Python library akshare—ensure you trust those data sources and are comfortable installing akshare and its dependencies; (2) there is no install spec, so run the code in a controlled/sandboxed environment first (e.g., isolated VM or container) to confirm behavior and avoid unintended network traffic or heavy dependence downloads; (3) review the rest of the a_stock_trader.py file (the provided snippet is truncated) before running to ensure there are no hidden endpoints or filesystem access; (4) this tool provides analysis, not guaranteed trading advice—follow the included risk disclaimers and avoid providing any account credentials to the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk972cbp78pykvykqrxkfc6qk6983b6k4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
