What problem does it solve?
This Skill solves the problem of manually managing Tencent Cloud COS buckets and objects by providing a consistent interface for listing, uploading, downloading, deleting, and working with pre-signed URLs.
Core Features & Use Cases
- Bucket management: List all COS buckets across your account to find the correct storage location.
- Object operations: List objects by prefix (including delimiter-style directory browsing), upload/download files, and fetch object metadata.
- Safe bulk actions: Delete objects by prefix in batches with a dry-run option and an explicit confirmation step before deletion.
- Sharing and maintenance: Generate pre-signed download URLs, calculate storage usage by prefix (du-style), and copy objects between keys within the same bucket.
- Common use case: Keep a project’s logs folder tidy by listing current log objects, calculating total size, and deleting only those under a specific prefix once they exceed retention rules.
Quick Start
Use the tencentcloud-cos skill to list objects under a prefix in your bucket by telling the AI: “List the objects in bucket mydata-1250000000 with prefix images/.”