Install
openclaw skills install daily-stock-analysisDeterministic daily stock analysis skill for global equities. Use when users need daily analysis, next-trading-day close prediction, prior forecast review, rolling accuracy, and reliable markdown report output.
openclaw skills install daily-stock-analysisPerform market-aware, evidence-based daily stock analysis with prediction, next-run review, rolling accuracy tracking, and a structured self-evolution mechanism that updates future assumptions from observed forecast errors.
working_directory.<working_directory>/daily-stock-analysis/reports/YYYY-MM-DD-<TICKER>-analysis.mdoverwrite or new_version (-v2, -v3, ...)new_versionpython3 {baseDir}/scripts/report_manager.py plan \
--workdir <working_directory> \
--ticker <TICKER> \
--run-date <YYYY-MM-DD> \
--versioning auto \
--history-limit 5
python3 {baseDir}/scripts/calc_accuracy.py \
--workdir <working_directory> \
--ticker <TICKER> \
--windows 1,3,7,30 \
--history-limit 60
python3 {baseDir}/scripts/report_manager.py migrate \
--workdir <working_directory> \
--file <ABS_PATH_1> --file <ABS_PATH_2>
If Python scripts are unavailable or model capability is limited, switch to minimal mode:
pred_close_t1prev_pred_close_t1, prev_actual_close_t1, AE, APE) if availableimprovement_actionSee references/minimal_mode.md.
report_manager.py plan.history_files returned by script.legacy_files exist, list all absolute paths and ask whether to migrate.references/sources.md + references/search_queries.md.calc_accuracy.py for consistent metrics.references/report_template.md.selected_output_file returned by report_manager.py.Must include:
recommendationpred_close_t1prev_pred_close_t1prev_actual_close_t1AE, APEimprovement_actionsEach run must include 1-3 concrete improvement_actions from recent misses and use them in the next run.
Do not skip this step.
Recommend users set this as a weekday recurring task (for example 10:00 local time) to keep prediction-review windows continuous.
Default:
references/workflow.mdreferences/report_template.mdreferences/metrics.mdreferences/search_queries.mdreferences/sources.mdreferences/minimal_mode.mdreferences/security.mdDeep-dive only (full_report mode):
references/fundamental-analysis.mdreferences/technical-analysis.mdreferences/financial-metrics.mdAlways append:
"This content is for research and informational purposes only and does not constitute investment advice or a return guarantee. Markets are risky; invest with caution."