Cloud Tencent Cvm

🌐Community
by teachingai · vlatest · Repository

This skill manages Tencent CVM (Cloud Virtual Machines) resources, enabling automated scaling and monitoring for efficient cloud deployments.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add cloud-tencent-cvm npx -- -y @trustedskills/cloud-tencent-cvm
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cloud-tencent-cvm": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cloud-tencent-cvm"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The cloud-tencent-cvm skill enables AI agents to interact with Tencent Cloud's Cloud Virtual Machine (CVM) services. It allows for the management of virtual machines, including lifecycle operations and resource configuration within the Tencent ecosystem.

When to use it

  • Automating the provisioning of new virtual machines for development or production environments.
  • Managing server lifecycles, such as starting, stopping, or terminating instances via code.
  • Integrating cloud infrastructure tasks into automated CI/CD pipelines for Tencent Cloud deployments.
  • Retrieving instance details and monitoring status programmatically without manual console access.

Key capabilities

  • Provisioning and managing Tencent Cloud CVM instances.
  • Executing lifecycle commands on virtual machines.
  • Interfacing with Tencent Cloud APIs for infrastructure automation.

Example prompts

  • "Provision a new Tencent Cloud CVM instance with 4 vCPUs and 16GB RAM in the ap-guangzhou region."
  • "Check the current status of all running virtual machines associated with my Tencent Cloud account."
  • "Automate the startup of a backup server instance every night at 2 AM using this skill."

Tips & gotchas

Ensure your AI agent has valid Tencent Cloud API credentials and appropriate permissions before attempting operations. This skill is specific to Tencent Cloud; it cannot manage virtual machines on other cloud providers like AWS or Azure.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
teachingai
Installs
34

🌐 Community

Passed automated security scans.