# Cloud Storage

> Use when listing, uploading, or generating temporary URLs for CloudBase cloud storage from DeepSeek Harness.

- Skill: `tencentcloudbase/cloud-storage` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tencentcloudbase/cloud-storage`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tencentcloudbase/cloud-storage/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tencentcloudbase (https://skillmd.com/u/tencentcloudbase)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tencentcloudbase/cloud-storage

---


# Cloud storage (DSH)

- List / info / temporary URL / read: `mcp__cloudbase__queryStorage`.
- Upload / download / delete: `mcp__cloudbase__manageStorage`.
- Private buckets: `publicUrl` may 403. Always prefer `action=url` temporary links (default 1 hour) and tell the user they expire.

