ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified file management Safety 4/5

tencent-cos

腾讯云对象存储(COS)和数据万象(CI)集成 - 基于官方MCP服务器的Clawdbot技能

Why use this skill?

Seamlessly manage Tencent Cloud Object Storage and perform AI-driven image processing directly in OpenClaw. Upload, edit, and search cloud files effortlessly.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shawnminh/tencentcloud-cos-skill
Or

What This Skill Does

The Tencent COS skill is a comprehensive integration for OpenClaw that brings Tencent Cloud Object Storage (COS) and Data Intelligent (CI) capabilities directly into your workflow. By leveraging the official cos-mcp server, this skill enables seamless management of cloud files, including uploading, downloading, listing, and deleting objects. Beyond standard storage operations, it unlocks advanced AI-driven media processing tools, such as image quality assessment, super-resolution enhancement, background removal, and OCR/QR code recognition. It essentially transforms your cloud storage bucket into an intelligent data management and media processing hub, allowing you to interact with your cloud assets through natural language commands.

Installation

To get started, first install the dependency via terminal using npm install -g cos-mcp@latest. Once installed, you need to configure your environment variables. Ensure you have your TENCENT_COS_SECRET_ID, TENCENT_COS_SECRET_KEY, TENCENT_COS_REGION, and TENCENT_COS_BUCKET ready. Finally, update your ~/.openclaw/openclaw.json configuration file by adding the 'tencent-cos' entry under the 'skills' section with your credentials. Once saved, restart your OpenClaw agent to initialize the connection to your Tencent Cloud account.

Use Cases

This skill is perfect for developers, content creators, and automated workflows. Use it to automate image resizing and quality optimization for web assets, manage large datasets by searching through your COS buckets using natural language queries, or integrate document conversion pipelines where incoming office documents are automatically saved as PDFs. It is also ideal for maintaining media libraries where you need to generate video covers or add dynamic watermarks to bulk image uploads without writing custom scripts.

Example Prompts

  1. "Upload the file 'project-proposal.docx' from my desktop to the default COS bucket and tell me the file URL once it is ready."
  2. "Search for all landscape photos in my storage that match the description 'mountain sunset' and give me their metadata."
  3. "Apply the 'Remove Background' filter to the image 'product-photo.png' in the cloud and save it as a new file in the processed folder."

Tips & Limitations

Always ensure your Secret ID and Key have the minimum necessary IAM permissions required to perform these operations to follow the principle of least privilege. Remember that CI (Data Intelligent) features may incur additional costs on your Tencent Cloud bill beyond standard storage fees, so check the official pricing documentation. Since file operations depend on network stability, ensure your local environment has reliable connectivity to Tencent Cloud regions. Finally, large file processing (like videos or high-resolution images) may take some time depending on your network bandwidth and the specific processing task selected.

Metadata

Author@shawnminh
Stars1015
Views5
Updated2026-02-15
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-shawnminh-tencentcloud-cos-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#cloud-storage#tencent-cloud#image-processing#file-management#automation
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api