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 skills add Hydr0neFN/claude-bridges --skill agy-bridge-vendoredgit clone --depth 1 https://github.com/Hydr0neFN/claude-bridgesWrote 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/hydr0nefn/claude-bridges/agy-bridge-vendored)<a href="https://agentmods.dev/skills/hydr0nefn/claude-bridges/agy-bridge-vendored"><img src="https://agentmods.dev/badge/skills/hydr0nefn/claude-bridges/agy-bridge-vendored/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.
<a href="https://agentmods.dev/skills/hydr0nefn/claude-bridges/agy-bridge-vendored"><img src="https://agentmods.dev/badge/skills/hydr0nefn/claude-bridges/agy-bridge-vendored.svg" alt="Reviewed on agentmods" width="80" 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.00055 | $0.00255 |
| Opus 5 | $0.00028 | $0.00128 |
| Sonnet 5 | $0.00011 | $0.00051 |
| Haiku 4.5 | $0.00006 | $0.00026 |
Grade A, and why
agy-delegation 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 11d 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.
This is a copy
100% identical to agy-delegation — 18 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Delegating to Antigravity CLI
Use the agy-bridge MCP tools instead of doing heavy work yourself:
| Situation | Tool |
|---|---|
| File >200 lines, logs, dumps, generated code | analyze_files |
| >3 files in one task | analyze_files |
| Git history / repo-wide search | deep_search |
| Docs or external knowledge | web_lookup |
| Plan critique, code review | adversarial_review |
| Follow-up on a prior delegation | follow_up (use the returned session id) |
| Anything else heavy | delegate |
Every response ends with [agy-bridge] model: … | session: …. Reuse the
session id with follow_up for iterative work — the context stays on agy's
side. Pass cwd as the project root so agy can read files and run git.
What ships with it
5 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.
- 11d ago First seen · 23 lines · 55 tokens per session scan A 63530a95ba9b
agy-delegation is a skill published in the GitHub repository Hydr0neFN/claude-bridges (0 stars, last pushed 14d ago), licensed MIT. It adds 55 tokens to every session and 255 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to agy-delegation, differing in 18 lines, and is treated as a copy.
Other skills, from other repositories
ocx
Drive a running opencodex (ocx) proxy from the CLI — account pools, provider routing, model catalog, usage and cost attribution, request logs, access keys, storage cleanup, and the management API. Use when a task involves controlling or inspecting an opencodex proxy rather than editing the opencodex codebase.…
release
Release a new version of the DevoxxGenie IntelliJ plugin — prompt for the target version, bump it in the build files, write a curated CHANGELOG.md entry and plugin.xml change-notes from the git/PR history since the last tag, build to verify, then commit, tag, and publish a matching GitHub release. Use this whenever…
close-task-commit-push-pr
Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.
git-commit-push-pr
Commit all changes, push to remote, and open a pull request in one go. Use when the user says "commit push pr", "ship it", "open a pr", or invokes /git-commit-push-pr.
review
Review local code changes for bugs, regressions, missing tests, and pragmatic improvements. Use when the user asks to review the current changes from git status, or to review a specific backlog task by id such as task-65 or TASK-65. Also trigger when the user says things like "review", "review current changes", "check…
backseat-driver-testing
Testing strategies for Calva Backseat Driver MCP tools. Use when: Testing Backseat Driver, validating tool updates, testing structural editing workflows, verifying REPL evaluation with who-tracking, testing shadow-cljs runtime discovery and targeting, testing output log filtering, testing load-file tool, smoke testing…