AI Stock Analyst

v1.0.0

AI-powered Chinese A-share stock analyst. Fetches real-time market data, technical indicators, valuations, and news via AkShare, then generates scored invest...

0· 112·0 current·0 all-time
byChandlerChien@chienchandler
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the code and instructions. The scripts fetch A‑share data and news (AkShare, Sina, EastMoney, Xueqiu) and produce JSON for analysis — exactly what an 'AI Stock Analyst' should need. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to install AkShare and run the included scripts to fetch data and news, then generate reports using the included analysis guide and templates. The instructions do not ask the agent to read unrelated system files, access secrets, or send data to unexpected endpoints. Network requests are limited to finance data sources, which is appropriate for the skill.
Install Mechanism
Install is via pip install akshare (and scripts/requirements.txt lists akshare>=1.10.0). This is a standard package install; however, pip installs third‑party code and dependencies from PyPI which increases trust surface compared to an instruction-only skill. No downloads from untrusted URLs or archive extraction were observed.
Credentials
The skill requires no environment variables, credentials, or config paths. It only needs Python and network access to public finance APIs — proportional to its stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent agent presence or modify other skills/config. Autonomous invocation is allowed by default but not combined with elevated privileges here.
Assessment
This skill appears coherent and focused: it installs AkShare and runs the provided Python scripts to fetch Chinese A‑share data and news, then uses the included methodology to produce reports. Before installing: (1) be aware pip will install a third‑party package (akshare) and its dependencies — consider reviewing akshare on PyPI/GitHub or installing in a virtualenv/container; (2) the scripts make network requests to public finance sites (Sina, EastMoney, Xueqiu) so network access is required; (3) the skill does not request secrets or system configs, but you should still test it in an isolated environment if you are cautious; (4) do not treat outputs as investment advice — follow the included disclaimer and do your own research.

Like a lobster shell, security has layers — review code before you run it.

latestvk974hkth21g3t6bsdj7jsy0p2d83cqeb

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📈 Clawdis
OSWindows · macOS · Linux
Binspython3
Any binpython3, python

Comments