用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dandye/adk_runbooks --skill domain-get-secops-threat-intel命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | domain-get-secops-threat-intel |
| description | Use when retrieving Chronicle SecOps threat intelligence and IOC matches for a domain. |
| category | atomic |
| version | 1.0.0 |
| type | Skill |
| title | Skill: Atomic Runbook: Get Domain Threat Intel via SecOps MCP |
| generated | {"by":"process:google-labs-jules","at":"2026-08-20T02:00:00Z"} |
ID: RB-ATOM-DOMAIN-002
Version: 1.0
Last_Updated: 2025-05-30
Purpose: To retrieve general threat intelligence about a domain/FQDN using the Chronicle secops-mcp get_threat_intel tool. This is often used for broader context or as an alternative if specialized tools are inconclusive.
Parent_Runbook(s)/Protocol(s): rules-bank/indicator_handling_protocols.md#2-atomic-indicator-domain-name--fqdn, rb_domain_get_gti_report.md (as potential next step)
Trigger: When a domain/FQDN requires external threat intelligence, potentially after an initial GTI check, or if narrative context is desired.
domain_name: string - The domain name or FQDN to query.
gti_confidence (optional): string - Confidence level from a preceding GTI check (e.g., "Low_Risk_GTI"). Used for context.secops-mcpget_threat_intelquery: "Provide threat intelligence summary for domain {domain_name}"get_threat_intel tool with the constructed query.
rules-bank/mcp_tool_best_practices.md for guidance on get_threat_intel.secops_ti_summary: string - The textual threat intelligence summary.identified_keywords: list (optional) - Keywords extracted by AI (e.g., "malware distribution", "phishing site", "benign").output_status: string - ["Success", "Failure"]output_message: string (if Failure) - Details of the issue.output_status is "Success":
secops_ti_summary contains keywords like "known malicious", "phishing campaign", "malware C2" THEN
secops_ti_summary contains keywords like "suspicious", "mixed reputation" OR (gti_confidence was "Medium_Risk_GTI_Needs_Correlation" AND summary is not explicitly benign) THEN
rb_domain_lookup_entity_chronicle.md.rb_domain_lookup_entity_chronicle.md.output_status is "Failure"):
output_message.secops_ti_summary to extract identified_keywords for automated decision branching.gti_confidence) should inform interpretation of this tool's output.output_status.rules-bank/ai_performance_logging_requirements.md)rules-bank/mcp_tool_best_practices.mdrules-bank/indicator_handling_protocols.mdrules-bank/ai_performance_logging_requirements.md