← 返回 Skills 市场
☁️ TCED Cloud Drive | 腾讯云企业网盘
作者
cuijiawei123
· GitHub ↗
· v1.0.0
· MIT-0
248
总下载
1
收藏
0
当前安装
16
版本数
在 OpenClaw 中安装
/install tced-skill
功能描述
腾讯云企业网盘 TCED 集成技能。当用户需要管理企业网盘文件(上传、下载、删除、浏览、搜索),管理空间(列出、切换),或进行账号认证(登录、登出、切换)时使用。触发关键词:企业网盘、网盘、TCED、SMH、文件上传、文件下载、云端文件、个人空间、团队空间。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tced-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/tced-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 认证、文件上传下载、空间管理
元数据
常见问题
☁️ TCED Cloud Drive | 腾讯云企业网盘 是什么?
腾讯云企业网盘 TCED 集成技能。当用户需要管理企业网盘文件(上传、下载、删除、浏览、搜索),管理空间(列出、切换),或进行账号认证(登录、登出、切换)时使用。触发关键词:企业网盘、网盘、TCED、SMH、文件上传、文件下载、云端文件、个人空间、团队空间。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 248 次。
如何安装 ☁️ TCED Cloud Drive | 腾讯云企业网盘?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tced-skill」即可一键安装,无需额外配置。
☁️ TCED Cloud Drive | 腾讯云企业网盘 是免费的吗?
是的,☁️ TCED Cloud Drive | 腾讯云企业网盘 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
☁️ TCED Cloud Drive | 腾讯云企业网盘 支持哪些平台?
☁️ TCED Cloud Drive | 腾讯云企业网盘 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ☁️ TCED Cloud Drive | 腾讯云企业网盘?
由 cuijiawei123(@cuijiawei123)开发并维护,当前版本 v1.0.0。
推荐 Skills