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 changed since last snapshot, and produce a structured update report. Supports sheet/doc/aio links and snapshot comparison.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chinasilva/tencent-doc-update-watchWhat This Skill Does
The tencent-doc-update-watch skill is a specialized utility designed to manage, monitor, and audit changes within Tencent Docs (docs.qq.com). It automates the re-crawling of specified document links—including Sheets, Docs, and AIO files—to track historical versions and identify modifications. By comparing current captures against previous snapshots using metadata keys like last_modify_ms, rev, and cgi_code, the skill generates both a machine-readable manifest.json and a human-readable report.md. A core tenet of this skill is its privacy-first architecture: it automatically scrubs URL query parameters to prevent token leakage, ensures sensitive raw files are purged post-processing, and provides clear status indicators such as UNCHANGED, CHANGED, NEW, or FIRST_RUN.
Installation
You can install this skill directly using the OpenClaw CLI:
clawhub install openclaw/skills/skills/chinasilva/tencent-doc-update-watch
Use Cases
- Project Management: Track daily progress updates in collaborative project sheets without manually checking links.
- Knowledge Management: Monitor shared documentation for updates, ensuring your local archives remain synchronized with upstream content.
- Compliance & Auditing: Keep a history of document changes for project records, allowing for specific diff-based audit trails.
- Private Monitoring: Maintain visibility into document status changes without exposing sensitive tracking tokens or raw data to your persistent workspace storage.
Example Prompts
- "Check for updates on my project docs using the configuration file at references/default-docs.json and save the reports in the /tmp/my-audit folder."
- "Re-crawl the Tencent docs listed in my-docs.json and compare the results against the snapshot from last Tuesday. Keep the raw files for debugging purposes."
- "Verify the status of my team's shared sheet. Did anything change since the last time I ran the watch tool? Output the report to the current workspace."
Tips & Limitations
- Privacy: If you encounter unexpected parsing issues, enable the
--keep-rawflag to troubleshoot, but remember to manually delete theraw/directory afterward to maintain your data privacy standards. - Comparison Strategy: The skill relies on metadata signals. Ensure the documents you are tracking have stable versions, as some transient document states might trigger false positives in the
revsignal. - Performance: For large lists of documents, ensure your system has sufficient network bandwidth, as sequential crawling can take time depending on the document complexity and size.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chinasilva-tencent-doc-update-watch": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
peter-bugfix-loop
代码缺陷修复闭环。聚焦“先复现、再定位、最小修复、同上下文补测试”,并衔接现有 Peter 门禁与 PR 收口流程。
ai-task-hub
AI task hub for image analysis, background removal, speech-to-text, text-to-speech, markdown conversion, and points queries. Default host path is connector-first and result-first; async poll/presentation remain compatibility or asset-delivery follow-up surfaces.
skill-hub-gateway
Unified gateway skill for async execute/poll, portal user closure, and telemetry feedback workflows.
peter-pr-ops
PR 收口自动化。单 PR 串行合并与多 PR 批量清理,减少重复人工操作。
peter-ci-gate
CI 绿灯门禁。负责远端检查状态、失败定位、单次重跑策略,并输出“是否可合并”。