google-secops
v1.1.0Essential Security Operations skills for Triage, Investigation, and Hunting.
By Google LLCLicense: Apache-2.020.1k GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install google-secops for Codex and Claude Code
codex plugin marketplace add google/skills
codex plugin marketplace upgrade google-plugins
codex plugin add google-secops@google-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the google-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “google-secops” remain stable.
- Codex:
google-secops@agent-plugin-marketplace→google-secops@google-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/google/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloud/google-secops/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/secops-cases/SKILL.md├── skills/secops-detection-engineering/SKILL.md├── skills/secops-hunt/SKILL.md├── skills/secops-investigate/SKILL.md├── skills/secops-triage/SKILL.md└── .mcp.json
Included Skills5
Manage Google Security Operations (SecOps) SOAR cases throughout their lifecycle. Use when listing, creating, inspecting, updating, or closing SOAR cases; adding investigative comments and notes; updating case priority or description; or linking and grouping security alerts within cases. Supports both remote Google SecOps MCP tools and local fallback tools. Don't use for SIEM UDM searches or detection rule authoring.
Author, validate, test, and deploy YARA-L 2.0 detection rules and evaluate end-to-end detection coverage gaps in Google SecOps. Use when writing new detection rules, tuning existing rules, validating syntax, testing logic against historical telemetry, or evaluating detection coverage against threat intelligence blogs, CVE disclosures, and Threat Detection Opportunities (TDOs) using synthetic UDM events and long-running coverage analysis. Don't use for alert triage (use secops-triage), deep forensic event reconstruction on infected hosts (use secops-investigate), or case management operations (use secops-cases).
Expert guidance for proactive threat hunting in Google SecOps. Use when proactively hunting for threats, retroactively analyzing indicators of compromise (IoCs), performing prevalence searches across enterprise events, hunting for MITRE ATT&CK techniques, or detecting behavioral and statistical outliers using UDM queries. Don't use for incoming alert triage (use secops-triage), active incident response and timeline deep-dives on a known breach (use secops-investigate), or detection rule authoring (use secops-detection-engineering).
Expert guidance for deep security incident and entity investigations in Google SecOps. Use when investigating cases, analyzing entities (hosts, IPs, domains, hashes, users), extracting and searching UDM events, performing asset and user timeline analysis, and detecting lateral movement across enterprise networks. Don't use for detection rule authoring or YARA-L tuning (use secops-detection-engineering), proactive hypothesis-driven hunting (use secops-hunt), initial alert triage (use secops-triage), or basic case status updates (use secops-cases).
Expert guidance for security alert triage in Google SecOps. Use when investigating and triaging security alerts, determining false positives vs. true positives, assessing entity risk, adjusting alert severity or priority, and closing or escalating alerts and cases. Don't use for deep multi-hop incident investigations across host timelines (use secops-investigate), proactive threat hunting or retroactive IoC sweeps (use secops-hunt), or authoring new detection rules (use secops-detection-engineering).
MCP servers1
- url
- https://chronicle.us.rep.googleapis.com/mcp
Plugin manifests3
{
"name": "google-secops",
"version": "1.1.0",
"description": "Essential Security Operations skills for Triage, Investigation, and Hunting.",
"skills": "./skills/",
"interface": {
"displayName": "Google SecOps",
"shortDescription": "Essential Security Operations skills for Triage, Investigation, and Hunting",
"category": "Security"
}
}{
"name": "google-secops",
"description": "Essential Security Operations skills for Triage, Investigation, and Hunting.",
"version": "1.1.0",
"author": {
"name": "Google LLC"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "google-secops",
"version": "1.1.0",
"description": "Essential Security Operations skills for Triage, Investigation, and Hunting.",
"author": {
"name": "Google LLC",
"url": "https://cloud.google.com/security"
},
"homepage": "https://github.com/google/skills/tree/main/plugins/cloud/google-secops",
"repository": "https://github.com/google/skills",
"license": "Apache-2.0",
"keywords": [
"google-secops",
"chronicle",
"security-operations",
"siem",
"soar",
"triage",
"investigation",
"threat-hunting"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[google-secops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/google-secops)