agy-ask

agy-ask is a skill for Claude Code from keli-wen/agy-staff. It costs 71 tokens per session (841 once invoked), scanned A, original, MIT.

A small command-line helper that sends one question to Google's Antigravity AI service and prints the answer. It is also intended as a quick check that the add-on works after installation.

In plain words
What is it for?
Use it for short, one-off questions, quick checks, and verifying the Antigravity connection after installation.
Why use it?
It gives you a fast second opinion without setting up tools or a longer background job. It also provides a simple smoke test: asking the service to reply with “OK”.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is Run this command **unsandboxed** — agy needs a localhost port and its OAuth token file, which harness sandboxes hide. In Codex, request escalated permissions fo.

Part of the agy plugin — 14 skills shipped together

Good fit Use it for short, one-off questions, quick checks, and verifying the Antigravity connection after installation.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/keli-wen/agy-staff
agentmods
npx agentmods add skills/keli-wen/agy-staff/agy-ask

Made for: Claude Code.

Or install agy, the plugin that ships this one along with the rest of its 14 skills.

Wrote 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.

agentmods badge for agy-ask

README.md
[![agentmods](https://agentmods.dev/badge/skills/keli-wen/agy-staff/agy-ask/github.svg)](https://agentmods.dev/skills/keli-wen/agy-staff/agy-ask)
Your own site
<a href="https://agentmods.dev/skills/keli-wen/agy-staff/agy-ask"><img src="https://agentmods.dev/badge/skills/keli-wen/agy-staff/agy-ask/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agy-ask

Your own site · 80×15
<a href="https://agentmods.dev/skills/keli-wen/agy-staff/agy-ask"><img src="https://agentmods.dev/badge/skills/keli-wen/agy-staff/agy-ask.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 841 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 6
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 16
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.00841
Opus 5 $0.00036 $0.00420
Sonnet 5 $0.00014 $0.00168
Haiku 4.5 $0.00007 $0.00084

Measured yesterday against content hash 1ad10016865d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

agy-ask 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 yesterday.

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.

pi-skills/agy-ask/SKILL.md · 47 lines

How it starts

The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.

agy ask

The quick mode: one question in, one answer out, ~3 seconds on the default gemini-3.8-flash-low. Zero tools by design (restricted profile, question-only prompt), so it needs no setup and works on a fresh install — run it first as the smoke test: ask --prompt "reply with OK".

ask is the only persona that runs in the foreground: the call blocks and the answer comes back on stdout. staffer, researcher, reviewer, and implementer instead return a background job id (see the jobs skill, ../agy-jobs/SKILL.md).

Locating the companion

This skill file lives at <plugin-root>/pi-skills/agy-ask/SKILL.md; resolve the companion path relative to this skill directory:

node "<skill-dir>/../../companion/agy-companion.mjs" ask [flags] --prompt "question"

Pass the user's question verbatim via --prompt; use --prompt-file <path> or --stdin for a long question.

[!IMPORTANT] Run this command unsandboxed — agy needs a localhost port and its OAuth token file, which harness sandboxes hide. In Codex, request escalated permissions for the command. Details: ../agy-jobs/references/troubleshooting.md.

Flags (all optional)

  • --prompt <text> / --prompt-file <path> / --stdin — the question, from exactly one of these three sources. Use file/stdin for a long question.
  • --continue — reuse the last ask conversation; --conversation <id> targets a specific one.
  • --model <id> or --effort low|medium|high — default model is gemini-3.8-flash-low.
  • --timeout <dur> — default 2m.

ask is always restricted (it is tool-free, so there is nothing to unrestrict); --unrestricted is ignored with a note on stderr. That is fixed for ask alone — the tool-using personas default to unrestricted, where --restricted is an opt-in hardening flag. Execution style is likewise fixed per mode and no flag changes it.

Rules

  • Pass the user's question through verbatim and return the answer verbatim. The [agy-staff] telemetry line arrives on stderr and is metadata for you, the calling agent — do not show it to the user; mention the follow-up ability in natural language when relevant, and give model/duration/token numbers only if asked.
  • If the answer says "not sure", relay it as-is; do not silently substitute your own answer.
  • Exit 5 means a resumable response timeout: explain it and ask whether the user wants to continue with the suggested timeout or stop. Continue only after explicit user confirmation, using the recorded conversation and configuration. For other companion errors, quote the error and add a concise diagnosis. Full failure protocol: ../agy-jobs/SKILL.md.

Read the full file on GitHub · 47 lines

Changes

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.

  1. yesterday Changed 1ad10016865d
  2. 6d ago First seen · 47 lines · 71 tokens per session scan A 2a06e36a22c8

Subscribe to this mod's changes

agy-ask is a skill published in the GitHub repository keli-wen/agy-staff (124 stars, last pushed today), licensed MIT. It adds 71 tokens to every session and 841 once invoked, about $0.0004 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-09-05.

Related

Other skills, from other repositories

mantis-reproduce

Generates and runs crash reproducers to verify security flaws. Use when viable findings exist and you need to write and execute a script or payload to verify the crash. Don't use for code auditing or patching.

google/mantis · 47 tokens

conductor-implement

Executes the tasks defined in the specified track's plan. Use this to start or continue working on a feature, bug fix, or chore.

gemini-cli-extensions/conductor · 34 tokens

mantis-meta-agent

Acts as the persistent supervisor, launching and monitoring the automated review campaign. Use when running a long-running, continuous security review campaign that needs autonomous coordination. Don't use for executing individual review stages directly.

google/mantis · 44 tokens

writing-python

How Python is written in this repo — free functions over classes, structured returns instead of mutated arguments, comprehensions, no module state, and the stdlib-only, annotation-free, Python 3.8 dialect the AST lints enforce. Covers modular structure and the import-layer rule, DRY without copying a helper into a…

AleksandarBisevac/claude-plugins · 161 tokens

cleanup

Clean up after a merged pull request — return to the base branch, remove the worktree, delete the branch, sweep other stale branches and worktrees, and report tracker state. Use after a merge or whenever asked what is left over.

mikestankavich/claude-ship-workflow · 0 tokens

cc-query-performance-safety

A safety workflow for code that performs repeated database queries, large ID-list queries, graph or recursive traversal, or nested service calls.

doccker/cc-use-exp · 66 tokens