螃蟹投研-股票行业Collector

v1.0.0

收集A股某行业全部上市公司资料,包括代码、名称、交易所、行业、财务数据(ROE、毛利率、净利率、资产负债率、现金流、增长率)、控股股东及持股比例

0· 82·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
Name/description ask for A‑share industry/company and financial/holder data; SKILL.md requires akshare/baostock/pandas and the code uses akshare and network calls to fetch stock lists, shareholder info and market data. Required packages and external endpoints align with the stated data-collection purpose. Minor note: SKILL.md lists baostock as a data source but the provided __init__.py does not call baostock — likely harmless/incomplete documentation.
Instruction Scope
Runtime instructions and code only perform API calls (akshare functions and HTTP requests to Eastmoney), format and return data, and suggest clearing proxies for akshare. They do not instruct reading unrelated system files, environment variables, or sending data to unexpected third‑party endpoints beyond akshare/Eastmoney. The code uses subprocess to invoke curl for network calls, which is coherent with the stated intention to avoid proxy issues.
Install Mechanism
No install spec; SKILL.md lists pip dependencies (baostock, akshare, pandas). No downloads from arbitrary URLs or archive extraction; code is included directly. This is low-risk from an install-mechanism perspective, though users should still vet the pip packages and pin versions.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional to the stated purpose. Network access is required for data retrieval, which is expected. No unrelated secrets or system config access is requested.
Persistence & Privilege
Skill does not request always:true and contains no installation steps that modify other skills or system-wide settings. It runs on demand and does not require persistent elevated privileges.
Assessment
This skill appears coherent for collecting A‑share company and financial data. Before installing: (1) review and pin versions for pip packages (akshare/baostock/pandas) to avoid supply‑chain risks; (2) be aware it performs network requests to akshare and Eastmoney (push2.eastmoney.com) — ensure these calls comply with your data/TOS constraints and run in an environment where outbound network access is acceptable; (3) note the code invokes curl via subprocess (used safely with a list of args here), so run in a controlled environment if you have strict execution policies; (4) the SKILL.md mentions baostock but the code doesn't call it — if you expect baostock data, verify the implementation or update requirements accordingly.

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

latestvk97bgvqnvfqjma6fzswrqs94xs83tx43

License

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

Runtime requirements

📊 Clawdis

Comments