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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/shawnminh/tencent-cos-skillWhat 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
- Ensure you have the
cos-mcppackage installed globally:npm install -g cos-mcp@latest. - Configure your environment variables
TENCENT_COS_SECRET_ID,TENCENT_COS_SECRET_KEY,TENCENT_COS_REGION, andTENCENT_COS_BUCKET. - Add the skill configuration to your
~/.openclaw/openclaw.jsonfile under theskills.entriessection, 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
- "Look through the storage bucket and list all photos of mountains, then generate thumbnails for them."
- "Download 'report.docx' from the bucket, convert it to a PDF, and upload it back as 'report_final.pdf'."
- "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_IDandSECRET_KEYhave 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-shawnminh-tencent-cos-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
tencent-cos
腾讯云对象存储(COS)和数据万象(CI)集成 - 基于官方MCP服务器的Clawdbot技能
tencentcloud-cos-skill
腾讯云对象存储(COS)和数据万象(CI)集成 - 基于官方MCP服务器的Clawdbot技能
tencent-cos
腾讯云对象存储(COS)和数据万象(CI)集成 - 基于官方MCP服务器的Clawdbot技能
tencent-cos
腾讯云对象存储(COS)和数据万象(CI)集成 - 基于官方MCP服务器的Clawdbot技能
tencentcloud-cos-skill
腾讯云对象存储(COS)和数据万象(CI)集成 - 基于官方MCP服务器的Clawdbot技能