← Back to Skills Marketplace
jeckygo

量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具

by Jeckygo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quant-stock-selector
Description
量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 【核心功能】 - 六大维度综合评分(技术面 30%+ 基本面 25%+ 资金面 15%+ 筹码峰 10%+90% 集中度 10%+ 成交量震荡 10%) - 消息面分析(财联社 + 新浪财经,自动去重) - 每日自动选股(Top 3 推荐)...
Usage Guidance
This skill appears to implement a legitimate quant stock selector, but there are important inconsistencies and missing files you should resolve before installing: 1) The registry/manifest is incomplete — SKILL.md and the factors code reference data/akshare_data, various tools/*.py, and config/email_config.py that are not in the provided file list. Inspect the GitHub repo (https://github.com/quant-dev/quant-stock-skill) to ensure the expected modules and tools actually exist and read their contents (especially data/akshare_data and any tools that run as cron jobs) before running anything. 2) The SKILL asks for an email account and an SMTP authorization code; prefer creating a dedicated email account and using an app-specific password, and avoid placing credentials in plain files in your home directory — use environment variables or a secrets store when possible. 3) Because the instructions add cron jobs, be aware the code will run on a schedule outside the agent; run first in an isolated environment (VM/container) and test with dummy data/email to confirm behavior. 4) Review any external network calls in the missing modules (e.g., api endpoints, unexpected remote uploads) — absence of those files in the package is the primary reason this is flagged as suspicious. If the repo is complete and those files are benign, the skill is coherent; otherwise, do not install or run it until you can verify the full source.
Capability Analysis
Type: OpenClaw Skill Name: quant-stock-selector Version: 1.0.0 The skill is a quantitative stock analysis tool that requires users to provide sensitive email credentials (SMTP account and authorization codes) in SKILL.md to enable automated reporting. While the provided Python logic in factors/chip_distribution.py and factors/factor_calculator.py appears to be legitimate technical analysis, the collection of email secrets is a high-risk behavior that could lead to credential theft. Additionally, the skill makes aggressive financial performance claims (70–80% win rate) in SKILL.md and README.md, which is a common red flag in financial scams, despite the presence of extensive risk disclaimers.
Capability Assessment
Purpose & Capability
The name/description, pip dependencies (akshare, pandas, numpy), and the code in factors/* are coherent with a quantitative stock selector that fetches market data, computes factors, and emails reports. However, the repository manifest in the registry is incomplete compared to SKILL.md: SKILL.md and the code reference many modules and tools (data/akshare_data, tools/*.py, config/email_config.py, docs) that are not present in the provided file manifest. That mismatch suggests the published package is incomplete or the registry metadata is inconsistent.
Instruction Scope
SKILL.md instructs cloning the GitHub repo, installing requirements, editing config/email_config.py to store an email account and authorization code, and creating cron jobs to run tools/daily_recommender.py, tools/performance_tracker.py, and tools/weekend_news_analyzer.py. The listed tools and data module (data/akshare_data) are not included in the manifest. The instructions also ask you to store sensitive email auth in a file and set persistent cron tasks — both are scope-relevant but require caution. The instructions do not attempt to read unrelated system files, but the missing files create uncertainty about what the actual runtime scripts will do once obtained from GitHub.
Install Mechanism
Installation is via pip packages from PyPI (akshare, pandas, numpy) as shown in SKILL.md's metadata and requirements.txt. That is a standard mechanism for Python projects and expected for this purpose. There is no evidence of downloads from unusual URLs or archive extraction in the provided metadata. Because this is an instruction-only skill in the registry, actual install occurs when the user follows the repo/GitHub clone instructions — so normal supply-chain risks for pip packages apply.
Credentials
The skill requests email configuration (EMAIL_ACCOUNT, EMAIL_PASSWORD as an SMTP app-password/authorization code, and EMAIL_TO) to support email push of recommendations — this is proportionate to the described email-push feature. However, the registry top-level metadata (as shown earlier) claims 'Required env vars: none' while SKILL.md includes required config keys, which is an inconsistency. Also, the instructions recommend storing an email auth code in a config file (config/email_config.py) rather than a secrets manager or environment variable; that increases the risk of local credential exposure. No unrelated cloud or system credentials are requested.
Persistence & Privilege
The skill instructs the user to add crontab entries so the tool runs automatically every weekday and on weekends. This is reasonable for a daily recommender but means the code will be scheduled to run persistently on the host (outside the agent). The skill does not set always:true or request autonomous invocation privileges in the registry, but the cron setup creates a long-lived scheduled presence that the user should be aware of.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quant-stock-selector
  3. After installation, invoke the skill by name or use /quant-stock-selector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
quant-stock-selector v1.0.0 - 首个版本发布,基于 AKShare + 多因子模型的 A 股量化选股工具 - 提供六大维度综合评分(技术面、基本面、资金面、筹码峰、集中度、成交量震荡) - 支持每日自动选股推荐(Top 3)、胜率统计面板、消息面分析 - 自动邮件推送选股结果及统计信息 - 提供命令行与 OpenClaw 调用方式
Metadata
Slug quant-stock-selector
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具?

量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 【核心功能】 - 六大维度综合评分(技术面 30%+ 基本面 25%+ 资金面 15%+ 筹码峰 10%+90% 集中度 10%+ 成交量震荡 10%) - 消息面分析(财联社 + 新浪财经,自动去重) - 每日自动选股(Top 3 推荐)... It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install 量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具?

Run "/install quant-stock-selector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 free?

Yes, 量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 support?

量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具?

It is built and maintained by Jeckygo (@jeckygo); the current version is v1.0.0.

💬 Comments