← 返回 Skills 市场
yejiming

stock-prediction-daily

作者 yejiming · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
228
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-prediction-daily
功能描述
A股个股日线涨跌预测系统。七大能力:训练模型(XGBoost二分类+交叉验证+输出模型文件和报告)、优化模型(扩展特征+特征筛选)、模型预测(腾讯日线)、模型评估(日线T+1验证)、输出网页(Flask五页面仪表盘)、板块分析(直接调用stock-sector-research技能)、个股分析(直接调用stock...
安全使用建议
This repository appears to implement exactly what it claims: a local A-share daily prediction pipeline using akshare + XGBoost and a Flask dashboard. Before running/installing: (1) review and install the Python dependencies (akshare, xgboost, scikit-learn, pandas, flask, joblib, tqdm); (2) run it in an isolated environment (virtualenv/container) because it will fetch market data over the network and write caches, models, and reports under scripts/; (3) be aware the Flask app listens on localhost:5000 — only accessible locally unless you change host/port; (4) SKILL.md instructs the agent to call other skills for sector/stock analysis — if you enable autonomous invocation or have those other skills installed, cross-skill calls may run and generate reports in scripts/reports/; (5) no credentials are required, but verify you trust akshare's network usage in your environment. If you want higher assurance, run the scripts manually (train.py / predict.py / evaluate.py / app.py) instead of allowing autonomous invocation.
功能分析
Type: OpenClaw Skill Name: stock-prediction-daily Version: 1.0.0 The skill bundle implements a legitimate A-share stock prediction and evaluation system using XGBoost and a Flask-based dashboard. It fetches financial data through the 'akshare' library, performs feature engineering, and provides a web interface to visualize predictions and reports. The code follows standard data science practices, uses local file paths defined in 'config.py' for data persistence, and lacks any indicators of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description (daily A股 prediction, training, prediction, evaluation, Flask dashboard) match the code and SKILL.md. All required functionality (data fetch via akshare, feature engineering, XGBoost training/prediction, local HTML dashboard) is implemented in the repository; no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and code limit IO to files under scripts/ (BASE_DIR derived from __file__), and runtime operations (fetching market data via akshare, model serialization with joblib, local Flask serving) are within the stated purpose. The SKILL.md asks agent to call other skills for sector/stock analysis; code expects reports to be placed under scripts/reports/, which is coherent but means cross-skill composition is intended.
Install Mechanism
No install spec provided (instruction-only plus included Python scripts). No remote download or archive extract steps. Standard Python packages (akshare, xgboost, scikit-learn, pandas, flask, joblib) are required but not installed by the skill itself — user should install them in their environment.
Credentials
The skill requests no environment variables, no credentials, and no config paths outside its scripts directory. It makes network requests to fetch market data via akshare/Tencent, which is appropriate for its purpose. There are no hidden secrets or unrelated tokens required.
Persistence & Privilege
always is false and model invocation is allowed by default. The skill persists models, caches, results, and reports under scripts/ (data/, models/, results/, reports/). It does not modify other skills' configs or system-wide settings; it runs a local Flask server on 127.0.0.1:5000 when requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-prediction-daily
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-prediction-daily 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial public release of stock-prediction-daily. - Provides seven major capabilities: model training/optimization (XGBoost, feature selection), daily prediction and evaluation (Tencent data), web dashboard (Flask), and sector/stock analysis (via other skills). - Clear project structure with dedicated scripts and data directories; all workflows are self-contained. - Web interface supports multi-page dashboards, structured report viewing, and auto-formatted report content. - Strict report formatting and storage guidelines enhance consistency and downstream automation.
元数据
Slug stock-prediction-daily
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

stock-prediction-daily 是什么?

A股个股日线涨跌预测系统。七大能力:训练模型(XGBoost二分类+交叉验证+输出模型文件和报告)、优化模型(扩展特征+特征筛选)、模型预测(腾讯日线)、模型评估(日线T+1验证)、输出网页(Flask五页面仪表盘)、板块分析(直接调用stock-sector-research技能)、个股分析(直接调用stock... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 228 次。

如何安装 stock-prediction-daily?

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

stock-prediction-daily 是免费的吗?

是的,stock-prediction-daily 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

stock-prediction-daily 支持哪些平台?

stock-prediction-daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 stock-prediction-daily?

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

💬 留言讨论