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.
npx skills add ECNU-ICALK/AutoSkill --skill simulated-google-search-via-url-generation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 convers
- Prompt
- Triggers
What does the Simulated Google Search via URL Generation skill do?
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.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill simulated-google-search-via-url-generation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
