tencentcloud-cos

Manage Tencent Cloud COS storage and CI processing across MCP, Node.js SDK, and CLI tools.

8|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill tencentcloud-cos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencentcloud-cos
Source: https://github.com/Tugoukezhang/workbuddy-skills/tree/main/skills/tencentcloud-cos
Command: npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill tencentcloud-cos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cos-nodejs-sdk-v5, and includes scripts (resource) and references (resource) components.

What problem does it solve?

腾讯云 COS 与数据万象 CI 集成技能,帮助你上传、下载、管理对象存储中的文件,并对图片进行处理(质量评估、超分辨率、抠图、二维码识别、水印)、实现智能图片搜索、文档转 PDF、视频智能封面等自动化任务。

Core Features & Use Cases

  • COS 基本操作:上传、下载、列出对象、获取签名 URL 等常用存储功能,支持前缀过滤和批量操作。
  • 图片与文档处理能力:对图片执行质量评估、AI 超分辨率、智能抠图、二维码识别与水印添加,以及文档转 PDF、视频智能封面等异步任务。
  • 首次使用与自动化入口:通过 setup.sh 自动配置凭证和依赖,后续通过 cos_node.mjs 或 mcporter 调用执行日常操作。

Quick Start

Run the setup.sh script to configure credentials and dependencies, then use the cos_node.mjs script to perform operations like upload and download.

Frequently Asked Questions about tencentcloud-cos

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

FAQPage Schema
How do I upload and download files from Tencent Cloud COS storage?

To upload and download files from Tencent Cloud COS storage, use the cos_node.mjs script after running setup.sh to configure credentials, enabling basic object operations like batch uploads, downloads, and listing with prefix filtering.

Can I automate image processing tasks like background removal and super resolution in cloud storage?

Yes, you can automate image processing in cloud storage by executing AI super resolution, smart background removal, quality evaluation, and QR code recognition tasks through Tencent COS and CI integration using the provided Node.js SDK operations.

Does this tool support document conversion to PDF and video smart cover generation?

Yes, this tool supports document conversion to PDF and video smart cover generation by leveraging Tencent Cloud CI asynchronous tasks, allowing automated media processing and document format transformation directly within your storage workflows.

What is the best way to configure Tencent Cloud COS credentials for Node.js SDK automation?

The best way to configure Tencent Cloud COS credentials for Node.js SDK automation is by running the setup.sh script, which handles environment variable configuration and dependency setup for secure credential handling across CLI and SDK operations.

How do I get a signed URL for objects stored in Tencent Cloud COS?

You can get a signed URL for objects stored in Tencent Cloud COS by invoking the specific URL generation operation in the cos_node.mjs script, which securely handles temporary access tokens for your cloud storage files.