📦 Electricity Forecasting Framework — 电力预测框架

v1.0.0

一站式电力负荷与需求预测框架,集成统计模型(ARIMA、SARIMA)与机器学习算法(XGBoost、LightGBM、Random Forest),支持多时间粒度、自动特征工程、可视化评估与云端部署,帮助电网、售电公司及用能企业精准预测电量,优化调度与成本。

0· 65·0 当前·0 累计
下载技能包
最后更新
2026/4/2
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's files, instructions, and requirements are coherent with an electricity forecasting framework and do not request disproportionate credentials or install arbitrary third‑party code.
评估建议
This package appears coherent for electricity forecasting. Before running it: (1) review the full scripts (especially deploy_model.py, batch_forecast/send_to_downstream and any truncated functions) to confirm any network endpoints they call; (2) supply API keys only for trusted weather/data providers and store them securely (env vars or secret manager), since example code shows placeholders; (3) run in an isolated virtual environment or container and avoid running as root (batch job writes to /v...
详细分析 ▾
用途与能力
Name/description match the included scripts and reference docs (data prep, training, evaluation, deployment). Nothing in the manifest asks for unrelated cloud credentials, binaries, or config paths.
指令范围
SKILL.md directs the agent to run local Python scripts, prepare data, train models, and run FastAPI/batch jobs. Instructions reference weather/data APIs as examples (with placeholder API keys) but do not instruct reading unrelated system files or exfiltrating secrets.
安装机制
No install spec is provided (instruction-only). All code is included in the package; nothing is downloaded from external URLs or extracted to disk during an install step.
凭证需求
The skill declares no required environment variables or credentials. Example snippets show usage of third‑party APIs that would need user-supplied API keys, which is expected for such data sources and not requested by the skill itself.
持久化与权限
always:false and normal agent invocation settings. The skill does not request persistent system privileges or attempt to modify other skills or global agent config in the provided files.
scripts/hyperparameter_search.py:171
Dynamic code execution detected.
scripts/train_model.py:237
Dynamic code execution detected.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/2

- Initial release of a comprehensive electricity load and demand forecasting framework. - Supports statistical (ARIMA, SARIMA), machine learning (XGBoost, LightGBM, Random Forest), and deep learning models (LSTM, GRU, Transformer, TFT). - Includes tools for data preparation, feature engineering, training, evaluation, backtesting, and deployment. - Provides built-in uncertainty quantification and clear best practices for time series validation and benchmarking. - Detailed documentation and scripts provided for end-to-end forecasting pipelines.

无害

安装命令

点击复制
官方npx clawhub@latest install electricity-forecasting-framework
镜像加速npx clawhub@latest install electricity-forecasting-framework --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库