secops-setup-antigravity
SKILL.md
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".
Weekly Installs
1
Repository
smithery/aiFirst Seen
4 days ago
Installed on
amp1
opencode1
kimi-cli1
codex1
github-copilot1
antigravity1