Cloud Tencent Cdb
Connects to Tencent Cloud Database (CDB) via partme-ai for data retrieval and management tasks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add partme-ai-cloud-tencent-cdb npx -- -y @trustedskills/partme-ai-cloud-tencent-cdb
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"partme-ai-cloud-tencent-cdb": {
"command": "npx",
"args": [
"-y",
"@trustedskills/partme-ai-cloud-tencent-cdb"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Tencent Cloud Database (CDB) services. It allows for tasks like querying database status, managing instances, and potentially executing basic SQL queries directly through the agent. The skill provides a programmatic interface to manage CDB resources within the Tencent Cloud environment.
When to use it
- Database Health Monitoring: Check the health and performance of your Tencent Cloud DB instances.
- Resource Management: Create or delete database instances based on changing application needs.
- Automated Backups: Schedule and monitor backups for critical databases.
- Troubleshooting: Diagnose issues by querying instance details and logs.
Key capabilities
- Query CDB instance status
- Manage CDB instances (create, delete)
- Potentially execute SQL queries (implementation detail not specified)
Example prompts
- "What is the current status of my 'production_db' Tencent Cloud DB?"
- "Create a new Tencent Cloud DB with 4 vCPUs and 16 GB RAM."
- "List all available database backup schedules."
Tips & gotchas
- Requires proper authentication credentials for your Tencent Cloud account.
- The ability to execute SQL queries directly may be limited or require specific configuration.
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.