cloud-tencent-cos

Manage Tencent Cloud COS buckets, objects, and access control.

610|93|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/partme-ai/full-stack-skills --skill cloud-tencent-cos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-tencent-cos
Source: https://github.com/partme-ai/full-stack-skills/tree/main/skills/cloud-tencent-cos
Command: npx skills add https://github.com/partme-ai/full-stack-skills --skill cloud-tencent-cos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidance and management capabilities for Tencent Cloud Object Storage (COS), simplifying cloud storage operations.

Core Features & Use Cases

  • Bucket Management: Create, configure, and manage COS buckets.
  • Object Operations: Upload, download, delete, and manage objects within buckets.
  • Access Control: Configure permissions and access policies for COS resources.
  • Use Case: A developer needs to store user-uploaded images for a web application. They can use this skill to create a new COS bucket, set appropriate access permissions, and then upload images to that bucket.

Quick Start

Use the cloud-tencent-cos skill to create a new COS bucket named 'my-app-data-bucket'.

Frequently Asked Questions about cloud-tencent-cos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Tencent Cloud COS bucket for storing application files?

To create a Tencent Cloud COS bucket, you need to make specific API calls to provision the storage resource and configure its initial settings. This allows you to immediately start uploading and managing application files in cloud storage.

What is the best way to manage object storage permissions in Tencent Cloud COS?

Managing object storage permissions in Tencent Cloud COS involves configuring access control policies on your buckets and objects. You set these policies via API calls to securely define who can read or write your stored data.

Does Tencent Cloud COS support configuring access control for user-uploaded images?

Yes, Tencent Cloud COS supports configuring access control for user-uploaded images. You can create a bucket, set appropriate access permissions, and upload images directly to that bucket for web applications via API calls.

How do I upload and download objects within a Tencent Cloud COS bucket?

You upload and download objects within a Tencent Cloud COS bucket by executing specific API calls to interact with the storage service. This enables direct object operations for managing files in your configured buckets.

What do I need to configure COS buckets and work with Tencent Cloud storage?

To configure COS buckets and work with Tencent Cloud storage, you need an environment capable of making specific API calls to interact with Tencent Cloud services for managing your storage resources effectively.