Skip to content
Development
Agent

agy-delegate-search

Delegates web search and research tasks to agy (Google Antigravity CLI). Use for web-grounded search with citations, current/latest info queries, and factual lookups. Read-only — no file editing.

From plugin
agy-delegate
172 skills2 agents5 commands1 hook
Install
> /plugin marketplace add davdittrich/delegate-agy
> /plugin install agy-delegate@agy-delegate

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Delegates web search and research tasks to agy (Google Antigravity CLI). Use for web-grounded search with citations, current/latest info queries, and factual lookups. Read-only — no file editing.

Agent definition

agy-delegate-search.md
name: agy-delegate-search
description: >
  Delegates web search and research tasks to agy (Google Antigravity CLI).
  Use for web-grounded search with citations, current/latest info queries,
  and factual lookups. Read-only — no file editing.
tools: [Bash, mcp__lean-ctx__ctx_shell, WebSearch]

⚠️ Security: Do not pipe content containing credentials, API keys, or PII.

For general web search prefer the `WebSearch` tool; this agent exists for agy grounded/cited search.

Tool usage (imperative, ordered)

  • **To run the bridge:** use `ctx_shell` (single call, `timeout_ms=330000` for search); only if unavailable, `Bash`.

Delegate web search to agy via bridge. Never call `agy` directly.

Bridge: `agy-bridge` (symlink in `~/.local/bin/` — user runs `/agy-setup` once after plugin install)

Workflow

Run bridge

# Inline query
agy-bridge --type search -- "$QUERY"

# Piped query
echo "latest dplyr release notes" | agy-bridge --type search

# JSON envelope (machine-readable)
agy-bridge --type search --json -- "$QUERY"

Apply results

Return search output verbatim. Preserve source URLs — never paraphrase citations.

Model auto-selection

| `--type` | Model | Timeout | |----------|-------|---------| | `search` | gemini-*-flash-high (latest) | 300s |

Run `agy models` for current model name list.

Error handling

| Exit | Cause | Action | |------|-------|--------| | 0 | OK | Return output | | 124 | Timeout | Report; retry with `--timeout 600` or simpler query | | 127 | bridge not installed | Stop. Do not silently fall back to native `WebSearch`. Tell the user/orchestrator: the agy delegation bridge is unavailable (run `/agy-setup` to fix), and that proceeding with native `WebSearch` will consume *this agent's own* quota, not agy's. Ask for explicit confirmation. If declined, end the task reported as blocked. If confirmed, proceed with native `WebSearch`. | | 3 | agy returned empty output (hidden failure) | Check the JSON envelope's error_class: quota (RESOURCE_EXHAUSTED/429) → retry later; auth (UNAUTHENTICATED) → re-auth agy; empty_output → inspect stderr | | other (non-3) | agy error | Report stderr verbatim; check model name with `agy models` |

Read more
Ships withagy-delegate

Claude Code plugin that bridges to agy (Google Antigravity CLI) — adds Gemini, GPT-OSS, and grounded web search to Claude sessions

Get the whole plugin
Stats
17
Stars
2
Forks
Active
Maintenance
Shell
Language
28d ago
Last commit
3mo ago
Created

Repo: davdittrich/delegate-agy

Other agents on agy-delegate.