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 COS buckets and media assets directly in OpenClaw. Perform image processing, document conversion, and AI-powered search for your cloud files.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The tencentcloud-cos-skill acts as a powerful bridge between OpenClaw and the Tencent Cloud Object Storage (COS) ecosystem, enhanced by Data Processing (CI) capabilities. It allows your AI agent to act as a sophisticated asset manager. Beyond simple file uploads and downloads, it exposes high-level media processing operations directly to your agent, enabling tasks like automated background removal, document-to-PDF conversion, video frame extraction, and advanced image analysis. By leveraging the official cos-mcp server, the skill ensures high performance and reliable authentication with Tencent Cloud's infrastructure, making it ideal for developers and content creators managing large-scale cloud media repositories.

Installation

  1. Ensure you have the cos-mcp package installed globally: npm install -g cos-mcp@latest.
  2. Configure your environment variables TENCENT_COS_SECRET_ID, TENCENT_COS_SECRET_KEY, TENCENT_COS_REGION, and TENCENT_COS_BUCKET.
  3. Add the skill configuration to your ~/.openclaw/openclaw.json file under the skills.entries section, passing the necessary credentials in the environment object provided in the installation guide.

Use Cases

  • Automated Content Pipeline: Automatically process images uploaded to a 'pending' folder in COS, assess their quality, remove backgrounds, and move valid files to a 'production' folder.
  • Intelligent Media Archiving: Use natural language to search your COS bucket for specific imagery or documents, bypassing the need for exact file names or paths.
  • Secure Document Processing: Convert office documents to PDF or generate thumbnails for large video files stored in the cloud without needing to download the entire assets to the agent's local environment first.

Example Prompts

  1. "Look through the storage bucket and list all photos of mountains, then generate thumbnails for them."
  2. "Download 'report.docx' from the bucket, convert it to a PDF, and upload it back as 'report_final.pdf'."
  3. "Evaluate the quality of 'product_photo.jpg' in my COS bucket and automatically enhance it if the quality score is below 80."

Tips & Limitations

  • Resource Management: Always be mindful of API costs when performing bulk image or video processing (CI) tasks, as these are often billable services.
  • Security: Ensure your SECRET_ID and SECRET_KEY have the minimum necessary IAM permissions (Least Privilege) to only access the specific buckets required for your workflows.
  • Network Latency: While the operations happen on the cloud, large file transfers will still be limited by the network speed between your local environment and the regional Tencent Cloud data center.

Metadata

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

Tags(AI)

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

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