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

tencentcloud-cos-skill

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

Why use this skill?

Manage Tencent Cloud Object Storage and CI features with OpenClaw. Upload files, perform AI image processing, and search assets via natural language commands.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The tencentcloud-cos-skill acts as a powerful bridge between your OpenClaw agent and the Tencent Cloud Object Storage (COS) ecosystem. Leveraging the official MCP (Model Context Protocol) server, this skill empowers your AI agent to perform sophisticated cloud storage operations, image processing, and intelligent media analysis directly from your chat interface. Whether you are managing massive cloud data sets, automating workflows for image optimization using Data Mantis (CI), or searching through local and remote assets with AI-driven queries, this tool provides a robust, standardized interface to handle cloud infrastructure tasks without manual console management.

Installation

To integrate this skill into your environment, follow these two mandatory steps:

  1. Core Installation: Run npm install -g cos-mcp@latest in your terminal to install the underlying MCP server dependencies.
  2. Clawdbot Configuration: Locate your configuration file at ~/.openclaw/openclaw.json and inject your Tencent Cloud credentials (SecretID, SecretKey, Region, and Bucket name). This ensures your agent is authenticated with the necessary permissions to read, write, and process your cloud data securely.

Use Cases

  • Automated Content Pipeline: Automatically upload raw images, evaluate quality, remove backgrounds, and watermark assets for web production.
  • Smart Media Management: Build a searchable knowledge base of images by using natural language queries to locate specific files in your cloud storage.
  • Archiving & Documentation: Perform bulk batch operations, such as converting office documents to PDFs for storage or generating automated thumbnails and video covers from raw video uploads.

Example Prompts

  1. "Upload the folder ./reports to the current COS bucket and generate a report of all file names."
  2. "Search my cloud storage for images that look like a sunset and apply a watermark with the text 'Copyright 2024'."
  3. "Convert document.docx to PDF and save it back to the cloud storage under the path /documents/converted/."

Tips & Limitations

  • Security: Always use sub-account credentials with the principle of least privilege to ensure only necessary bucket permissions are granted to the agent.
  • Performance: While image processing is handled on the cloud side, latency may occur with very large files or high-resolution videos; ensure your network connection is stable during large batch uploads.
  • Limitations: The skill relies on Tencent Cloud's API quotas; ensure your account plan supports the specific advanced features (like super-resolution or intelligent cropping) to avoid service request failures.

Metadata

Author@shawnminh
Stars1015
Views7
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": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#tencent-cloud#cos#cloud-storage#ai-imaging#automation
Safety Score: 4/5

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