Install
$ agentstack add skill-walterhu1015-mmskills-chrome-search-web-and-open-target-result ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Search Web and Open Target Result
Overview
Use Google search in Chrome to submit a query, choose the intended result, and verify that the browser has opened the requested destination page instead of a similarly named result. This skill stops at the landing page and does not cover deep in-site browsing or long-page extraction.
When to Use
- Searching the web from Google or the Chrome new-tab surface
- Opening a specific result after the query runs
- Verifying that the target destination page is visibly open
Preconditions
- The target query or destination site is already known.
- Chrome can reach a search surface such as Google homepage or Google results.
Visual Annotation Conventions
- Red boxes mark action targets.
- Green boxes mark verification or recovery signals.
Procedures
web_search
opensearchsurface
- Trigger: The query has not been entered yet.
- Visual grounding: The Google homepage or another web-search surface is open with a visible search field.
- Action: Focus the visible search field so the query can be typed and submitted.
- Image:
Images/google_search_box_ready.png
choosetargetresult
- Trigger: The query has already been submitted and the correct result is visible in the results list.
- Visual grounding: The search-results page shows candidate results that match the typed query.
- Action: Click the result title or card that matches the requested destination.
- Image:
Images/search_result_target_link.png
Expected Result: verifydestinationpage
- Trigger: The navigation has already occurred and the destination page should be loaded.
- Visual grounding: The requested destination page or result card is open after selecting the result.
- Action: Verify that the destination page heading or primary result card is visibly open before continuing.
- Image:
Images/destination_page_open.png
Common Failure Modes
- Opening a similarly named result instead of the requested destination.
- Treating a result snippet or knowledge card as completion before the destination page actually opens.
- Using the skill for in-site section hunting after the destination has already loaded.
Runtime Assets
state_cards.jsoncarries the richer multiview authoring bundle.runtime_state_cards.jsoncarries the slimmer runtime-facing card set.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: walterhu1015
- Source: walterhu1015/MMSkills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.