linkfox-google-aimode-search
Installation
SKILL.md
Google AI Search
This skill calls Google Search in AI Mode to get the AI Overview answer for a single keyword. Only one question per call is supported — there is no multi-turn follow-up within a single request. The response is unstructured Markdown — summarize it directly, do not route it to a data-analysis sandbox.
Core Concepts
The tool drives Google's AI Mode (the panel that appears at the top of Google search results and synthesizes an answer with citations):
- The required
keywordis sent to Google as the query and the AI Overview for it is captured. - Single-round only: each call handles exactly one question. There is no
promptsparameter for follow-ups. - For follow-up questions: the agent must summarize the previous AI Overview answer (key points, citations, relevant context) and concatenate it with the new question into a new
keyword, then make a fresh API call. - All answers are returned as a single Markdown document under
stdout, with citations linked to the source pages.
resultsNum reports how many AI Overview blocks were rendered; 0 means the keyword did not trigger an AI Overview on Google for the requested locale.