← Back to Skills Marketplace
Retail Investor Radar
by
Jack James
· GitHub ↗
· v1.1.0
· MIT-0
153
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install retail-investor-radar
Description
A股个股体检报告,输入股票代码或名称,自动拉取公开数据,AI用大白话生成全面体检报告,包含基本面、估值、资金流向、近期新闻和风险提示。触发词:A股分析、个股体检、股票体检、帮我看看XXX这只股票、分析一下股票代码XXXXXX、这只股票怎么样、值不值得买、查一下XXXXXX
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: retail-investor-radar
Version: 1.1.0
The skill bundle is a legitimate financial analysis tool designed to fetch A-share stock data via the AKShare library and generate reports using the DeepSeek LLM. The code in fetch.py and report.py is transparent, well-structured, and strictly follows the stated purpose of processing public financial data. There is no evidence of data exfiltration, malicious command execution, or harmful prompt injection; environment variables are used appropriately for API authentication and optional proxy configuration.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install retail-investor-radar - After installation, invoke the skill by name or use
/retail-investor-radar - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Retail_Investor_Radar 1.1.0 introduces enhanced ticker search, flexible input, and new dependencies.
- 新增支持股票“拼音缩写”输入(如 gzmt),更易查找个股
- 支持中文模糊搜索及完善的多输入方式(代码、中文全名、拼音)
- 增加 pypinyin、pyyaml 等依赖,完善市场兼容性
- 优化数据源切换提示机制,遇到数据拉取异常时自动选择备用接口
- 更新文档,详细说明输入格式、依赖安装、配置和高级用法
v1.0.1
- 更新文件结构示例目录名称,由 “a-stock-health” 更改为 “Retail_Investor_Radar”
- 无其他功能、更改或行为变动
v1.0.0
Retail_Investor_Radar v1.0.0
- Initial release.
- Generates easy-to-understand A股 individual stock "health reports" using public data and AI.
- Supports input by stock code or name with automatic data retrieval.
- Covers fundamentals, valuation, capital flow, recent news, and risk alerts.
- Simple setup and usage with minimal API costs.
Metadata
Frequently Asked Questions
What is Retail Investor Radar?
A股个股体检报告,输入股票代码或名称,自动拉取公开数据,AI用大白话生成全面体检报告,包含基本面、估值、资金流向、近期新闻和风险提示。触发词:A股分析、个股体检、股票体检、帮我看看XXX这只股票、分析一下股票代码XXXXXX、这只股票怎么样、值不值得买、查一下XXXXXX. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.
How do I install Retail Investor Radar?
Run "/install retail-investor-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Retail Investor Radar free?
Yes, Retail Investor Radar is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Retail Investor Radar support?
Retail Investor Radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Retail Investor Radar?
It is built and maintained by Jack James (@tkk0124); the current version is v1.1.0.
More Skills