tencent-cloud-cos

Automate Tencent COS storage operations and CI asset workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zkksdk/skills --skill tencent-cloud-cos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-cloud-cos
Source: https://github.com/zkksdk/skills/tree/main/skills/tencent-cos-skill
Command: npx skills add https://github.com/zkksdk/skills --skill tencent-cloud-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)集成技能,自动化 COS 存储操作与 CI 资源工作流,提升上传、下载、管理和处理的效率。

Core Features & Use Cases

  • 上传、下载、列出对象
  • 图片处理(质量评估、超分辨率、抠图、二维码识别、水印)
  • 智能搜索、文档转 PDF、视频智能封面等场景

Quick Start

运行 setup 脚本以完成环境检查与凭证配置,然后即可开始执行 COS 操作。

Frequently Asked Questions about tencent-cloud-cos

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

FAQPage Schema
How do I automate Tencent COS file uploads and image processing workflows?

You can automate Tencent COS workflows by running the guided setup script to configure credentials, then executing upload and image processing operations through the cos-mcp MCP server or the Node.js SDK.

Can I generate video covers and convert documents to PDF using Tencent COS?

Yes, Tencent COS integrates with CI to generate smart video covers and convert documents to PDF. These assets are processed directly within the storage workflow and returned as downloadable objects.

Does the COS Node.js SDK support smart image search and background cutout?

Yes, the cos-nodejs-sdk-v5 integration supports smart image search, background cutout, super resolution, and QR code recognition by routing requests through the CI asset processing workflow.

What's the best way to configure credentials for Tencent Cloud COS automation?

The recommended way to configure COS credentials is by running the provided setup script, which performs environment checks and securely sets up the required authentication keys for SDK and MCP execution.

Do I need the cos-nodejs-sdk-v5 package to run COSCMD operations?

No, COSCMD operations run independently as a separate execution path. The skill provides three paths: the cos-mcp MCP server, cos-nodejs-sdk-v5 scripts, and COSCMD, each handling COS operations differently.