google-antigravity-sdk

google-antigravity-sdk is a skill for Claude Code, Codex from Bilal140202/the-lord-of-the-skills. It costs 53 tokens per session (1,075 once invoked), scanned A, a copy of google-antigravity-sdk, MIT.

A software development guide for creating, configuring, and debugging autonomous AI agents and groups of agents with the Google Antigravity SDK. It also covers checking the project setup and Gemini API credentials.

In plain words
What is it for?
Use it to build or coordinate Google Antigravity agents, verify Node.js project setup, and connect the agents to Gemini models.
Why use it?
It gives developers a defined process for determining whether the SDK fits a project and for handling required dependencies and authentication.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to build or coordinate Google Antigravity agents, verify Node.js project setup, and connect the agents to Gemini models.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bilal140202/the-lord-of-the-skills/continuous-labs__antigravity-sdk-nodejs
Install

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.

Any agent
npx skills add Bilal140202/the-lord-of-the-skills --skill continuous-labs__antigravity-sdk-nodejs
Clone the repo
git clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skills

Made for: Claude Code, Codex.

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 google-antigravity-sdk

README.md
[![agentmods](https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/continuous-labs__antigravity-sdk-nodejs/github.svg)](https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/continuous-labs__antigravity-sdk-nodejs)
Your own site
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/continuous-labs__antigravity-sdk-nodejs"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/continuous-labs__antigravity-sdk-nodejs/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 google-antigravity-sdk

Your own site · 80×15
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/continuous-labs__antigravity-sdk-nodejs"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/continuous-labs__antigravity-sdk-nodejs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,075 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.
Origin 91% copy Near-identical to another mod 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.00053 $0.01075
Opus 5 $0.00026 $0.00537
Sonnet 5 $0.00011 $0.00215
Haiku 4.5 $0.00005 $0.00108

Measured 9d ago against content hash 516fb73d1374, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

google-antigravity-sdk 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 9d 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.

Origin

This is a copy

91% identical to google-antigravity-sdk — 67 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.

skills/gondor/claude-code/Continuous-Labs__antigravity-sdk-nodejs/SKILL.md · 92 lines

How it starts

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

Google Antigravity SDK

Installation & Setup

Before proceeding with any Google Antigravity tasks, ensure the environment is ready:

  • Verify Applicability: If operating in an existing codebase, verify that using this Node.js SDK is possible and appropriate for the project.
  • Check Dependencies: Check if google-antigravity is listed in the project's dependencies (e.g., package.json, package.json).
  • Install Package: Ensure the google-antigravity Node.js package is installed.
  • Authentication Setup: Check for a valid GEMINI_API_KEY environment variable or a .env file (required to access Gemini models).
    • If credentials are missing, you MUST actively help the user get set up with an API key by providing the following link:
      • Default to Google AI Studio: https://aistudio.google.com/app/api-keys
    • Explain that the API key can be passed explicitly in code as shorthand (e.g., LocalAgentConfig(api_key="...")) or automatically read from the environment.

Routing Table

Use the following information to dig deeper into specific topics based on the user request. Read the referenced files or explore the directories to find relevant information.

References

  • If the user needs to understand the high-level overview and core concepts of the Google Antigravity SDK (Agent, Conversation, Connection), read references/architecture.md.
  • If the user needs to perform advanced agent configuration, select appropriate models, or understand the critical rules for model identifiers to avoid assumptions, read references/agent_configuration.md.
  • If the user needs to extend an agent's capabilities by integrating Model Context Protocol (MCP) servers, or configure tool permissions for the agent, read references/mcp_integration.md.
  • If the user needs to define safety policies, resolve execution order, or restrict agent actions using predicates, read references/safety_policies.md.
  • If the user needs to debug failed agents, stream logs, or implement error recovery using hooks to make agents robust, read references/error_handling.md.
  • If the user needs to monitor costs, track token usage (including thinking tokens), or build custom audit logs for advanced monitoring, read references/observability.md.
  • If the user needs to see a list of built-in tools and understand their default state, read references/built_in_tools.md.

Read the full file on GitHub · 92 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. 9d ago First seen · 92 lines · 53 tokens per session scan A 516fb73d1374

Subscribe to this mod's changes

google-antigravity-sdk is a skill published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. It adds 53 tokens to every session and 1,075 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to google-antigravity-sdk, differing in 67 lines, and is treated as a copy.