parallel-monitor

Непрерывно отслеживайте изменения в интернете с заданной периодичностью. Используйте, когда пользователь просит «отслеживать», «следить за изменениями», «наблюдать» или «уведомить меня, когда» что-то…

npx skills add https://github.com/parallel-web/parallel-agent-skills --skill parallel-monitor

Web Monitor

Action: $ARGUMENTS

Requires parallel-cli ≥ 0.4.0 for the GA Monitor commands. If a Monitor command or option is missing, tell the user to update through their installation method (see https://docs.parallel.ai/integrations/cli), then retry.

What this skill does

Monitors are long-running, server-side jobs that re-check the web on a cadence and emit events when something changes. Unlike search/research/findall (one-shot lookups), monitors persist until cancelled and can optionally deliver detected events through a webhook.

Decide the action

Parse the user's request and pick one:

IntentAction
"Track / watch / monitor / alert me when X"create
"What am I monitoring?" / "List monitors"list
"What changed?" / "Show me events for monitor X"events
"Show monitor X" / "Get details for X"get
"Change cadence / webhook for X"update
"Check monitor X now" / "Run it now"trigger
"Show me the full payload for event group X"events with --event-group-id
"Stop / delete monitor X"cancel (always confirm before cancelling)

Create a monitor

parallel-cli monitor create "<query>" --frequency 1d --json

Frequency accepts <n><unit> with h, d, or w (for example 1h, 1d, or 1w). The aliases hourly, daily, weekly, and every_two_weeks are also accepted. Match cadence to how often the source actually changes — hourly for prices/news, weekly for filings/staffing.

Optional flags:

  • --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)

Parse the JSON to extract the monitor_id. Tell the user:

  • 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 $MONITOR_ID later to see what changed

List monitors

parallel-cli monitor list -n 10 --json

Default to -n 10 for concise output. list returns active monitors only by default; add --status active --status cancelled when the user asks to include cancelled monitors. Raise the limit only for a larger set. Present as a table: ID, query or Task Run (truncated), frequency, created.

Note: monitor list is sorted newest-first. If a user is verifying creation, prefer monitor get $MONITOR_ID (using the ID returned by create) over scanning the list.

View events for a monitor

parallel-cli monitor events "$MONITOR_ID" --json

Events are returned newest-first. If the response contains next_cursor, pass it with --cursor to retrieve another page.

For deeper detail on a specific event group:

parallel-cli monitor events "$MONITOR_ID" --event-group-id "$EVENT_GROUP_ID" --json

Summarize for the user: count of events, then a bulleted list of what changed with dates or timestamps. Cite source URLs from the event payload.

Get / update / trigger / cancel

parallel-cli monitor get "$MONITOR_ID" --json
parallel-cli monitor update "$MONITOR_ID" --frequency 1w --json
parallel-cli monitor trigger "$MONITOR_ID" --json
parallel-cli monitor cancel "$MONITOR_ID" --json

The current CLI does not expose query updates; create a new monitor to change the query.

trigger enqueues a real off-schedule run without changing the regular schedule. It is not a synthetic webhook test, and it emits an event only if the run detects a material change.

Always confirm before cancelling — cancellation is permanent.

Setup

Requires parallel-cli (installed and authenticated). If parallel-cli --version fails, or if a later command fails with an authentication error, tell the user to see https://docs.parallel.ai/integrations/cli and stop.

Больше skills от parallel-web

migrate-to-parallel
parallel-web
Полностью перенесите интеграции веб-данных Exa, Tavily, Perplexity или Firecrawl на соответствующие продукты Parallel, сохраняя поведение приложения. Используйте…
parallel-data-enrichment
parallel-web
Массовое обогащение данных о компаниях, людях или продуктах веб-полями, такими как имена CEO, финансирование и контактная информация. Принимает встроенные JSON-данные или CSV-файлы; выводит обогащённые результаты в CSV. Работает асинхронно с отслеживанием прогресса через URL мониторинга и команды опроса. Требует инструмент parallel-cli и доступ в интернет; обрабатывает большие наборы данных с настраиваемыми тайм-аутами. Поддерживает гибкие запросы полей через описания на естественном языке (например, «имя CEO и год основания»).
parallel-deep-research
parallel-web
Исчерпывающее исследование с настраиваемыми компромиссами по глубине, задержке и стоимости для сложных тем. Три уровня процессоров (pro-fast, ultra-fast, ultra) от 30 секунд до 25 минут, с масштабированием стоимости от 1x до 3x от базовой. Асинхронное выполнение с опросом: запуск исследования мгновенно, отслеживание прогресса через URL, получение результатов по готовности без блокировки. Вывод отформатированного отчёта в Markdown и метаданных в JSON; исполнительное резюме выводится в stdout для быстрого обзора. Разработано для явного...
parallel-findall
parallel-web
Обнаруживает сущности (компании, людей, продукты и т.д.), соответствующие описанию на естественном языке. Используйте, когда пользователь просит «найти все X» или «перечислить все Y, которые…» —…
parallel-memory
parallel-web
Вспоминать прошлые запуски Parallel Task, Monitor и FindAll, когда они могут помочь; удалять запуски или очищать память по запросу.
parallel-web-extract
parallel-web
Извлекает содержимое из нескольких URL-адресов параллельно, эффективно расходуя токены. Обрабатывает веб-страницы, статьи, PDF-файлы и сайты с интенсивным использованием JavaScript одной командой. Работает в форкнутом контексте, чтобы минимизировать затраты токенов по сравнению со встроенным WebFetch. Поддерживает пакетное извлечение нескольких URL-адресов с опциональными целевыми задачами. Требует установки parallel-cli и аутентификации; выводит извлечённое содержимое в формате markdown в локальный файл для последующих запросов.
parallel-web-search
parallel-web
Быстрый веб-поиск для получения актуальной информации, исследований и проверки фактов в интернете. Выполняет одиночные целевые запросы или множественные параллельные поиски по ключевым словам, возвращая до 10 результатов с выдержками и метаданными. Поддерживает фильтрацию по времени через --after-date и поиск по конкретным доменам с помощью --include-domains. Выводит структурированный JSON с заголовками, URL, датами публикации и выдержками для удобного анализа и последующих запросов. Требует встроенных цитат для каждого утверждения с использованием Markdown...
setup
parallel-web
Настройка плагина Parallel (установка CLI)