Install
openclaw skills install stock-monitor-fixedUse when building a manual stock watchlist, defining alert thresholds, or documenting a repeatable monitoring routine with public market data.
openclaw skills install stock-monitor-fixedThis skill helps design a repeatable monitoring workflow. It does not ship a background daemon, alert bot, or proprietary market-data service.
{
"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."
}
]
}