Overview
- Skill Key
- gardenchan/tencentcloud-cvm-skill
- Author
- garden
- Source Repo
- openclaw/skills
- Version
- 2.0.0
- Source Path
- skills/gardenchan/tencentcloud-cvm-skill
- Latest Commit SHA
- 4e6e929a773ae5f2336ad6edead102394c85c693
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tencentcloud-cvm-skill 技能。 若已安装,则直接安装 tencentcloud-cvm-skill 技能。
# 腾讯云 CVM 运维工具 基于 Bash + tccli 的腾讯云 CVM 云服务器运维工具集,支持**实例创建**、**资源查询**、**服务器运维**三大核心功能。 ## 快速开始 ### 1. 安装依赖 ```bash # tccli(腾讯云命令行工具) pip3 install tccli # jq(JSON 解析) brew install jq # macOS apt install jq # Ubuntu # sshpass(SSH 密码认证,运维操作需要) brew install hudochenkov/sshpass/sshpass # macOS apt install sshpass # Ubuntu ``` ### 2. 配置凭证 ```bash export TENCENTCLOUD_SECRET_ID="your-secret-id" export TENCENTCLOUD_SECRET_KEY="your-secret-key" ``` ### 3. 典型工作流 ```bash # 1. 查询资源准备创建实例 ./scripts/query/describe-zones.sh # 查可用区 ./scripts/query/describe-images.sh --platform Ubuntu # 查镜像 ./scripts/query/describe-vpcs.sh # 查 VPC # 2. 创建实例(密码自动保存) ./scripts/lifecycle/create-instance.sh \ --zone ap-guangzhou-3 \ --instance-type S5.MEDIUM2 \ --image-id img-xxx \ --vpc-id vpc-xxx \ --subnet-id subnet-xxx \ --sg-id sg-xxx # 3. 更新实例 IP ./scripts/utils/update-instance-ip.sh --instance-id ins-xxx --auto # 4. 运维操作(只需 instance-id) ./scripts/ops/ssh-connect.sh --instance-id ins-xxx ./scripts/ops/system-info.sh --instance-id ins-xxx ``` ## 功能模块 ``` scripts/ ├── lifecycle/ # 实例生命周期:创建、启动、停止、重启、销毁 ├── query/ # 资源查询:实例、镜像、VPC、子网、安全组、可用区 ├── ops/ # 服务器运维:SSH、远程执行、系统信息、磁盘、进程、服务、日志、安全、传输、网络 ├── utils/ # 辅助工具:密码管理、IP 更新、配置查看 └── common.sh # 公共函数库 ``` ### 实例生命周期 | 脚本 | 功能 | 示例 | |------|------|------| | `recommend-instance.sh` | 场景推荐创建 | `--scene blog-small` | | `create-instance.sh` | 手动创建实例 | `--zone ap-guangzhou-3 --instance-type S5.MEDIUM2` | | `start-instance.sh` | 启动实例 | `--instance-id ins-xxx` | | `stop-instance.sh` | 停止实例 | `--instance-id ins-xxx [--force]` | | `reboot-instance.sh` | 重启实例...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.