← Back to Skills Marketplace
OpenClaw Antigravity Sync Skill
by
Karan Baweja
· GitHub ↗
· v1.0.0
1183
Downloads
0
Stars
8
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-antigravity-sync
Description
Automatically discover and configure available Google Antigravity models and quotas.
Usage Guidance
This skill appears to do what it says: read your OpenClaw auth profile, call the Antigravity API, and update openclaw.json (with a backup). Before installing/running it: (1) verify the skill source (the repo/homepage is missing here) — prefer code from a trusted repository; (2) inspect the included sync.cjs (you already have) and confirm the API host (cloudcode-pa.googleapis.com) is expected for your environment; (3) back up your existing ~/.openclaw/openclaw.json (the script makes a .bak but keep your own copy); (4) run the script in a controlled context the first time (or on a copy of your config) to ensure it behaves as expected; and (5) if you have concerns about the internal-looking API path, confirm with your provider/documentation that this endpoint is appropriate for automated queries. If you want higher assurance, request provenance (repository URL or maintainer identity) before use.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-antigravity-sync
Version: 1.0.0
The OpenClaw Antigravity Sync skill is benign. Its `sync.cjs` script performs file system operations (reading `auth-profiles.json`, reading/writing `openclaw.json`, creating a backup) and network requests to `cloudcode-pa.googleapis.com` to fetch and update Google Antigravity model configurations. All these actions are directly aligned with the skill's stated purpose. There is no evidence of data exfiltration to unauthorized endpoints, arbitrary command execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. The inclusion of a WhatsApp safety check further indicates a focus on user security.
Capability Assessment
Purpose & Capability
The skill claims to discover Google Antigravity models and quotas and then update OpenClaw config; the code reads OpenClaw auth profiles and openclaw.json and calls a Google Cloud Code Assist endpoint to fetch models—this is coherent with the description. Note: it calls an internal-looking endpoint path (/v1internal:fetchAvailableModels) on cloudcode-pa.googleapis.com, which is plausible for a vendor API but is nonstandard/implementation-specific.
Instruction Scope
Runtime instructions are narrowly scoped: ensure you're logged in with the google-antigravity profile and run the included Node script. The script only reads ~/.openclaw/agents/main/agent/auth-profiles.json and ~/.openclaw/openclaw.json, queries the Antigravity API, and writes a backup plus updated openclaw.json. It does not attempt to read unrelated system files or send data to unexpected endpoints.
Install Mechanism
No install spec or downloads; the skill includes its Node script and a package.json. That is low risk compared with remote fetch/extract installers. It does require Node to be present (not declared explicitly).
Credentials
No environment variables or external credentials are declared; the script reads the OpenClaw auth profile file to obtain a bearer token for the Google Antigravity API, which is appropriate for its function. It does not request unrelated credentials or config paths.
Persistence & Privilege
The skill is not forced-always, is user-invocable, and does not modify other skills or system-wide settings. It does persist changes to the user's openclaw.json (intended and documented) and creates a .bak backup before writing.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-antigravity-sync - After installation, invoke the skill by name or use
/openclaw-antigravity-sync - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of antigravity-sync skill.
- Automatically discovers and syncs available Google Antigravity models and quotas.
- Updates your openclaw.json with available models and recommended primary model.
- Backs up existing openclaw.json before making changes.
- Can be triggered by saying "sync antigravity", "update models", or "fetch google models".
- Requires authentication with google-antigravity.
Metadata
Frequently Asked Questions
What is OpenClaw Antigravity Sync Skill?
Automatically discover and configure available Google Antigravity models and quotas. It is an AI Agent Skill for Claude Code / OpenClaw, with 1183 downloads so far.
How do I install OpenClaw Antigravity Sync Skill?
Run "/install openclaw-antigravity-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Antigravity Sync Skill free?
Yes, OpenClaw Antigravity Sync Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenClaw Antigravity Sync Skill support?
OpenClaw Antigravity Sync Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Antigravity Sync Skill?
It is built and maintained by Karan Baweja (@krnbwj); the current version is v1.0.0.
More Skills