aliyun-sls-log-queryUse when querying or troubleshooting logs in Alibaba Cloud Log Service (SLS) using query|analysis syntax and the Python SDK. Use for time-bounded log search,...
Install via ClawdBot CLI:
clawdbot install cinience/aliyun-sls-log-queryGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 5, 2026
DevOps engineers can quickly filter error logs (e.g., status:500) from Alibaba Cloud SLS within a specific time window to identify root causes of production incidents. This scenario reduces mean time to resolution (MTTR) by enabling targeted log analysis without manual log searching.
SRE teams aggregate logs by status codes or endpoints using SQL-like analysis clauses (e.g., SELECT status, count(*) GROUP BY status) to monitor application health and detect anomalies. This supports proactive issue detection and capacity planning.
Security analysts use time-bound queries and error patterns to trace unauthorized access attempts or suspicious activities within logs. The script automation enables reproducible investigations across multiple log stores.
Platform teams query multiple logstores in parallel using comma-separated values or repeated --logstore flags to correlate logs from different microservices. This aids in end-to-end tracing and dependency analysis during incidents.
Offer log query and troubleshooting as a managed service for enterprise clients, charging based on query volume or log storage usage. The Aliyun SLS integration provides backend infrastructure while the tooling adds value via script automation and analysis templates.
License the skill package to organizations for internal use, enabling their engineering teams to self-serve log analysis. Revenue comes from per-seat licenses or annual contracts with support and customization.
Bundle the tooling with incident response consulting services, using the scripts to accelerate root cause analysis for clients. This increases consulting efficiency and provides a competitive differentiator.
💬 Integration Tip
Ensure environment variables (ALIBABA_CLOUD_ACCESS_KEY_ID, etc.) are set before use. For multi-logstore queries, use comma-separated values or repeat --logstore argument.
Scored Apr 19, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.