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:

  1. The required keyword is sent to Google as the initial query and the AI Overview for it is captured first.
  2. Each entry in the optional prompts array is asked as a follow-up question in the same AI conversation, in order.
  3. 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.

Parameters

Installs
28
GitHub Stars
41
First Seen
May 22, 2026
linkfox-google-aimodel-search — linkfox-ai/linkfox-skills