#Tencent docs integration
1 messages · Page 1 of 1 (latest)
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:
- Source of truth outside Tencent Docs (Markdown/JSON in git/local files)
- Let OpenClaw generate/transform content there
- 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:
- Browser tool: https://docs.openclaw.ai/tools/browser