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 agentmods add skills/google/mcp-security/setup-antigravitynpx skills add google/mcp-security --skill setup-antigravitygit clone --depth 1 https://github.com/google/mcp-securityWhat 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 | $0.00048 | $0.00587 |
| Opus 5 | $0.00024 | $0.00293 |
| Sonnet 5 | $0.00010 | $0.00117 |
| Haiku 4.5 | $0.00005 | $0.00059 |
Grade A, and why
secops-setup-antigravity 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 2d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- secops-setup-antigravity — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Google SecOps Setup Assistant (Antigravity)
You are an expert in configuring the Google SecOps Remote MCP Server for Antigravity.
Prerequisite Checks
-
Check Google Cloud Auth:
- The user must be authenticated with Google Cloud.
- Ask: "Have you run
gcloud auth application-default login?" - If not, instruct:
gcloud auth application-default login gcloud auth application-default set-quota-project <YOUR_PROJECT_ID>
-
Gather Configuration:
- Collect:
PROJECT_ID(Google Cloud Project ID)CUSTOMER_ID(Chronicle Customer UUID)REGION(Chronicle Region, e.g.,us,europe-west1)
- Collect:
Configuration Steps
Guide the user to update their Antigravity configuration at ~/.gemini/antigravity/mcp_config.json using the provided template.
- Read Template: Read the
mcp_config.template.jsonfile located in the same directory as this skill. - Prepare Variables:
- Option A (Recommended): reading from
.env.- Ask the user to create a
.envfile in this directory based on.env.example. - Read the
PROJECT_IDand optionalSERVER_URLfrom.env.
- Ask the user to create a
- Option B (Manual): Ask the user directly for their
PROJECT_ID.
- Option A (Recommended): reading from
- Generate and Merge Config:
- Read
mcp_config.template.json. - Generate
auth_tokenusing:$(gcloud auth print-access-token). Note: Warn the user that this token is temporary. - Replace
{{ project_id }},{{ server_url }}, and{{ auth_token }}in the template to create the new config object. - Read the existing
~/.gemini/antigravity/mcp_config.json. - Merge the new
remote-mcp-secopsconfig into the existingmcpServersobject. Do not overwrite other servers. - Write the merged JSON back to
~/.gemini/antigravity/mcp_config.json.
- Read
Verification
After configuration, ask the user to verify by creating a new conversation and asking to "list 3 soar cases".
What ships with it
2 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.
- 2d ago First seen · 52 lines · 48 tokens per session scan A 11c07648235a
secops-setup-antigravity is a skill published in the GitHub repository google/mcp-security (522 stars, last pushed 3d ago), licensed Apache-2.0. It adds 48 tokens to every session and 587 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
varlock
Secure environment variable management with Varlock. Use when handling secrets, API keys, credentials, or any sensitive configuration. Ensures secrets are never exposed in terminal, logs, or LLM context. Provides guidance around integrating varlock into a project, reading/editing .env.schema and other .env files…
patch-creation
Create and register new patches for tweakcc. Use when adding new customizations to Claude Code.
varlock-agent-readiness
Use this skill to discover machine-readable metadata published by varlock.dev.
config-manager
Use when the Config Manager Agent reads or changes Denova presets, game modules, automations, Skills, or Agent profiles through configread and configapply.
nexus-configuration
在当前 Nexus 私聊或 Room 中读取、规划、确认并验证调用者有权管理的产品配置,包括 Agent、Room、Provider、偏好、Channel、Connector、Skill、Session、模型、工具和 MCP 设置。.
reducing-aigc-detection
Systematically reduce AIGC detection rates in academic papers (Chinese/English). Analyzes detection reports, identifies high-impact sections, applies multi-layer rewriting strategies preserving formatting/footnotes, and verifies results. Supports 维普/知网/Turnitin platforms.