← 返回 Skills 市场
jeckygo

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

作者 Jeckygo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quant-stock-selector
功能描述
量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 【核心功能】 - 六大维度综合评分(技术面 30%+ 基本面 25%+ 资金面 15%+ 筹码峰 10%+90% 集中度 10%+ 成交量震荡 10%) - 消息面分析(财联社 + 新浪财经,自动去重) - 每日自动选股(Top 3 推荐)...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quant-stock-selector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quant-stock-selector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
quant-stock-selector v1.0.0 - 首个版本发布,基于 AKShare + 多因子模型的 A 股量化选股工具 - 提供六大维度综合评分(技术面、基本面、资金面、筹码峰、集中度、成交量震荡) - 支持每日自动选股推荐(Top 3)、胜率统计面板、消息面分析 - 自动邮件推送选股结果及统计信息 - 提供命令行与 OpenClaw 调用方式
元数据
Slug quant-stock-selector
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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

量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 【核心功能】 - 六大维度综合评分(技术面 30%+ 基本面 25%+ 资金面 15%+ 筹码峰 10%+90% 集中度 10%+ 成交量震荡 10%) - 消息面分析(财联社 + 新浪财经,自动去重) - 每日自动选股(Top 3 推荐)... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

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

在 OpenClaw 或 Claude Code 对话框中运行命令「/install quant-stock-selector」即可一键安装,无需额外配置。

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

是的,量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 支持哪些平台?

量化选股系统 - 基于 AKShare + 多因子模型的 A 股选股工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

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

由 Jeckygo(@jeckygo)开发并维护,当前版本 v1.0.0。

💬 留言讨论