Install
openclaw skills install tencent-doc-update-watchPrivacy-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...
openclaw skills install tencent-doc-update-watchUse this skill to re-crawl Tencent Docs links and detect updates with snapshot diffing. The workflow outputs:
manifest.json (structured machine-readable result)report.md (human-readable diff summary)Run with default doc list:
python scripts/check-qq-doc-updates.py \
--config references/default-docs.json \
--workspace /tmp/tencent-doc-watch
Run with explicit baseline:
python scripts/check-qq-doc-updates.py \
--config /abs/path/my-docs.json \
--workspace /tmp/tencent-doc-watch \
--compare /tmp/tencent-doc-watch/snapshots/20260305_101500/manifest.json
Default behavior is privacy-first:
opendoc_url fields.Keep raw files only when explicitly needed for debugging:
python scripts/check-qq-doc-updates.py \
--config references/default-docs.json \
--workspace /tmp/tencent-doc-watch \
--keep-raw
Use JSON:
{
"docs": [
{
"name": "Example Sheet",
"url": "https://docs.qq.com/sheet/DEXAMPLE_SHEET_001?tab=sample"
},
{
"name": "Example Doc",
"url": "https://docs.qq.com/doc/DEXAMPLE_DOC_001"
}
]
}
Optional field:
id: Tencent doc ID (auto-parsed from URL when omitted)Generated under <workspace>/snapshots/<label>/:
manifest.jsonreport.mdraw/ only when --keep-raw is enabledReport status values:
UNCHANGEDCHANGEDNEWFIRST_RUNComparison currently checks:
last_modify_msrevcgi_codetitlepad_type此 Skill 固化“腾讯文档重新抓取 + 与历史快照对比”的流程。默认开启隐私最小化策略:
--keep-raw)opendoc_url 查询参数manifest.json 中移除页面 URL 的查询参数