linkfox-google-aimodel-search
Installation
SKILL.md
Google AI Search
This skill calls Google Search in AI Mode to get the AI Overview answer for a keyword and follow up with up to several additional questions in a single round trip. 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) and stitches multi-turn follow-ups into one call:
- The required
keywordis sent to Google as the initial query and the AI Overview for it is captured first. - Each entry in the optional
promptsarray is asked as a follow-up question in the same AI conversation, in order. - All answers are concatenated into a single Markdown document under
stdout, with each section clearly labelled and 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.