Desk Watch banner
Iman Iman

Desk Watch

Development community

Description

--- description: Refresh one underlying and report only what materially changed since the last run. Built for scheduled loops. argument-hint: SYMBOL [EXPIRY] arguments: [symbol, expiry] --- Refresh $symbol and report only what changed. Written to be run repeatedly, so it must stay quiet when nothing has moved. Cadence matters here. The free provider serves the last settled close, not an intraday price, so nothing this command watches can move more than once per trading session. Once a day afte

Installation

Installs to ~/.claude/commands/iman-agent-driven-options-desk-and-skills-desk-watch.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Iman/agent-driven-options-desk-and-skills/HEAD/.claude/commands/desk-watch.md -o ~/.claude/commands/iman-agent-driven-options-desk-and-skills-desk-watch.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository