Cloudbase Agent Ts
Automates Tencent CloudBase tasks like function deployment, database management, and resource monitoring via API calls.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tencentcloudbase-cloudbase-agent-ts npx -- -y @trustedskills/tencentcloudbase-cloudbase-agent-ts
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tencentcloudbase-cloudbase-agent-ts": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tencentcloudbase-cloudbase-agent-ts"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, tencentcloudbase-cloudbase-agent-ts, provides access to Tencent CloudBase's management console (MCP) functionality within an AI agent. It allows agents to interact with and manage resources on the Tencent CloudBase platform, including deploying applications, managing databases, and configuring storage buckets. This enables automation of cloud infrastructure tasks directly through natural language interactions.
When to use it
- Automated Deployment: Deploy a new application to your Tencent CloudBase environment based on agent instructions.
- Resource Management: Modify the configuration of an existing database or storage bucket within your CloudBase account.
- Troubleshooting: Retrieve logs and status information for deployed applications to diagnose issues.
- Infrastructure Provisioning: Create new resources, such as function nodes or serverless databases, on demand.
Key capabilities
- Access Tencent CloudBase MCP functionality
- Deploy applications
- Manage databases
- Configure storage buckets
Example prompts
- "Deploy my 'my-app' application to the production environment."
- "What is the status of my database named 'user_db'?"
- "Increase the storage capacity of my bucket 'data-bucket' by 10GB."
Tips & gotchas
- Requires proper authentication and permissions within your Tencent CloudBase account. Ensure the agent has the necessary credentials to perform actions on the platform.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.