Retail Investor Radar

v1.1.0

A股个股体检报告,输入股票代码或名称,自动拉取公开数据,AI用大白话生成全面体检报告,包含基本面、估值、资金流向、近期新闻和风险提示。触发词:A股分析、个股体检、股票体检、帮我看看XXX这只股票、分析一下股票代码XXXXXX、这只股票怎么样、值不值得买、查一下XXXXXX

0· 84·0 current·0 all-time
byJack James@tkk0124
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 (A股个股体检报告) align with what the code does: fetch market/financial/news data and call a text‑generation API. The only required env var is DEEPSEEK_API_KEY which is used to call DeepSeek for report generation — this is expected.
Instruction Scope
SKILL.md instructs installing the declared Python packages and setting DEEPSEEK_API_KEY, and running run.py. Runtime files only read config.yaml, fetch market data via akshare, call DeepSeek, and produce local logs/reports. The instructions do not ask for unrelated files, extra credentials, or broad system access.
Install Mechanism
There is no install spec (instruction-only installer), and dependencies are standard Python packages (akshare, pandas, requests, pypinyin, pyyaml). No downloads from untrusted URLs or archive extraction are used.
Credentials
The single required environment variable (DEEPSEEK_API_KEY) is used solely to authenticate requests to DeepSeek. No other secrets or cross-service credentials are requested. The code reads config.yaml for proxy/settings (expected) and sets HTTP_PROXY/HTTPS_PROXY if configured.
Persistence & Privilege
The skill does not require always:true and does not modify other skills. It writes logs and saved reports to local subdirectories (./logs and ./reports), which is expected for a CLI-style tool but worth noting. Autonomous invocation defaults are unchanged.
Assessment
This skill appears coherent with its stated purpose, but consider the following before installing: - DEEPSEEK API key: the key is sent to https://api.deepseek.com; only provide a key you trust and monitor usage/billing. Limit permissions and rotate keys if possible. - Network calls: the skill fetches market/financial/news data via akshare (which in turn contacts data providers like 东方财富/新浪). Running it requires outbound network access. - Local files: it will create ./logs and ./reports and save generated reports to disk. If you run it in a shared environment, review where files are written. - Review DeepSeek privacy/billing: prompts and scraped stock data are sent to the DeepSeek service; ensure this is acceptable for your data/privacy policy. - Run in isolation if you are concerned (sandbox/VM/container), and inspect the shipped code yourself (fetch.py, report.py, run.py) before providing your API key.

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

latestvk97bra00jcrs3mhb3n9p6wyr8s83j2wr

License

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

Runtime requirements

EnvDEEPSEEK_API_KEY

Comments