CLS CLI is a high-performance command-line tool built in Go for managing and querying Tencent Cloud Log Service resources with ease.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cls-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cls-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CLS CLI is a comprehensive developer tool designed to bridge the gap between terminal environments and the Tencent Cloud Log Service (CLS). It allows users to perform complex log searches, manage infrastructure configurations, and monitor system health without leaving the command line. As part of the Openclaw Skills ecosystem, it provides a structured way for developers and AI agents to interact with cloud logging data, ensuring rapid troubleshooting and efficient resource management.
Built with Go 1.23+, the tool is optimized for speed and portability, supporting multiple output formats such as JSON, tables, and CSV. It serves as a critical bridge for DevOps professionals who need to automate log collection, setup alarms, and visualize data through dashboards using a unified interface.
Build and install the binary in one step:
git clone https://github.com/trumphuang/CLS_CLI.git /tmp/CLS_CLI && cd /tmp/CLS_CLI/cls-cli && go build -o cls-cli . && mv cls-cli /usr/local/bin/ && rm -rf /tmp/CLS_CLI && cls-cli version
Initialize your credentials:
cls-cli config init --secret-id <SECRET_ID> --secret-key <SECRET_KEY> --region ap-guangzhou
Verify the installation:
cls-cli version
The skill manages data across several key Tencent Cloud entities. The following table describes the primary data structures used within Openclaw Skills for CLS:
| Component | Description | Key Attributes |
|---|---|---|
| Log Topic | Container for log data | Name, ID, TTL, Partition Count |
| Alarm | Monitoring rules | Query, Condition, Period, Alarm ID |
| Machine Group | Target server clusters | IP/Label, Group ID, Status |
| Collector | Ingestion configurations | Path, File Pattern, Extraction Type |
| Dashboard | Visual representation | Dashboard ID, Widget Config |
Loading
A local security auditor that scans infrastructure-as-code and CI/CD pipelines for 80+ common misconfigurations and compliance issues.

A specialized AI companion for Sun Yat-sen University students featuring local memory, gacha-style personalities, and campus-specific knowledge retrieval.

A professional profile skill providing comprehensive data on Debao Hengsheng's medical supply chain SPD services and smart hospital logistics.

A powerful automation tool for generating one-click interactive chat and management scripts for NVIDIA NIM formatted large language models.

An automated system for defining, enforcing, and tracking structured workflows and rule compliance for AI agents.

RegexGuard is a comprehensive safety and correctness analyzer that scans codebases for catastrophic backtracking, portability issues, and regex security vulnerabilities.








































