← 返回 Skills 市场
jason-aka-chen

Tencent Docs

作者 jason-aka-chen · GitHub ↗ · v1.0.11 · MIT-0
cross-platform ⚠ suspicious
419
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tencent-docs-chen
功能描述
Provides comprehensive Tencent Docs operations including creating, reading, editing various document types, and managing knowledge base spaces and nodes.
安全使用建议
Key things to check before installing: (1) Inspect setup.sh content before running it — it will register the MCP service and may modify local mcporter configuration. (2) Confirm which environment variables the skill actually needs: SKILL.md expects TENCENT_DOCS_TOKEN; the registry view you saw did not declare it — don't provide secrets until you confirm. (3) The docs show example scripts that use Authorization and Cookie headers for direct HTTP calls — ask the author whether those are required and why they aren't declared. (4) The skill advises reading local files and Base64-encoding them for manage.import_file; only allow that when you specifically intend to import a particular file. (5) If you are uncomfortable running setup.sh or providing tokens/cookies, request the full setup.sh and re-run the evaluation. If you proceed, give the least-privilege token possible and monitor network activity during first use.
功能分析
Type: OpenClaw Skill Name: tencent-docs-chen Version: 1.0.11 The skill bundle provides a comprehensive integration for Tencent Docs but includes a high-risk update mechanism in SKILL.md that instructs the AI agent to fetch and execute arbitrary 'instruction' strings from a remote API (https://docs.qq.com/openapi/mcp). This pattern is a significant prompt-injection vulnerability that could lead to remote command execution if the remote endpoint is compromised. Additionally, setup.sh performs global system modifications by installing npm packages and configuring the mcporter tool with sensitive environment tokens.
能力评估
Purpose & Capability
The skill's name, description, and large reference docs all describe Tencent Docs operations (create/read/edit docs, spaces, sheets, etc.), which is coherent. However the registry metadata shown to you earlier claims no required env vars or primary credential, while the SKILL.md frontmatter and metadata declare a primaryEnv TENCENT_DOCS_TOKEN and a tokenUrl — this mismatch is inconsistent and should be resolved.
Instruction Scope
SKILL.md is detailed and stays within the Tencent Docs MCP domain for API calls. It does instruct the agent to: run setup.sh to register the MCP service; call the MCP endpoint for update checks and tool calls; use scrape_url to fetch arbitrary webpages when a user provides a URL; and to read and Base64-encode local files when importing. Reading local files for the import workflow is coherent with import_file functionality, but any instructions that tell the agent to access local files or to prefer one scraping path for all URLs increase the attack surface and should be followed only with user consent. The docs also mention using Authorization and Cookie headers in example scripts — those credentials are not declared in the registry metadata.
Install Mechanism
There is no formal install spec (instruction-only), which is low-risk, but the package includes a setup.sh script (1520 bytes) that the SKILL.md instructs the user to run to register the MCP service. Running arbitrary setup scripts can change local agent configuration; review the script contents before executing and only run it if you trust the source.
Credentials
SKILL.md metadata clearly expects a TENCENT_DOCS_TOKEN (primaryEnv) and describes using Authorization and Cookie headers in example scripts. Yet the registry summary you were shown lists no required env vars/credentials. Requiring a single Tencent Docs token is reasonable for this skill, but the undeclared mention of Authorization/Cookie headers and the mismatch between registry and SKILL.md are red flags: the skill may need additional secrets or cookies not declared in the registry metadata.
Persistence & Privilege
always:false (good). The setup.sh script will register an MCP service with the local mcporter tool, which is a normal deployment step for an MCP-based integration but does modify local agent tooling state. The skill is allowed to be invoked autonomously (disable-model-invocation:false) — this is platform default and not itself a reason to block, but combined with undeclared credential instructions it widens potential impact. Review what setup.sh writes/changes before running.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencent-docs-chen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencent-docs-chen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.11
Updated description to English
元数据
Slug tencent-docs-chen
版本 1.0.11
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 1
常见问题

Tencent Docs 是什么?

Provides comprehensive Tencent Docs operations including creating, reading, editing various document types, and managing knowledge base spaces and nodes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。

如何安装 Tencent Docs?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-docs-chen」即可一键安装,无需额外配置。

Tencent Docs 是免费的吗?

是的,Tencent Docs 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tencent Docs 支持哪些平台?

Tencent Docs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tencent Docs?

由 jason-aka-chen(@jason-aka-chen)开发并维护,当前版本 v1.0.11。

💬 留言讨论