#Tencent docs integration

1 messages · Page 1 of 1 (latest)

languid gull
#

Hello Good people. I'm looking forward to use openclaw to automate editing tencent docs files. Does anyone know a good and reliable way to do that? Accessing tencent API is not feasible since its developer website asks for chinese phone numbers and IDs for signing up. Browser integration doesn't seem to work well either.

shy larkBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

noble kernelBOT
#

Short answer: if Tencent’s API is blocked for your account, full unattended automation will be flaky. Rich web editors + anti-bot checks make browser-only edits brittle.

Most reliable pattern people use is:

  1. Source of truth outside Tencent Docs (Markdown/JSON in git/local files)
  2. Let OpenClaw generate/transform content there
  3. Use browser automation only for the final sync step (or manual paste for critical docs)

If you do browser sync, make it as stable as possible:

  • Use the host browser profile (not sandbox/headless when possible)
  • Log in manually first (don’t automate credentials)
  • Use OpenClaw snapshot refs + actions (not fragile CSS/XPath style flows)
  • Update in small sections and verify after each section (screenshot/text check)

Docs: