Install
openclaw skills install @sdk-team/alibabacloud-sls-alertingManage Alibaba Cloud SLS alerts and notifications. Use when configuring SLS alert rules, managing notification resources, or investigating alert events.
openclaw skills install @sdk-team/alibabacloud-sls-alertingComplete these checks before executing commands; explanation-only requests do not require CLI setup.
Run aliyun version to verify version >= 3.3.22. If missing or outdated, follow
the CLI installation guide.
Check aliyun sls version and the requested command's help. When an update is
needed, update the SLS plugin:
aliyun plugin update --name sls
Use the CLI's configured profile by default; add --profile only when the user
specifies a profile.
Before the first cloud call, read this skill's manifest
and use its top-level non-empty string version as {skill-version}. Stop and
report an invalid or missing file/version; never guess it.
Generate a fresh random 32-character lowercase hexadecimal {session-id} for
this skill in the conversation; reuse it for operations, pagination, and retries.
When switching skills, read the selected skill's manifest and use its own session
ID and version, including when returning to this skill.
Every cloud API command and request-only dry run MUST include this flag.
Local configure, plugin, version, and help commands are exempt:
--user-agent "AlibabaCloud-Agent-Skills/alibabacloud-sls-alerting/{session-id} skill-version/{skill-version}"
Set SLS_ALERT_USER_AGENT to the resolved value and pass it double-quoted.
Do not send literal placeholders, credentials, or personal identifiers.
Rules define when to raise alerts. Notification resources determine how those alerts are handled and sent. Event diagnosis explains an alert that occurred. Read the matching management or diagnosis entry, then follow only the references needed for the requested operation.
For problems running commands or bundled scripts, use skill usage troubleshooting. Rule behavior and alert outcomes belong to the functional branches above.
aliyun configure get.These references support all operation branches; consult them when needed.