Cloud Tencent Cos
This skill allows you to interact with Tencent COS (Cloud Object Storage) for file management tasks like uploading and downloading directly from your AI agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloud-tencent-cos npx -- -y @trustedskills/cloud-tencent-cos
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloud-tencent-cos": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloud-tencent-cos"
]
}
}
}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 Object Storage (COS), allowing them to manage files and objects within a specific bucket. It provides direct access to storage operations essential for handling large-scale data assets in the Tencent ecosystem.
When to use it
- Uploading or downloading binary files, images, and videos stored on Tencent COS.
- Listing existing objects within a designated storage bucket to audit inventory.
- Managing object metadata and lifecycle policies for automated data retention.
- Integrating cloud storage workflows into full-stack applications hosted on Tencent Cloud.
Key capabilities
- Direct interaction with Tencent Cloud Object Storage (COS) APIs.
- Bucket-level management and object retrieval operations.
- Support for file transfer protocols compatible with COS infrastructure.
- Integration within the
teachingai/full-stack-skillsregistry.
Example prompts
- "Upload this dataset to my Tencent COS bucket using the cloud-tencent-cos skill."
- "List all image files currently stored in the 'assets' bucket on Tencent Cloud."
- "Download the latest backup file from our Tencent Object Storage instance."
Tips & gotchas
Ensure your AI agent has valid Tencent Cloud authentication credentials (Access Key and Secret Key) configured before attempting any operations. This skill is specific to Tencent's infrastructure and will not function with other cloud providers like AWS S3 or Google Cloud Storage.
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.