Guides the user through the setup process for the Google SecOps Remote MCP server for Antigravity, including authentication and config file generation.
Install
mkdir -p .claude/skills/secops-setup-antigravity && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1189" && unzip -o skill.zip -d .claude/skills/secops-setup-antigravity && rm skill.zipInstalls to .claude/skills/secops-setup-antigravity
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Helps the user configure the Google SecOps Remote MCP Server for Antigravity. Use this when the user asks to "set up" or "configure" the security tools for Antigravity.Key capabilities
- →Authenticates with Google Cloud
- →Generates SecOps JSON configuration files
- →Validates environment variable settings
- →Merges configurations into existing files
How it works
Runs a sequence of terminal commands to verify cloud identity, collect environment-specific IDs, and inject them into a template.
Inputs & outputs
When to use secops-setup-antigravity
- →Configure SecOps Remote MCP
- →Authenticate with Google Cloud for SecOps
- →Generate Antigravity configuration files
- →Set up environment variables for SecOps
About this skill
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".
When not to use it
- →General-purpose system security hardening
- →Non-Google SecOps environments
Prerequisites
Limitations
- →Requires valid Google Cloud authentication
- →Overwrites target configuration file
How it compares
It automates the specific file path management and token injection required for the SecOps MCP server.
Compared to similar skills
secops-setup-antigravity side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| secops-setup-antigravity (this skill) | 4 | 7mo | Review | Intermediate |
| secrets-management | 5 | 3mo | Review | Advanced |
| healthcheck | 10 | 2mo | Review | Intermediate |
| cloud-penetration-testing | 3 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by google
View all by google →You might also like
secrets-management
wshobson
Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.
healthcheck
openclaw
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
cloud-penetration-testing
davila7
This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive techniques for security assessment across major cloud platforms.
security-scanning-security-hardening
sickn33
Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls.
secrets-manager
itsmostafa
AWS Secrets Manager for secure secret storage and rotation. Use when storing credentials, configuring automatic rotation, managing secret versions, retrieving secrets in applications, or integrating with RDS.
iam
itsmostafa
AWS Identity and Access Management for users, roles, policies, and permissions. Use when creating IAM policies, configuring cross-account access, setting up service roles, troubleshooting permission errors, or managing access control.