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/asachit/ask-gemini/ask-gemininpx skills add ASACHIT/ask-gemini --skill ask-geminigit clone --depth 1 https://github.com/ASACHIT/ask-geminiWrote 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/asachit/ask-gemini/ask-gemini)<a href="https://agentmods.dev/skills/asachit/ask-gemini/ask-gemini"><img src="https://agentmods.dev/badge/skills/asachit/ask-gemini/ask-gemini.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 | $0.00104 | $0.06424 |
| Opus 5 | $0.00052 | $0.03212 |
| Sonnet 5 | $0.00021 | $0.01285 |
| Haiku 4.5 | $0.00010 | $0.00642 |
Grade D, and why
ask-gemini scanned grade D with 3 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 4d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
**Hard dependency:** the Antigravity CLI (`agy`) must be installed and authenticated — it is the engine this skill drives. **You install `agy` yourself**; the installer only checks whether it's present. Install: `curl -f Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
This skill follows the open Agent Skills standard, so it runs under any runtime that supports it: Claude Code, OpenAI Codex CLI, Pi CLI, GitHub Copilot CLI, and Antigravity/Gemini. It is discovered automatically from the Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Hard dependency:** the Antigravity CLI (`agy`) must be installed and authenticated — it is the engine this skill drives. **You install `agy` yourself**; the installer only checks whether it's present. Install: `curl -f How it starts
The opening of the file, as written. The whole thing — 461 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ask Gemini — Parallel UI/UX Delegation Skill
Hand off UI/UX work — redesign, critique, fix, craft, enhance — to another model and run it in parallel while the main session keeps wiring backend and frontend APIs. The ask-gemini script shells out to the Antigravity CLI (agy), which is multi-model (Gemini Pro/Flash, Claude, GPT-OSS) and has its own subagent/agent system, so a delegated UI task can itself fan out. The script handles all plumbing (sessions, profiles, design context, UUID capture, cleanup) and returns structured JSON. It also serves cross-model second opinions on design and architecture.
Division of labor: Gemini is the eye, Claude holds the wheel. Claude reviews and adapts everything Gemini returns before it touches the codebase — Gemini proposes, Claude integrates.
Cross-Runtime Install
This skill follows the open Agent Skills standard, so it runs under any runtime that supports it: Claude Code, OpenAI Codex CLI, Pi CLI, GitHub Copilot CLI, and Antigravity/Gemini. It is discovered automatically from the cross-runtime dir ~/.agents/skills/ask-gemini/ (and ~/.claude/skills/ask-gemini/ for Claude Code).
One-command setup. After the skill folder lands in a skills dir (manually, or via npx skills add <source>), run the bundled installer — it creates the ask-gemini PATH launcher, checks for the agy engine, and reports readiness:
bash <skill-dir>/scripts/install.sh # creates the launcher, checks for agy
<skill-dir> is wherever the skill is installed — e.g. ~/.agents/skills/ask-gemini or ~/.claude/skills/ask-gemini. The installer is idempotent; re-run it anytime.
All examples below use the bare ask-gemini command, which the launcher puts on PATH.
Fallback (no launcher): invoke the script by its absolute path under your runtime's skills dir, e.g. ~/.agents/skills/ask-gemini/scripts/ask-gemini ….
Hard dependency: the Antigravity CLI (agy) must be installed and authenticated — it is the engine this skill drives. You install agy yourself; the installer only checks whether it's present. Install: curl -fsSL https://antigravity.google/cli/install.sh | bash, then authenticate once by running agy interactively.
What ships with it
17 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.
- assets/design-rules.default.md 5.6 KB
- CHANGELOG.md 6.2 KB
- scripts/ask-gemini 62 KB
- scripts/install.sh 2.4 KB runs code
- tests/01_arg_parsing.bats 4.1 KB
- tests/02_sessions.bats 5.0 KB
- tests/03_profiles.bats 3.8 KB
- tests/04_chain.bats 7.3 KB
- tests/05_stdin_and_directives.bats 4.1 KB
- tests/06_chain_resilience.bats 5.8 KB
- tests/07_ux_polish.bats 5.4 KB
- tests/08_design_rules.bats 6.2 KB
- tests/09_parallel_capture.bats 1.6 KB
- tests/bats_helper.bash 2.1 KB runs code
- tests/install-bats.sh 1.1 KB runs code
- tests/mock-agy 4.3 KB
- tests/run-tests.sh 605 B runs code
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.
- 4d ago First seen · 461 lines · 104 tokens per session scan D eea667a4bfa0
ask-gemini is a skill published in the GitHub repository ASACHIT/ask-gemini (2 stars, last pushed 1mo ago), licensed MIT. It adds 104 tokens to every session and 6,424 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it D with 3 findings (downloads and executes remote code, enumerates other installed skills, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use when the user asks to build web components, pages, or applications and the visual direction matters as much as the code quality.
archify
Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…
design-system
Generate and audit visual design systems for consistency.
liquid-glass-design
Patterns for implementing Apple's Liquid Glass — a dynamic material that blurs content behind it, reflects color and light from surrounding content, and reacts to touch and pointer interactions. Covers SwiftUI, UIKit, and WidgetKit integration.
accessibility
Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA standards. Use this skill to generate semantic ARIA for Web and accessibility traits for Web and Native platforms (iOS/Android).
gan-style-harness
GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper.