← 返回 Skills 市场
chinasilva

Tencent Doc Update Watcher

作者 chinasilva · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
298
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tencent-doc-update-watch
功能描述
Privacy-first re-crawl and diff workflow for Tencent Docs (docs.qq.com) update checks. Use when asked to re-crawl Tencent Docs links, verify whether content...
安全使用建议
What to consider before installing/using this skill: - The included Python script calls the system 'curl' command to fetch pages. The skill metadata does not declare any required binaries; ensure 'curl' is present or the script will fail. - By default the skill deletes raw fetched files, but if you run it with --keep-raw it will save raw HTML, opendoc.js, HTTP headers, and cookie files in the workspace — those files can contain tokens or other sensitive data. Only enable --keep-raw in a trusted/debug setting and inspect files before sharing. - The script only contacts docs.qq.com (it builds opendoc URLs and fetches them). If you provide a config with other URLs, those will be fetched; only run with document lists you trust. - Run the tool in an isolated workspace directory (not a system or home directory) to avoid accidental overwrites; inspect the snapshots/manifest/report outputs before sharing them. - If you need stronger assurance, open and review the full scripts/check-qq-doc-updates.py source included here (it is bundled) to verify there are no additional network endpoints or hidden behaviors, and consider running it in a disposable environment first. - If you maintain the skill registry entry, correct the metadata to declare curl (or make the script use Python HTTP libs) so the declared requirements match actual runtime needs.
功能分析
Type: OpenClaw Skill Name: tencent-doc-update-watch Version: 0.1.1 The skill bundle provides a legitimate utility for monitoring updates to Tencent Docs (docs.qq.com) by comparing snapshots. The core logic in `scripts/check-qq-doc-updates.py` uses `curl` to fetch document metadata and includes privacy-preserving features such as redacting URL query parameters and deleting temporary cookie/HTML files by default. No evidence of malicious intent, data exfiltration, or shell injection vulnerabilities was found.
能力评估
Purpose & Capability
The skill's code implements re-crawling docs.qq.com, extracting opendoc payloads, and producing manifests/reports which is consistent with the description. However, the runtime requires the system 'curl' binary (the script calls curl via subprocess) even though the skill metadata lists no required binaries — this mismatch is unexpected and should be corrected or documented.
Instruction Scope
The SKILL.md instructs running the included Python script with a workspace path; the script's behavior matches that scope: it fetches HTML/opendoc payloads, parses and diffs them, writes snapshot manifests and a report, and removes raw files by default. The only notable scope expansion is the optional --keep-raw flag which will persist raw HTML, opendoc JS, headers, and cookies — these files may contain sensitive tokens and should be used only for debugging.
Install Mechanism
There is no install spec (no packages downloaded or installed), only a Python script included. This is low-risk from an installer perspective, but the package is not purely 'instruction-only' in practice because it bundles executable code that will be written to disk when installed by the platform.
Credentials
The skill does not request environment variables, credentials, or config paths. The operations it performs (HTTP fetches of docs.qq.com) are proportional to its stated purpose. Note: temporary cookie/header files are created in the workspace and may contain tokens if documents or the site use them.
Persistence & Privilege
'always' is false and the skill does not request persistent platform privileges. It stores snapshots and manifests under a user-specified workspace only; it does not alter other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencent-doc-update-watch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencent-doc-update-watch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Security hotfix: removed all real document names/URLs from bundled defaults and examples; kept placeholder data only.
v0.1.0
Initial public release with privacy-first defaults and bilingual docs.
元数据
Slug tencent-doc-update-watch
版本 0.1.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Tencent Doc Update Watcher 是什么?

Privacy-first re-crawl and diff workflow for Tencent Docs (docs.qq.com) update checks. Use when asked to re-crawl Tencent Docs links, verify whether content... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 298 次。

如何安装 Tencent Doc Update Watcher?

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

Tencent Doc Update Watcher 是免费的吗?

是的,Tencent Doc Update Watcher 完全免费(开源免费),可自由下载、安装和使用。

Tencent Doc Update Watcher 支持哪些平台?

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

谁开发了 Tencent Doc Update Watcher?

由 chinasilva(@chinasilva)开发并维护,当前版本 v0.1.1。

💬 留言讨论