Sina Market (GSAgent)

v1.3.0

Fetch and inspect market data from Sina Finance public webpage resources across multiple market types. Use when a user wants A-share quotes, Hong Kong stock...

0· 39·0 current·0 all-time
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
The name/description (Sina market data) matches the included Python scripts which call hq.sinajs.cn and finance.sina.com.cn to fetch and normalize stock/futures data. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running the included scripts to detect symbols and fetch quotes. The runtime instructions and scripts only read the bundled references files and make HTTP(S) requests to Sina endpoints; they do not access other system files, credentials, or external endpoints outside Sina.
Install Mechanism
No install spec is provided (instruction-only skill with code files included). Nothing in the bundle downloads or installs third-party code from arbitrary URLs; scripts are local Python files executed directly.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to read environment secrets. Network access is only to public Sina endpoints and local reference files.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges or modify other skills. It runs only when invoked.
Assessment
This skill appears coherent and implements a scraper/parser for Sina public pages. Before installing, consider: (1) it will make outbound HTTPS requests to hq.sinajs.cn and finance.sina.com.cn whenever used (check corporate/network policy), (2) parsing is brittle by nature — site changes may break outputs, and (3) run the included scripts in a sandbox or inspect them locally if you have stricter security requirements. No secrets or unusual system access are requested.

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

latestvk977bxm957f0xcqjmbhmd6jyas842frd

License

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

Comments