china-stock-analyzer
v1.0.0使用本 skill 自带的 fetch.py 和 analyze.py,对 A 股个股做短期趋势分析。 Use this skill whenever the user asks to analyze A-share stocks, ETFs (like A500/159339), check short-ter...
⭐ 0· 72·0 current·0 all-time
byYuanfu@yuanfuc
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (A‑share short‑term analysis) matches the included code: data fetchers (sina/tx), real‑time snapshot, indicator calculation (MA/MACD/RSI) and an analyzer. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to import and/or run the included Python scripts (fetch.py, analyze.py, real_time.py) and optionally run setup_env.py to pip install dependencies. These runtime actions execute local Python code, perform network calls to expected endpoints (akshare, hq.sinajs.cn) and save CSV output to the skill directory — all consistent with the stated purpose but worth noting because they execute code and perform network I/O.
Install Mechanism
No registry install spec is declared. The repo includes scripts/setup_env.py which will call pip to install akshare and pandas via the current Python interpreter. This is a normal pattern but means installing packages on the host if the user runs the helper script.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Network access (for akshare and Sina/Tencent endpoints) is necessary for the stated functionality and is proportionate.
Persistence & Privilege
always:false and disable-model-invocation:false (normal). The skill does not request permanent platform privileges or modify other skills. The included setup script may install packages into the Python environment (user action required).
Assessment
This skill appears to be what it says: A‑share short‑term technical analysis using akshare + Sina/Tencent realtime endpoints. Before installing/running: 1) review and run scripts in an isolated environment (virtualenv/container) because the skill executes Python and can pip install packages; 2) expect network calls to akshare APIs and https://hq.sinajs.cn for realtime quotes; 3) the fetch script writes CSV files to the skill directory (fetch_*.csv); 4) verify you trust the akshare package source and are comfortable with the tool providing technical analysis (it explicitly says it is not investment advice). Minor doc mismatches (README references today.py while file is real_time.py) and truncated preview of analyze.py are editorial issues, not evidence of malicious behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk975wz84gzzwyzc8tpz7spwehh83hbc8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
