parallel-monitor

द्वारा parallel-web

लगातार वेब पर बदलावों को नियमित अंतराल पर ट्रैक करें। इसका उपयोग तब करें जब उपयोगकर्ता 'मॉनिटर करें', 'बदलाव ट्रैक करें', 'देखें', या 'जब कुछ हो तो मुझे सचेत करें' जैसा कुछ कहे…

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.

parallel-web की और Skills

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 के माध्यम से प्रगति की निगरानी करें, बिना रुके परिणाम प्राप्त करें। आउटपुट स्वरूपित मार्कडाउन रिपोर्ट और 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 इंस्टॉलेशन और प्रमाणीकरण की आवश्यकता होती है; अनुवर्ती प्रश्नों के लिए निकाली गई सामग्री को मार्कडाउन के रूप में स्थानीय फ़ाइल में आउटपुट करता है।
parallel-web-search
parallel-web
वर्तमान जानकारी, शोध और तथ्य-खोज के लिए इंटरनेट पर तेज़ वेब खोज। एकल उद्देश्य-आधारित क्वेरी या समानांतर में कई कीवर्ड खोजें निष्पादित करता है, अंशों और मेटाडेटा के साथ 10 तक परिणाम लौटाता है। --after-date के माध्यम से समय-संवेदनशील फ़िल्टरिंग और --include-domains के साथ डोमेन-विशिष्ट खोजों का समर्थन करता है। आसान पार्सिंग और अनुवर्ती क्वेरी के लिए शीर्षक, URL, प्रकाशन तिथियों और अंशों के साथ संरचित JSON आउटपुट करता है। मार्कडाउन का उपयोग करके प्रत्येक दावे के लिए इनलाइन उद्धरण की आवश्यकता होती है...
setup
parallel-web
पैरेलल प्लगइन सेट अप करें (CLI इंस्टॉल करें)