What problem does it solve?
Enables reliable, production-grade searches and statistical analysis over Tencent Cloud CLS logs while removing friction of topic lookup, field discovery, and multi-page retrieval so engineers can diagnose issues faster.
Core Features & Use Cases
- Topic name → TopicId resolution: accept human-friendly topic names and resolve them to TopicId via a local mapping or fuzzy match.
- Automatic pagination and merging: when SearchLog returns partial pages (ListOver == false) the Skill uses Context to continue fetching until completion or configured limits.
- Robust query workflow: validates field names with small-sample probes, applies downgrade strategies (approximate functions, windowing, sampling) on timeouts, and signs API calls using TC3-HMAC-SHA256.
- Use cases: on-call error investigation (non-2xx analysis), distinct-entity counts with APPROX_DISTINCT, hourly request volume histograms, and statistical anomaly detection.
Quick Start
Ask the skill: Find omp-trace-log error logs for the last 24 hours and return the Top 5 interfaces by error count.