AI Agent Hub
Back to skills
Tencent TCED Cloud Drive icon

Tencent TCED Cloud Drive

Business Operations Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Install @tencent-adm/tced-skill into your AI assistant using https://skillhub.cn/install/skillhub.md.

About this skill

Problem Solved

Tencent TCED file operations often get stuck on authorization, space switching, and path management: browser logins are hard to reuse in Agent/MCP flows; one account may have multiple spaces; each authorization binds to a single space; local configuration cache can also point API requests to the wrong environment. This skill turns those steps into inspectable MCP tool calls.

How It Works and Limits

The skill uses tced-mcp with OAuth2 third-party authorization: login returns an authorization URL, the user selects the enterprise and space in the browser, then returns code to login(code) to exchange the token. Core capabilities include:

  • Account management: list_accounts, switch_account, current_account, logout
  • Space management: list_authorized_spaces, switch_space, current_space
  • File operations: upload_file, download_file, file_info, list_directory, search_files

Key limits: each AccessToken binds to one space, so another space requires re-authorization; switch_account changes the active space context; list_directory uses marker pagination with about 50 items per page; download_file URLs expire. In configuration, mcp.json environment variables override cached domain settings, helping prevent tokens from being sent to unofficial endpoints.

Use Cases

  • Use login in the MCP client to open TCED OAuth authorization, then select the target space.
  • Upload local build artifacts or document files, then verify the path with list_directory.
  • Search TCED files with search_files and retrieve a temporary link or local copy via download_file.
  • Switch among multiple TCED accounts, check current_account and current_space before file operations.

Best For

  • Ops engineers who need to sync local files into Tencent TCED.
  • Automation engineers who use MCP agents for TCED upload, download, and search.
  • File administrators managing multiple TCED accounts and spaces.
  • DevOps engineers who need TCED authorization and file operations in headless servers.