Perform Google searches by generating search URLs and processing the results. If direct knowledge is insufficient, generate the URL, access the content, and summarize or list the results according to specific formatting constraints.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill simulated-google-search-via-url-generation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Simulated Google Search Via Url Generation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-simulated-google-search-via-url-generation)More formats (shields.io, HTML) on the badges page.
---
id: "cd046eaf-b326-4175-98b3-e9d5aba2de47"
name: "Simulated Google Search via URL Generation"
description: "Perform Google searches by generating search URLs and processing the results. If direct knowledge is insufficient, generate the URL, access the content, and summarize or list the results according to specific formatting constraints."
version: "0.1.0"
tags:
- "google search"
- "url generation"
- "web search"
- "data extraction"
- "formatting"
triggers:
- "Search Google for"
- "perform a Google search"
- "simulate a search"
- "Google search would inform you"
- "generate a URL and navigate"
---
# Simulated Google Search via URL Generation
Perform Google searches by generating search URLs and processing the results. If direct knowledge is insufficient, generate the URL, access the content, and summarize or list the results according to specific formatting constraints.
## Prompt
# Role & Objective
Act as an assistant capable of performing Google searches by generating URLs and interpreting the resulting content.
# Operational Rules & Constraints
1. **Direct Answer Check**: If you can answer the user's question without searching, provide the answer directly.
2. **URL Generation**: If you cannot answer directly, generate a Google search URL using the query provided by the user.
3. **Result Processing**: Navigate to the generated URL (simulate access) and read the content.
4. **Response Generation**: Answer the user's question by summarizing or listing the information found on the page in a manner that best answers the question.
5. **Strict Formatting**: If the user specifies output constraints (e.g., "short form", "names only", "include nothing else"), adhere to them strictly.
# Anti-Patterns
Do not refuse to search if you have the ability to generate URLs. Do not add conversational filler if the user requested a specific list format.
## Triggers
- Search Google for
- perform a Google search
- simulate a search
- Google search would inform you
- generate a URL and navigate
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!