← Back to Skills Marketplace
☁️ TCED Cloud Drive | 腾讯云企业网盘
by
cuijiawei123
· GitHub ↗
· v1.0.0
· MIT-0
248
Downloads
1
Stars
0
Active Installs
16
Versions
Install in OpenClaw
/install tced-skill
Description
腾讯云企业网盘 TCED 集成技能。当用户需要管理企业网盘文件(上传、下载、删除、浏览、搜索),管理空间(列出、切换),或进行账号认证(登录、登出、切换)时使用。触发关键词:企业网盘、网盘、TCED、SMH、文件上传、文件下载、云端文件、个人空间、团队空间。
Usage Guidance
This skill appears to do what it says: it orchestrates the tced-mcp tool to perform OAuth2 logins and file operations for Tencent TCED/SMH. Before installing/using:
- Review the upstream npm package tced-mcp (version 1.0.2) on the npm registry and its source code to confirm it matches expectations and has a reputable publisher. npx/npm execution is a supply-chain risk—lock exact versions as recommended and review changelogs before upgrades.
- Understand that OAuth tokens are stored locally at ~/.tced-mcp/auth.json; the included setup script reads that file to verify apiBasePath/panDomain. Ensure that file has restrictive permissions (chmod 600) and that its apiBasePath/panDomain point to the official domains (https://pan.tencent.com and https://api.tencentsmh.cn) to avoid token leakage to rogue endpoints.
- The skill expects a desktop/browser environment for the OAuth flow (it starts a local callback server on port 19526 and attempts to open a browser). Do not attempt to run the authorization flow on headless servers unless you understand and accept the alternative flow.
- If you have strict security requirements, audit the tced-mcp package and consider hosting an internally reviewed mirror or vendor-verified release rather than running arbitrary npx downloads.
Overall, nothing in the skill files indicates unrelated or hidden behavior; the main residual risk is the normal npm supply-chain and handling of OAuth tokens — both of which the documentation itself highlights and gives mitigation advice for.
Capability Analysis
Type: OpenClaw Skill
Name: tced-skill
Version: 1.0.0
The skill bundle provides a legitimate integration for Tencent Cloud Enterprise Drive (TCED) via an MCP server. It includes comprehensive security warnings regarding OAuth2 token safety, recommends strict file permissions (600) for the local credentials file (~/.tced-mcp/auth.json), and explicitly advises locking npm package versions to prevent supply chain attacks. The setup script (scripts/setup.sh) and documentation (SKILL.md, api_reference.md) focus on environment validation and official API endpoint verification (pan.tencent.com and api.tencentsmh.cn) without any evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name/description claim TCED/SMH cloud-drive integration and the SKILL.md + setup script consistently implement that: they instruct use of an npm package tced-mcp, OAuth2 flows, and manage a local credential file (~/.tced-mcp/auth.json). Registry metadata lists no required env vars or credentials — which is consistent because the skill does not itself require agent-level secrets; instead it instructs the user to configure the MCP server (mcp.json) with TCED_PAN_DOMAIN and TCED_BASE_PATH. This design is reasonable, though users should understand the difference between agent env vars and MCP-server env configuration.
Instruction Scope
SKILL.md and references are narrowly scoped to installing/configuring/running tced-mcp, OAuth2 authorization, space/file operations, and troubleshooting. The included setup.sh inspects local environment (node/npm/npx/gui), checks npm for tced-mcp, and reads ~/.tced-mcp/auth.json to verify apiBasePath/panDomain — all are relevant to ensuring safe OAuth endpoint configuration. The instructions do not request unrelated files, system secrets, or exfiltrate data to unexpected endpoints; they explicitly warn about avoiding non-official endpoints.
Install Mechanism
There is no registry install spec; the documentation recommends using npx to run a specific npm package version ([email protected]). Using npx/npm is expected for this task, but it is a supply-chain risk vector (downstream code is fetched from npm at runtime). The skill itself does not embed remote download URLs or archives — it relies on a public npm package, which is appropriate but should be audited/locked as the documentation recommends.
Credentials
The skill declares no required env vars or primary credential (registry shows none). The SKILL.md, however, instructs the user to configure the MCP server's env (TCED_PAN_DOMAIN and TCED_BASE_PATH) and to expect OAuth tokens stored at ~/.tced-mcp/auth.json. The setup script reads that auth.json to check domain fields (not token values). Access to the local auth file is proportional to the purpose (verifying configuration and domain targets), but users should be aware that OAuth tokens will be stored locally and the MCP process will have access to them.
Persistence & Privilege
The skill does not request always:true and does not attempt to persist itself into other skills or global agent configuration. It suggests configuring an MCP server entry in mcp.json (normal for MCP-based tools), but does not modify other skills or system-wide settings on its own.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tced-skill - After installation, invoke the skill by name or use
/tced-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0: 双语名称与描述优化搜索可见度; 更新 tced-mcp 至 1.0.2
v0.9.6
更新 tced-mcp 版本引用至 1.0.2
v0.9.5
解决npx降级问题
v0.9.4
解决npx降级问题
v0.9.3
解决npx降级问题
v0.9.2
解决npx降级问题
v0.9.1
解决npx降级问题
v0.9.0
解决npx降级问题
v0.8.0
解决npx降级问题
v0.7.0
解决npx降级问题
v0.6.0
解决npx降级问题
v0.5.0
解决安全问题
v0.4.0
更新下载地址
v0.3.0
安全性优化
v0.2.0
Initial release: OAuth2 认证、文件上传下载、空间管理
v0.1.0
Initial release: OAuth2 认证、文件上传下载、空间管理
Metadata
Frequently Asked Questions
What is ☁️ TCED Cloud Drive | 腾讯云企业网盘?
腾讯云企业网盘 TCED 集成技能。当用户需要管理企业网盘文件(上传、下载、删除、浏览、搜索),管理空间(列出、切换),或进行账号认证(登录、登出、切换)时使用。触发关键词:企业网盘、网盘、TCED、SMH、文件上传、文件下载、云端文件、个人空间、团队空间。 It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.
How do I install ☁️ TCED Cloud Drive | 腾讯云企业网盘?
Run "/install tced-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ☁️ TCED Cloud Drive | 腾讯云企业网盘 free?
Yes, ☁️ TCED Cloud Drive | 腾讯云企业网盘 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ☁️ TCED Cloud Drive | 腾讯云企业网盘 support?
☁️ TCED Cloud Drive | 腾讯云企业网盘 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ☁️ TCED Cloud Drive | 腾讯云企业网盘?
It is built and maintained by cuijiawei123 (@cuijiawei123); the current version is v1.0.0.
More Skills