← 返回 Skills 市场
95
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install tencent-docs-reader
功能描述
Read Tencent Docs spreadsheet via agent-browser copy-paste method. Supports reading any sheet tab and returns tab-separated text. 腾讯文档在线表格读取工具,支持指定子表,返回制表符分隔...
安全使用建议
This repository largely implements what it claims: a reader that uses agent-browser to copy/paste Tencent Docs content. However, two practical red flags: (1) scripts/check_weekly_report.py is a separate utility that hardcodes a specific Tencent Docs URL (DOC_URL) and will call read_sheet.py on that URL — this is unexpected for a generic reader and means the package includes logic targeting a particular document; (2) check_weekly_report.py reads environment variables QQ_USER_ID and WECOM_WEBHOOK_URL (not declared in the skill metadata) and will POST notifications to the webhook if configured. Before installing or running: - Inspect or remove scripts/check_weekly_report.py if you do not want automated checks against the hardcoded DOC_URL. - Do not set WECOM_WEBHOOK_URL unless you intend the skill to send messages; otherwise the script will skip notifications but still run the check. - Verify agent-browser is installed from the official npm registry and understand it will control a browser instance and interact with the clipboard (it can access open pages/tabs). - Run first in a sandboxed account or isolated environment and test with a disposable Tencent Docs URL. - If you only need on-demand reads, prefer calling scripts/read_sheet.py directly with your URL and avoid enabling any scheduled/automation that runs check_weekly_report.py. If you want me to, I can produce a trimmed version of the skill (remove or sanitize check_weekly_report.py), or walk through the exact lines that perform webhook calls and the hardcoded URL.
能力评估
Purpose & Capability
The main SKILL.md and read_sheet.py implement a general-purpose Tencent Docs reader via agent-browser, which is coherent. However, scripts/check_weekly_report.py is a standalone utility that hardcodes a specific DOC_URL and attempts to notify via QQ/Webhook — behavior that is not implied by the skill metadata. A generic reader should not embed a specific document URL or unattended notification workflow.
Instruction Scope
SKILL.md instructs installing and using agent-browser and running the reader script (expected). But the repo includes check_weekly_report.py which runs read_sheet.py against a hardcoded document and then may send notifications (prints QQ messages and can POST to a WECOM webhook). That expands scope from 'read a URL I provide' to 'periodically check and notify about a particular doc', which is not documented in the skill metadata and could run autonomously if invoked.
Install Mechanism
No packaged install spec is included (instruction-only), which minimizes remote-code install risk. The SKILL.md asks users to install agent-browser via npm -g, a public package; no downloads from unknown URLs or archives are present in the skill itself.
Credentials
Registry metadata declares no required environment variables, but check_weekly_report.py reads QQ_USER_ID and WECOM_WEBHOOK_URL from the environment. These are used for notifications (sending external HTTP POSTs). The presence of an undocumented default QQ_USER_ID and optional webhook is disproportionate to a document-reading skill and could result in unexpected outbound notifications if the webhook env var is set.
Persistence & Privilege
The skill does not request always: true or other elevated platform privileges, and contains no code that modifies other skills or global agent settings. It requires agent-browser to be running, which is normal for browser automation tools.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-docs-reader - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-docs-reader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
1.0.2: remove check_weekly_report.py from package; pure read-only, no env vars needed
v1.0.1
1.0.1: webhook key moved to environment variables, no hardcoded secrets
v1.0.0
Initial release: copy-paste method for Tencent Docs spreadsheets
元数据
常见问题
Tencent Docs Reader 是什么?
Read Tencent Docs spreadsheet via agent-browser copy-paste method. Supports reading any sheet tab and returns tab-separated text. 腾讯文档在线表格读取工具,支持指定子表,返回制表符分隔... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 Tencent Docs Reader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-docs-reader」即可一键安装,无需额外配置。
Tencent Docs Reader 是免费的吗?
是的,Tencent Docs Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tencent Docs Reader 支持哪些平台?
Tencent Docs Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tencent Docs Reader?
由 Cm-wenge(@cm-wenge)开发并维护,当前版本 v1.0.2。
推荐 Skills