东方财富网条件选股

PassAudited by ClawScan on Apr 14, 2026.

Overview

The skill's code and instructions match its stated purpose (querying EastMoney for conditional stock selection), but it omits required dependency and runtime details (headless Chromium and Python libs) and writes local cache/CSV files — verify runtime environment before installing.

This skill appears to do what it says: automate a headless browser to get a site fingerprint, call EastMoney APIs, and save results as CSV. Before installing, check these points: (1) the package does not declare dependencies — you will need Python, the DrissionPage library (or equivalent), and a Chromium/Chrome binary available to headless automation; (2) the script will create a workspace directory and write fingerprint_cache.json and CSV files there; (3) it makes network calls to EastMoney domains (no external or unknown endpoints found); (4) run it in a controlled environment if you are unsure about running unvetted code from an unknown source; and (5) if you want to allow automated agent invocation, note this skill has no special 'always' privilege (default autonomous invocation is platform behavior). If you want higher assurance, ask the author to provide a clear install spec (pip requirements and required browser binary) and a provenance/homepage for the project.