返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
d

daily-stock-analysis

Deterministic 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
1,257
下载量
免费
免费
4
收藏
概述
安装方式
版本历史

daily-stock-analysis

# Daily Stock Analysis Perform 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. ## Hard Rules 1. Read and write files only under `working_directory`. 2. Save new reports only to: - `<working_directory>/daily-stock-analysis/reports/` 3. Use filename: - `YYYY-MM-DD-<TICKER>-analysis.md` 4. If same ticker/day file exists, ask user: - `overwrite` or `new_version` (`-v2`, `-v3`, ...) - For unattended runs, default to `new_version` 5. Always review history before new prediction. 6. Limit history read count to control token usage: - Script mode: max 5 files (default) - Compatibility mode: max 3 files ## Required Scripts (Use First) 1. Plan output path + collect history: ```bash python3 {baseDir}/scripts/report_manager.py plan \ --workdir <working_directory> \ --ticker <TICKER> \ --run-date <YYYY-MM-DD> \ --versioning auto \ --history-limit 5 ``` 2. Compute rolling accuracy from existing reports: ```bash python3 {baseDir}/scripts/calc_accuracy.py \ --workdir <working_directory> \ --ticker <TICKER> \ --windows 1,3,7,30 \ --history-limit 60 ``` 3. Optional: migrate legacy files after explicit user confirmation: ```bash python3 {baseDir}/scripts/report_manager.py migrate \ --workdir <working_directory> \ --file <ABS_PATH_1> --file <ABS_PATH_2> ``` ## Compatibility Mode (No Python / Small Model) If Python scripts are unavailable or model capability is limited, switch to minimal mode: 1. Read at most 3 recent reports for the same ticker. 2. Use only a minimal source set: - one official disclosure source - one reliable market data source (Yahoo Finance acceptable) 3. Output concise result only: - recommendation - `pred_close_t1` - prior review (`prev_pred_close_t1`, `prev_actual_close_t1`, `AE`, `APE`) if available - one `improvement_action` 4. Save report with same filename rules in canonical reports directory. See `references/minimal_mode.md`. ## Minimal Run Protocol 1. Resolve ticker/exchange/market (ask if ambiguous). 2. Run `report_manager.py plan`. 3. Read `history_files` returned by script. 4. If `legacy_files` exist, list all absolute paths and ask whether to migrate. 5. Gather data using `references/sources.md` + `references/search_queries.md`. 6. Run `calc_accuracy.py` for consistent metrics. 7. Render report using `references/report_template.md`. 8. Save to `selected_output_file` returned by `report_manager.py`. ## Required Output Fields Must include: - `recommendation` - `pred_close_t1` - `prev_pred_close_t1` - `prev_actual_close_t1` - `AE`, `APE` - rolling strict/loose accuracy fields - `improvement_actions` ## Self-Improvement (Required) Each run must include 1-3 concrete `improvement_actions` from recent misses and use them in the next run. Do not skip this step. ## Scheduling Recommendation Recommend users set this as a weekday recurring task (for example 10:00 local time) to keep prediction-review windows continuous. ## References Default: - `references/workflow.md` - `references/report_template.md` - `references/metrics.md` - `references/search_queries.md` - `references/sources.md` - `references/minimal_mode.md` - `references/security.md` Deep-dive only (`full_report` mode): - `references/fundamental-analysis.md` - `references/technical-analysis.md` - `references/financial-metrics.md` ## Compliance Always 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."

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 daily-stock-analysis-1776310043 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 daily-stock-analysis-1776310043 技能

通过命令行安装

skillhub install daily-stock-analysis-1776310043

下载

⬇ 下载 daily-stock-analysis v1.0.2(免费)

文件大小: 18.71 KB | 发布时间: 2026-4-16 16:03

v1.0.2 最新 2026-4-16 16:03
Version 1.0.2 – Major update with new file structure, deterministic output rules, and Python script integration.

- Enforces working directory and canonical report/output location for better file management.
- Integrates required Python scripts for report planning and accuracy calculation.
- Adds compatibility/minimal modes for environments without Python or with limited resources.
- Introduces stricter overwrite/versioning logic for daily report files.
- Adds new reference documents: minimal_mode.md, security.md, sources.md.
- Streamlines required and optional output fields; mandates actionable self-improvement in every run.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部