Install
openclaw skills install @haiyangchenbj/tencent-docs-stableStable write path for Tencent Docs (腾讯文档) when the MCP connector fails. Use when any Tencent Docs write, upload, push, or paragraph insert fails or times out, when connector init reports no_token, or when long content truncates silently. Trigger keywords: tencent docs upload failed, tdoc_init no_token, 无token, 文档推送失败, 腾讯文档写入失败, 上传失败, connector timeout, insert paragraph failed, smart document push, 腾讯文档初始化失败, 内容被截断, 文档分块. Covers failure classification, token self-check, one retry then direct JSON-RPC fallback via runtime-resolved gateway config, 16KB chunking at paragraph boundaries, and read-back verification.
openclaw skills install @haiyangchenbj/tencent-docs-stablePurpose: make Tencent Docs writes survive connector failures. The MCP connector is the primary path; this skill defines a deterministic self-check sequence and a direct JSON-RPC fallback so a broken connector does not kill the task.
no_token / auth error / timeout / validation error / rate limit. Each class has a different remediation (see Failure Handling).no_token after self-check: report which credential source was checked and what was missing; stop. Do not invent a token.Short report: failure class → remediation used (retry / fallback) → verification result (title, paragraph count, chunk count) → document link.