hermes - 💡(How to fix) Fix [Feature]: Add Antigravity toolset / skill

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Problem or Use Case

I often work with agent‑orchestration tools and would like to use Google’s Antigravity CLI/SDK directly from within a Hermes session, just as I can with Claude Code, Codex, or OpenCode.

Proposed Solution

Add an antigravity toolset (and optionally an antigravity‑agent skill) that lets Hermes users run Antigravity commands via the existing tool‑calling mechanism, expose a slashcommand (/antigravity <prompt>), and provide documentation/examples.

Alternatives Considered

  • Manually call terminal({command: "antigravity …"}) each time – works but lacks discoverability, auto‑completion, and a structured way to bundle workflows into a skill.
  • Use a separate terminal session – loses Hermes’ persistent memory, skill curation, and multi‑gateway benefits.

Additional context

  • Antigravity homepage: Google Antigravity
  • The CLI is a single binary; the SDK is a Python package installable via pip.
  • Hermes already has patterns for wrapping CLIs (see claude‑code, codex, opencode toolsets).

Feature Type

New bundled skill

Scope

Medium (few files, < 300 lines)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING