← 返回
未分类 中文

Stock Monitor

Use when building a manual stock watchlist, defining alert thresholds, or documenting a repeatable monitoring routine with public market data.
用于手动创建股票关注列表、设定提醒阈值或记录可重复的公开市场数据监控流程。
xuxuclassmate
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 390
下载
💾 0
安装
1
版本
#alerts#analysis#crypto#dividend#finance#latest#monitor#portfolio#real-time#scanner#stock#tracking#trending

概述

Stock Monitor

This skill helps design a repeatable monitoring workflow. It does not ship a background daemon, alert bot, or proprietary market-data service.

When to use

  • You want a watchlist for holdings or names you are considering.
  • You need threshold rules for price moves, volume spikes, or gap opens.
  • You want a simple routine for checking public market data and recording follow-up actions.

Suggested workflow

  1. Build a watchlist.

Record ticker, market, thesis, baseline price, and the event you care about.

  1. Define alert thresholds.

Examples: percentage move, break above resistance, break below support, or unusual volume.

  1. Decide the review cadence.

Intraday, daily close, weekly review, or earnings-only monitoring.

  1. Record observations.

Note what changed, whether the thesis still holds, and what action should happen next.

Example watchlist template

{
  "watchlist": [
    {
      "ticker": "AAPL",
      "market": "NASDAQ",
      "baseline_price": 190.0,
      "alert_rules": [
        "price moves more than 5% from baseline",
        "close breaks above previous 20-day high"
      ],
      "review_notes": "Watch the next earnings call and hardware guidance."
    }
  ]
}

Good outputs

  • A clean watchlist
  • Explicit threshold rules
  • Review cadence
  • Notes for what to do when a rule triggers

Guardrails

  • Treat all public quotes as delayed or vendor-dependent unless verified.
  • Do not claim that automatic alerts were sent unless an actual notification system exists.
  • Keep records of thresholds and rationale so later reviews are comparable.
  • This skill is for monitoring and planning, not for trade execution.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 10:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

AI Test Case Generator

xuxuclassmate
用于将需求、截图或其他 QA 输入通过 AI 辅助工作流转化为结构化测试用例和评审问题。
★ 0 📥 494

Feishu/Lark Setup and Troubleshooting

xuxuclassmate
配置并排查飞书或 Lark 与 Hermes Agent 的消息集成,包括连接检查、访问控制及常见故障模式。
★ 0 📥 452

Whisper Voice Transcription (whisper.cpp)

xuxuclassmate
构建并使用 whisper.cpp 实现本地语音转文字工作流,支持在本地转录不可行时可选的云端回退。
★ 0 📥 456