← ClaudeAtlas

fetch-asset-from-gdrivelisted

Download referenced assets (footage, BGM, brand kits) from a Google Drive folder using shareable links or the Drive API. Use during setup to pull project assets onto disk.
huodebing-alt/Agentic-Headshot-Video-Studio · ★ 0 · AI & Automation · score 71
Install: claude install-skill huodebing-alt/Agentic-Headshot-Video-Studio
# Fetch Asset From GDrive / 拉取素材 ## When to use / 何时使用 素材在 Google Drive,需拉到本地。 Pulls referenced assets from Google Drive into the project. ## Inputs / 输入 - `config/assets.yaml`: `[{name, drive_id_or_url, dest}]`. ## Output / 输出 - Files saved under `inputs/<dest>` paths. - `workspace/logs/asset.fetch.log`. ## Steps / 步骤 1. For each asset, resolve Drive id from URL. 2. Use Drive MCP to download bytes; verify checksum if provided. 3. Mirror to `inputs/<dest>`. ## Examples / 示例 ``` claude run fetch-asset-from-gdrive ``` ## Failure recovery / 失败回退 - If a file is unshared, surface "request access" link. - If checksum mismatches, redownload once.