NiuYao Stock Picker
PassAudited by ClawScan on May 16, 2026.
Overview
This appears to be a purpose-aligned A-share stock scoring tool, with minor notes about third-party Python dependencies and a documented daily auto-push feature.
Use this as an informational stock-screening/reporting tool, not as guaranteed investment advice. If installing it, install the Python dependencies carefully and verify whether any daily scheduled push is actually configured and where reports will be delivered.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing these dependencies may pull code from a package index, and future package versions could behave differently.
The skill relies on third-party Python packages installed manually and without pinned versions. This is purpose-aligned for a market-data tool, but it introduces normal package provenance and version-change risk.
依赖项 - Python 3.10+ - akshare(A股数据) - pandas 安装依赖: ```bash pip install akshare pandas ```
Install dependencies in a virtual environment, use trusted package sources, and consider pinning reviewed versions if using the skill regularly.
If separately configured, the skill could send stock ranking reports on a schedule without a fresh prompt each time.
The documentation describes an automatic weekday run and push of the Top20 report. The supplied artifacts do not show an actual scheduler or push destination, so this is a disclosed but unverified persistence/automation claim rather than evidence of hidden background behavior.
### 自动任务(每日15:05推送) ```bash # 已由系统配置,每天工作日15:05自动运行并推送Top20榜单 ```
Confirm whether any scheduler or push channel is actually configured, where reports are sent, and how to disable it if unwanted.
