parallel-monitor
parallel monitor
What it does
- --webhook https://example.com/hook — deliver detected events to a URL
- --metadata '{"team":"competitive-intel"}' — attach JSON metadata for your own bookkeeping
- --output-schema '<json>' — structure the event payload (advanced)
- The monitor has been created with its ID
- The frequency (so they know how often the monitor checks)
- That recent events are available server-side — they can run parallel-cli monitor events $MONITORID later to see what changed
Requirements & configuration
Configuration: ARGUMENTSMONITOR_IDEVENT_GROUP_ID
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
parallel-monitor FAQ
What does the parallel-monitor skill do?
Continuously track the web for changes on a recurring cadence. Use when the user asks to 'monitor', 'track changes to', 'watch', or 'alert me when' something on the web changes — e.g., 'Track price changes for iPhone 16', 'Alert me when Tesla files a new 8-K', 'Monitor competitor pricing pages weekly'. Also use to list, inspect, update, or stop existing monitors, including requests to delete them. --webhook https://example.com/hook — deliver detected events to a URL --metadata '{"team":"competitive-intel"}' — attach JSON metadata for your own bookkeeping
What does parallel-monitor require?
Configuration keys: ARGUMENTS, MONITOR_ID, EVENT_GROUP_ID.
How do I install parallel-monitor?
Run: npx -y skills add https://github.com/parallel-web/parallel-agent-skills --skill parallel-monitor --agent claude-code — the source lives at github.com/parallel-web/parallel-agent-skills.
Maintain parallel-monitor?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/parallel-web-parallel-agent-skills-parallel-monitor?ref=badge) npx agentictools info skills/parallel-web-parallel-agent-skills-parallel-monitor The second line is the CLI lookup for this page — handy in READMEs and docs.