Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/stringhost/gemma-skills/gemini-searchnpx skills add StrinGhost/gemma-skills --skill gemini-searchgit clone --depth 1 https://github.com/StrinGhost/gemma-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/stringhost/gemma-skills/gemini-search)<a href="https://agentmods.dev/skills/stringhost/gemma-skills/gemini-search"><img src="https://agentmods.dev/badge/skills/stringhost/gemma-skills/gemini-search.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00022 | $0.00568 |
| Opus 5 | $0.00011 | $0.00284 |
| Sonnet 5 | $0.00004 | $0.00114 |
| Haiku 4.5 | $0.00002 | $0.00057 |
Grade A, and why
gemini-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gemini Search
This skill searches the live web using Google Search grounding via the Gemini API and returns a direct answer with sources.
Instructions
You MUST call the run_js tool using index.html.
Exact payload schema
Pass data as a JSON string with exactly one field:
- query: String, Required.
Mandatory query construction rules
- You MUST preserve the user's original question as literally as possible.
- You MUST preserve the user's original intent.
- You MUST NOT convert a factual question into a prediction, opinion, or generic topic.
- You MUST NOT replace a full question with vague keywords when the original question is already clear.
- If the user asks about whether, is, did, has, current, latest, status, qualify, qualified, going to, or similar status/outcome wording, you MUST keep that wording in the
queryfield. - If the user already wrote a clear search-style question, copy it with minimal changes.
- If unsure, prefer the user's longer literal question over a shorter rewritten query.
Do NOT do this
- Do NOT rewrite
Will Italy go to the next World Cup?intoItaly World Cup prediction - Do NOT rewrite
Did Company X raise funding?intoCompany X funding - Do NOT rewrite
Is Product Y available in Singapore?intoProduct Y Singapore
Good examples
- User:
Can you search whether Italy will go to next world cup or notquery:Can you search whether Italy will go to next world cup or not
- User:
Did OpenAI just raise a new funding round?query:Did OpenAI just raise a new funding round?
- User:
Is the Nintendo Switch 2 available in Singapore yet?query:Is the Nintendo Switch 2 available in Singapore yet?
- User:
What's the latest on OpenAI's funding round?query:What's the latest on OpenAI's funding round?
After the tool returns
- Answer the user's question directly.
- Keep the answer concise and factual.
- Cite sources inline or in a short sources list.
- If an error is returned, report it clearly and suggest checking the Gemini API key and permissions.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 52 lines · 22 tokens per session scan A 0e3718b42455
gemini-search is a skill published in the GitHub repository StrinGhost/gemma-skills (54 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 22 tokens to every session and 568 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gemini-omni-flash-api
Use this skill for generative video editing, text-to-video, image-referenced video generation, first-frame-to-video, first-and-last-frame transitions, and video extensions using Gemini Omni 1.1 Flash (gemini-omni-1.1-flash) via the official google-genai SDK. Includes workflows for pre-processing/optimizing…
gemini-api-dev
Use this skill when writing code that calls the Gemini API for text generation, multi-turn chat, multimodal understanding, image generation, video generation, streaming responses, background research tasks, function calling, structured output, or migrating from the old generateContent API. Covers SDK usage and best…
gemini-live-api-dev
Use this skill when building real-time, bidirectional streaming applications with the Gemini Live API. Covers WebSocket-based audio/video/text streaming, voice activity detection (VAD), native audio features, function calling, session management, ephemeral tokens for client-side auth, live translation, and all Live…
agent-architecture-planner
Use when designing an autonomous agent, planning agent architecture, building a scheduled automation, or creating a Claude Code agent workflow. Triggers: 'design an agent', 'build an automation', 'agent architecture', 'automate this workflow', 'create a scheduled agent', 'shell script agent'.
remotion-upgrade
Upgrade Remotion, and related packages.
agent-curator
Deep curation of a single agent definition through structured human conversation. Coordinates knowledge research, persona refinement, tooling optimization, and instruction quality improvement. One agent at a time, with due care.