A股指数温度计

PassAudited by ClawScan on Apr 21, 2026.

Overview

The skill's files and runtime instructions match its stated purpose (computing A‑share index 'temperature' from PE percentiles); nothing in the code or instructions attempts to access unrelated secrets or system resources.

This skill appears to do what it says: compute index 'temperature' using historical PE percentiles via the akshare library. Before installing or running: 1) ensure you run it in an environment with Python 3 and the required packages (akshare, pandas, python-dateutil) installed from trusted sources (pip from PyPI or your package manager); 2) be aware akshare will make outbound HTTP requests to fetch market data — if you need to restrict network access, run the skill in an isolated environment; 3) the SKILL.md enforces a strict output format and the script prints results to stdout, so if you integrate it with other systems verify the parsing; 4) if you want to be extra cautious, review/upstream the akshare dependency and its data sources to confirm they meet your trust requirements.