Upload local files to Tencent COS (oss.1024code.com CDN) using coscli. Use when user wants to upload a file to CDN/OSS, or deploy static assets.
63
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.clacky/skills/oss-upload/SKILL.mdUpload files to Tencent COS bucket clackyai-1258723534, served via https://oss.1024code.com.
coscli — config at ~/.cos.yaml
clackyai-1258723534ap-guangzhoucos.ap-guangzhou.myqcloud.comhttps://oss.1024code.com/<path>coscli cp <local-file> cos://clackyai-1258723534/<remote-path># Upload a single file to bucket root
coscli cp /tmp/wsl.2.6.3.0.arm64.msi cos://clackyai-1258723534/wsl.2.6.3.0.arm64.msi
# Upload to a subdirectory
coscli cp /tmp/install.ps1 cos://clackyai-1258723534/clacky-ai/openclacky/main/scripts/install.ps1
# Upload entire directory recursively
coscli cp /tmp/dist/ cos://clackyai-1258723534/dist/ -rAfter upload, the file is accessible at:
https://oss.1024code.com/<remote-path>coscli cp <local> cos://clackyai-1258723534/<path>https://oss.1024code.com/<path>4aea278
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.