A comprehensive automation skill for visualizing Tencent Cloud architectures and managing governance through risk assessments and compliance dashboards.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install architecture-visualization-governance
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 architecture-visualization-governance using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust interface for interacting with Tencent Cloud Smart Advisor (Tencent Cloud Smart Advisor) via API. It allows developers to programmatically manage cloud architecture directories, retrieve detailed architecture diagrams, and generate risk heatmaps. By leveraging Openclaw Skills, users can bridge the gap between local CLI operations and the Tencent Cloud web console, ensuring that cloud infrastructure remains compliant with the Well-Architected framework.
At its core, the skill handles complex authentication flows, including AK/SK signature verification and secure CAM role assumption. It is designed for engineers who need to maintain high standards of architecture governance without manually navigating through the cloud console for every assessment.
To begin using this skill within the Openclaw Skills ecosystem, configure your Tencent Cloud credentials:
echo 'export TENCENTCLOUD_SECRET_ID="your-secret-id"' >> ~/.bashrc
echo 'export TENCENTCLOUD_SECRET_KEY="your-secret-key"' >> ~/.bashrc
source ~/.bashrc
Run the environment validation script to ensure all dependencies and permissions are correctly set:
python3 check_env.py
If the environment check indicates that the required role is missing, execute the role creation script after reviewing the permissions:
python3 scripts/create_role.py
The skill manages metadata and configuration locally while pulling real-time data from Tencent Cloud. Data is organized as follows:
| Data Type | Storage Location | Description |
|---|---|---|
| Configuration | ~/.tencent-cloudq/config.json | Stores Role ARNs and Account UINs; no secret keys are stored here. |
| API Metadata | _meta.json | Tracks versioning and update status of the skill. |
| Cache | System Temp | Temporary UIN and session cache to improve response times. |
| API Responses | Memory | Standardized JSON output containing success status, action name, and cloud resource data. |
Loading
A comprehensive DeFi planning tool that generates optimized liquidity provision strategies and direct deep links for PancakeSwap across multiple blockchains.

A comprehensive financial data skill providing real-time market index details, K-line charts, and minute-level pricing data.

A powerful skill for AI agents to search, summarize, and systematically log academic research papers from ArXiv.

Access global barcode data and product details seamlessly through the Go-UPC integration for AI agents.

A high-performance CLI utility for one-click REST/GraphQL API testing, automated report generation, and smart mock data simulation.

A comprehensive toolset for managing OpenBytes network operations through wallet authentication, API key orchestration, and on-chain financial workflows.








































