What problem does it solve? Bots silently fail in two directions: scraping a site through a browser while a working connector sits installed, or claiming a connector exists and returning fabricated output when nothing was connected. This Skill enforces a probe-first routing decision so every task uses a verified path. ## Core Features & Use Cases - Probe-based routing: Enumerate enabled plugins, run the smallest read to prove one works, then choose plugin, browser fallback, or refusal. - Reachability guardrails: Refuse localhost or private-LAN targets immediately, since the cloud computer cannot reach a human's local machine. - Labeled output: Every result states the path taken (plugin, browser, or refused) with the probe result quoted, so fallback data is never mistaken for connector-grade data. - Use Case: A task needs yesterday's Gmail threads but the Gmail connector errors on auth; the Skill probes the connector, falls back to read-only browser access, and labels the output as browser-derived with URL and fetch time. ## Quick Start Ask the Bot to check whether the required plugin is connected and working for this task, and to fall back to its browser with a labeled result if the plugin probe fails.