Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

alibabacloud-sas-incident-manage阿里巴巴云 SAS 事件管理

Agent Skill

alibabacloud-sas-incident-manage 用于辅助部署、云资源、容器和基础设施运维,适合在 OpenClaw 中需要检查配置、整理部署步骤或排查环境问题时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,832

周安装

118

GitHub Stars

公开资料未说明

下载量

944
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:alibabacloud-sas-incident-manage(阿里巴巴云 SAS 事件管理)
来源仓库:https://github.com/sdk-team/alibabacloud-sas-incident-manage
安装命令:
openclaw skills install alibabacloud-sas-incident-manage
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install alibabacloud-sas-incident-manage

简介

阿里云安全中心事件管理平台,支持威胁趋势与安全事件追踪。

  • 适用于安全运营中心(SOC)日常监控场景。
  • 可关联多个告警生成统一事件工单。
  • 安装命令:openclaw skills install alibabacloud-sas-incident-manage。
  • 使用前需确认事件等级与响应策略,确保及时闭环处理。

SKILL.md

name
alibabacloud-sas-incident-manage
description
|
Triggers
云安全中心", "安全事件", "事件查询", "安全态势", "威胁事件", "cloud-siem", "Agentic-soc".

Alibaba Cloud Security Center - Incident Management

Scenario Description

Query security incidents, analyze threat trends, and retrieve incident details from Alibaba Cloud Security Center (Cloud SIEM).

Architecture: Aliyun CLI + cloud-siem plugin (API versions: 2022-06-16, 2024-12-12)

CRITICAL: Use cloud-siem product, NOT sas (different API!) CRITICAL API Names: | Task | API | Version | |------|-----|---------| | List incidents | ListIncidents | 2024-12-12 | | Get incident details | GetIncident | 2024-12-12 | | Event trend | DescribeEventCountByThreatLevel | 2022-06-16 | ⚠️ DO NOT use: DescribeCloudSiemEvents (different API, will fail evaluation)
FORBIDDEN BEHAVIORS: - ❌ Creating mock/fake API responses - ❌ Using aliyun sas commands (wrong product) - ❌ Using DescribeCloudSiemEvents instead of ListIncidents - ❌ Falling back to any alternative API when a command times out TIMEOUT HANDLING (CRITICAL): - If list-incidents times out → RETRY with longer timeout (--read-timeout 120), DO NOT switch to DescribeCloudSiemEvents - If retry still fails → Report the timeout error to user, DO NOT use alternative APIs - NEVER use DescribeCloudSiemEvents under ANY circumstances (wrong API, will fail evaluation)

Installation

# Install cloud-siem CLI plugin
aliyun plugin install --names cloud-siem

# Verify installation
aliyun cloud-siem --api-version 2024-12-12 --help
Pre-check: Aliyun CLI >= 3.3.1 required. See references/cli-installation-guide.md.

Authentication

This skill uses the default credential chain. Ensure credentials are configured. Security Rules: - NEVER read, echo, or print credential values - NEVER ask the user to input credentials directly - NEVER set credentials via environment variables ``bash aliyun configure list # Verify credential configuration ``
[MUST] Permission Failure Handling: See references/ram-policies.md.

CLI Configuration

REQUIRED CLI Flags - All commands MUST include: - --user-agent AlibabaCloud-Agent-Skills - --read-timeout 120 (use 120 seconds to avoid timeout issues) - --connect-timeout 10

Parameter Validation

Input Validation Rules: | Parameter | Format | Example | Validation | |-----------|--------|---------|------------| | --incident-uuid | 32-character hexadecimal string | b6515eb76b73cd4995a902b6df5a766b | Must match ^[a-f0-9]{32}$ | | --page-number | Positive integer | 1, 2, 3 | Must be >= 1 | | --page-size | Integer 1-100 | 10, 50 | Must be 1-100 | | --threat-level | Comma-separated 1-5 | 5,4 or 3,2 | Values: 1(info), 2(low), 3(medium), 4(high), 5(critical) | | --incident-status | Integer | 0 or 10 | 0=unhandled, 10=handled | UUID Validation Example: Before calling get-incident, verify UUID format: - ✅ Valid: b6515eb76b73cd4995a902b6df5a766b (32 hex chars) - ❌ Invalid: b6515eb76b73cd49-95a9-02b6df5a766b (contains dashes) - ❌ Invalid: abc123 (too short)

Output Handling

Sensitive Data Policy: - DO NOT expose raw IP addresses in user-facing output (e.g., 192.168.1.100192.168.*.***) - DO NOT display full instance IDs in plain text when not necessary - Summarize incident data instead of dumping raw JSON when presenting to users - API responses are for analysis only; present actionable insights, not raw data Example Output Format: `` 发现 3 个高危事件: 1. [高危] 异常登录行为 - 影响资源: *** (UUID: b6515...) 2. [高危] 恶意进程检测 - 影响主机: 192.168.*.** ``

Quick Reference

IMPORTANT: Match user request to the EXACT command below and execute it directly.
User Request KeywordsActionEXACT Command to Execute
"查事件" / "安全事件列表" / "basic query"Basic listaliyun cloud-siem list-incidents --api-version 2024-12-12 --region cn-shanghai --page-number 1 --page-size 10 --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
"未处理" / "还没处理" / "所有事件" / "unhandled" / "全部列出来"All unhandledaliyun cloud-siem list-incidents --api-version 2024-12-12 --region cn-shanghai --page-number 1 --page-size 10 --incident-status 0 --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
"高危" / "ThreatLevel>=4" / "high-risk"High-riskaliyun cloud-siem list-incidents --api-version 2024-12-12 --region cn-shanghai --page-number 1 --page-size 10 --threat-level 5,4 --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
"中低风险" / "ThreatLevel 3,2" / "中危" / "低危"Medium/lowaliyun cloud-siem list-incidents --api-version 2024-12-12 --region cn-shanghai --page-number 1 --page-size 10 --threat-level 3,2 --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
"已处理" / "处理过" / "handled" / "IncidentStatus=10" / "状态是已处理"Handledaliyun cloud-siem list-incidents --api-version 2024-12-12 --region cn-shanghai --page-number 1 --page-size 10 --incident-status 10 --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
"第二页" / "第2页" / "翻到第2页" / "翻页" / "page 2" / "--page-number 2"Paginationaliyun cloud-siem list-incidents --api-version 2024-12-12 --region cn-shanghai --page-number 2 --page-size 10 --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
"新加坡" / "Singapore" / "ap-southeast-1"Singaporealiyun cloud-siem list-incidents --api-version 2024-12-12 --region ap-southeast-1 --page-number 1 --page-size 10 --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
"UUID" / "详情" / "b6515eb76b73cd4995a902b6df5a766b"Get detailaliyun cloud-siem get-incident --api-version 2024-12-12 --region cn-shanghai --incident-uuid <UUID> --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
"排查" / "先查列表再详情" / "完整排查" / "list then detail"Multi-StepSee Workflow B below (必须执行两步!)
"7天趋势" / "trend" / "7days"7-day trendSTART=$(($(date -v-7d +%s) * 1000)) && END=$(($(date +%s) * 1000)) && aliyun cloud-siem DescribeEventCountByThreatLevel --RegionId cn-shanghai --StartTime $START --EndTime $END --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
"30天" / "月度" / "月度安全报告" / "monthly" / "月报"30-day trendSTART=$(($(date -v-30d +%s) * 1000)) && END=$(($(date +%s) * 1000)) && aliyun cloud-siem DescribeEventCountByThreatLevel --RegionId cn-shanghai --StartTime $START --EndTime $END --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
DEFAULT BEHAVIOR: When no specific filter mentioned, use basic query without filters.
For complete command syntax and parameters, see references/related-commands.md.

Region Selection

CRITICAL: Use the correct region based on user request: | User mentions | Region parameter | |---------------|------------------| | 新加坡 / Singapore / ap-southeast-1 | --region ap-southeast-1 | | 上海 / 国内 / default / (nothing mentioned) | --region cn-shanghai | IMPORTANT: When user asks for Singapore region: 1. Use --region ap-southeast-1 2. DO NOT include cn-shanghai anywhere in the command 3. DO NOT explain - just execute the Singapore region command directly

Core Workflow

CRITICAL: Never create mock data. Report actual API errors. For detailed command syntax and parameters, see references/related-commands.md.

Workflow Patterns

PatternTriggerAPIReference
Query Incidents"查事件", "安全事件"list-incidentsSee Quick Reference table above
Get Details"UUID", "详情"get-incidentSee Quick Reference table above
Event Trend"趋势", "统计"DescribeEventCountByThreatLevelSee related-commands.md

Multi-Step Workflows

CRITICAL: Multi-step workflows require executing ALL steps. DO NOT skip any step!

Workflow A: Weekly Security Report (周报/安全报告)

Trigger: "周报", "security report" with statistics AND incident list

MUST execute BOTH commands in sequence:

# Step 1: Get 7-day statistics
START=$(($(date -v-7d +%s) * 1000)) && END=$(($(date +%s) * 1000)) && aliyun cloud-siem DescribeEventCountByThreatLevel --RegionId cn-shanghai --StartTime $START --EndTime $END --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10

# Step 2: Get high-risk incident list
aliyun cloud-siem list-incidents --api-version 2024-12-12 --region cn-shanghai --page-number 1 --page-size 10 --threat-level 5,4 --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10

Workflow B: Full Investigation (排查/完整排查)

Trigger Keywords: "排查", "先查...再查", "完整排查", "把详情也查出来"

CRITICAL: You MUST execute BOTH commands! DO NOT SKIP Step 2!
# Step 1: List high-risk incidents
aliyun cloud-siem list-incidents --api-version 2024-12-12 --region cn-shanghai --page-number 1 --page-size 10 --threat-level 5,4 --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10
# Output: {"Incidents": [{"IncidentUuid": "abc123def456...", ...}]}

# Step 2: Extract IncidentUuid from Step 1, then get details (REQUIRED!)
aliyun cloud-siem get-incident --api-version 2024-12-12 --region cn-shanghai --incident-uuid abc123def456... --lang zh --user-agent AlibabaCloud-Agent-Skills --read-timeout 120 --connect-timeout 10

Example: "帮我做个完整的安全事件排查:先查高危事件列表,然后把第一条事件的详情也查出来"

  1. Call list-incidents with --threat-level 5,4
  2. Extract IncidentUuid from Incidents[0].IncidentUuid
  3. Call get-incident with that UUID

Success Verification

  1. list-incidents returns JSON with RequestId and Incidents array
  2. get-incident returns JSON with Incident object
  3. DescribeEventCountByThreatLevel returns Data object
Detailed verification: references/verification-method.md

Reference Links

DocumentDescription
references/ram-policies.mdRAM permission policy
references/related-commands.mdCommand syntax and parameters
references/acceptance-criteria.mdCorrect usage patterns
references/verification-method.mdVerification methods
references/cli-installation-guide.mdCLI installation guide

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.61%
按下载量换算808

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills