SE

secops-setup-antigravity

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.zip

Installs 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.
168 chars✓ has a “when” trigger
Intermediate

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

You give it
Google Cloud Project ID and Region
You get back
Formatted JSON configuration for Antigravity

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

  1. 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>
      
  2. Gather Configuration:

    • Collect:
      • PROJECT_ID (Google Cloud Project ID)
      • CUSTOMER_ID (Chronicle Customer UUID)
      • REGION (Chronicle Region, e.g., us, europe-west1)

Configuration Steps

Guide the user to update their Antigravity configuration at ~/.gemini/antigravity/mcp_config.json using the provided template.

  1. Read Template: Read the mcp_config.template.json file located in the same directory as this skill.
  2. Prepare Variables:
    • Option A (Recommended): reading from .env.
      • Ask the user to create a .env file in this directory based on .env.example.
      • Read the PROJECT_ID and optional SERVER_URL from .env.
    • Option B (Manual): Ask the user directly for their PROJECT_ID.
  3. Generate and Merge Config:
    • Read mcp_config.template.json.
    • Generate auth_token using: $(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-secops config into the existing mcpServers object. Do not overwrite other servers.
    • Write the merged JSON back to ~/.gemini/antigravity/mcp_config.json.

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

Gcloud CLI

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.

SkillInstallsUpdatedSafetyDifficulty
secops-setup-antigravity (this skill)47moReviewIntermediate
secrets-management53moReviewAdvanced
healthcheck102moReviewIntermediate
cloud-penetration-testing36moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

585

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).

1073

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.

343

security-scanning-security-hardening

sickn33

Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls.

333

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.

16

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.

15

Search skills

Search the agent skills registry