A comprehensive Bash and tccli-based automation suite for managing Tencent Cloud CVM instance lifecycles, resource queries, and remote server operations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tencentcloud-cvm-skill
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 tencentcloud-cvm-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Tencent Cloud CVM Operations Toolkit is a robust set of automation scripts designed to simplify the management of Cloud Virtual Machine (CVM) resources. Built on top of the official Tencent Cloud CLI (tccli) and Bash, it provides a structured approach to provisioning, querying, and maintaining cloud infrastructure. This tool is a prime example of how Openclaw Skills can be leveraged to bridge the gap between complex cloud APIs and day-to-day DevOps tasks.
By encapsulating expert-level operations into repeatable scripts, the toolkit allows developers to manage instance lifecycles, network resources (VPCs, Subnets), and security groups with minimal manual intervention. It emphasizes security through local credential management and restricted execution environments, making it an essential asset for teams operating on Tencent Cloud.
To begin using this skill, ensure you have the required dependencies installed:
# Install Tencent Cloud CLI and utilities
pip3 install tccli
brew install jq hudochenkov/sshpass/sshpass # macOS
# OR
apt install jq sshpass # Ubuntu
Configure your environment with your Tencent Cloud API credentials:
export TENCENTCLOUD_SECRET_ID="your-secret-id"
export TENCENTCLOUD_SECRET_KEY="your-secret-key"
You can then run scripts directly from the scripts directory, such as ./scripts/lifecycle/create-instance.sh.
The toolkit organizes its data through environment variables and a local JSON-based password store to ensure seamless automation across Openclaw Skills.
| Data Component | Description | Storage Path |
|---|---|---|
| API Credentials | Secret ID and Key for tccli | Environment Variables |
| Password Store | JSON mapping of Instance ID to Password/IP | ~/.tencent_cvm_passwords |
| Defaults | Region, Zone, and Instance Type settings | Environment Variables |
| Logs | Execution history and API responses | Standard Output / Local Logs |
Loading
A professional automation tool for creating cleaned, ready-to-use Feishu Bitable tables with intelligent data population and admin management.

A mobile automation skill that enables AI agents to control Android devices via natural language for testing, data collection, and UI interaction.

A specialized skill for extracting, parsing, and modifying EPUB files by treating them as structured ZIP archives.

A zero-interaction automation skill designed to retrieve, extract, and visualize financial data from daily fund report email attachments.

A powerful CLI tool for interacting with Google Calendar, specialized for extracting meeting notes and event attachments.

A lightweight Python automation that extracts the top 10 real-time search trends and news headlines from Daum.








































