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

tencent-cos

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

Why use this skill?

Manage Tencent Cloud COS storage and perform AI-driven image and video processing directly within OpenClaw. Streamline your cloud media workflows today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shawnminh/tencent-cloud-cos-skill
Or

What This Skill Does

The tencent-cos skill provides a seamless bridge between OpenClaw and Tencent Cloud's powerful Object Storage (COS) and Cloud Intelligent (CI) suite. It enables users to perform sophisticated cloud storage operations and advanced media processing tasks directly through natural language commands. Whether you need to manage raw data assets, batch process images for your application, or leverage AI-driven media analysis like super-resolution and background removal, this skill acts as a comprehensive controller for your cloud infrastructure.

Installation

To get started, first ensure you have the required MCP server installed globally via npm using npm install -g cos-mcp@latest. Once installed, you must provide your Tencent Cloud credentials. In your ~/.openclaw/openclaw.json configuration file, navigate to the skills.entries section and add the tencent-cos entry with your TENCENT_COS_SECRET_ID, TENCENT_COS_SECRET_KEY, TENCENT_COS_REGION, and the default TENCENT_COS_BUCKET. Always ensure your secret keys are kept secure and are not shared publicly.

Use Cases

This skill is designed for developers, media managers, and content creators. Typical use cases include automating the ingestion of local media files into the cloud, performing bulk quality assessment of image libraries before deploying them to production, and enhancing low-quality images using AI-powered super-resolution. It is also ideal for intelligent document workflows, such as converting various document formats into standardized PDFs, and generating video metadata or thumbnails automatically for video distribution pipelines.

Example Prompts

  1. "Upload all images from my local folder ./assets to the configured COS bucket and tell me the total file count."
  2. "Identify the low-quality images in my bucket using the quality assessment tool, then generate a report list."
  3. "Take the file named product_shot.jpg from the cloud, remove the background, and save the result as product_shot_transparent.png."

Tips & Limitations

To maximize performance, ensure your local network has stable access to the Tencent Cloud region specified in your config. Note that media processing tasks (like super-resolution or video processing) may incur additional costs on your Tencent Cloud account beyond standard storage fees; check your CI billing metrics regularly. The skill relies on specific API permissions; if a command fails, verify that your API credentials have the necessary permissions for both COS and CI products. For large file operations, consider the bandwidth limits of your local connection.

Metadata

Author@shawnminh
Stars1015
Views4
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-tencent-cloud-cos-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

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