Agent skill · Data & Analytics

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/simulated-google-search-via-url-generation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going